What color is Sand Dollar?
Sand dollar is a warm, bright yellow with a slight golden tone, hex #ECD540, close to the color of a ripe sunflower petal. The color reads as cheerful and light, sitting in the range of medium yellow without leaning strongly toward orange or green.
What is the meaning of the color Sand Dollar?
Named after the pale, sun-bleached shell of the sand dollar sea creature found along coastal shorelines, this color takes its golden warmth from those naturally sun-faded tones. Yellow pigments in this range were commonly used in 19th-century textile dyeing, particularly in American and European cotton production where warm yellows were achieved through onion skin and weld plant extracts. The name sand dollar as a color descriptor gained commercial traction in the mid-20th century as paint and fabric manufacturers began drawing on coastal and natural imagery for product naming. Sherwin-Williams has used sand-referenced yellows in their coastal-themed paint collections, anchoring the color in home interior markets.
What colors go with Sand Dollar?
Colors that pair well with Sand dollar include:
Soft white: clean, airy brightness
Terracotta: warm earthy depth
Sage green: gentle natural contrast
Navy blue: bold complementary anchor
Dusty rose: soft warm balance
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #ECD540 |
color: #ECD540;
|
| RGB | 236, 213, 64 |
color: rgb(236, 213, 64);
|
| RGB Percentage | 93%, 84%, 25% |
color: rgb(93%, 84%, 25%);
|
| CMYK | 0%, 10%, 73%, 7% | Not supported in CSS |
| HSL | 52°, 82%, 59% |
color: hsl(52, 82%, 59%);
|
| HSV | 52°, 73%, 93% | Not supported in CSS |
| CIE-LAB | 47, 5, 50 |
color: lab(47% 5 50);
|
| Decimal | 15521088 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.sand-dollar {
color: #ECD540;
}
$sand-dollar: #ECD540;
rgb(236, 213, 64)