Shades of Golden Sand #ECD166
Tints of Golden Sand #ECD166
RGB
CMYK
RGB Variations
Color information
#ECD166 (or 0xECD166) is known color: Golden Sand. HEX triplet: EC, D1 and 66. RGB value is (236,209,102). Sum of RGB (Red+Green+Blue) = 236+209+102=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD166 is #132E99. Grayscale: #CDCDCD. Windows color (decimal): -1257114 or 6738412. OLE color: 6738412.
HSL color Cylindrical-coordinate representation of color #ECD166: hue angle of 47.91º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECD166 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 102 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.07 |
| HSL | 47.91º | 0.78% | 0.66% | - |
| HSV(B) | 47.91º | 0.57% | 0.93% | - |
| XYZ | 59.79 | 64.39 | 21.85 | - |
| YUV | 204.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 102 | 0 | 0.11 | 0.57 | 0.07 | 47.91 | 0.78 | 0.66 |
| Hex | EC | D1 | 66 | 0 | B | 39 | 7 | 30 | 4E | 42 |
| Octal | 354 | 321 | 146 | 0 | 13 | 71 | 7 | 60 | 116 | 102 |
| Binary | 11101100 | 11010001 | 1100110 | 0 | 1011 | 111001 | 111 | 110000 | 1001110 | 1000010 |
Color Harmonies of #ECD166
Complementary color
Monochromatic Colors of #ECD166
Black with #ECD166
Text Example
Text Example
White with #ECD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD166; }
p { color: rgb(236,209,102); }
H1.HeaderClassName
{
color: #ECD166;
}
.AnyTagClassName
{
color: #ECD166;
}
</style>
background-color css
<style>
a { background-color: #ECD166; }
a { background-color: rgb(236,209,102); }
div.DivClassName
{
background-color: #ECD166;
}
.BgClassName
{
background-color: #ECD166;
}
</style>
border-color css
<style>
span { border-color: #ECD166; }
span { border-color: rgb(236,209,102); }
td.TdClassName
{
border-color: #ECD166;
}
.TagClassName
{
border-color: #ECD166;
}
</style>