Shades of Golden Sand #ECD666
Tints of Golden Sand #ECD666
RGB
CMYK
RGB Variations
Color information
#ECD666 (or 0xECD666) is known color: Golden Sand. HEX triplet: EC, D6 and 66. RGB value is (236,214,102). Sum of RGB (Red+Green+Blue) = 236+214+102=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD666 is #132999. Grayscale: #D0D0D0. Windows color (decimal): -1255834 or 6739692. OLE color: 6739692.
HSL color Cylindrical-coordinate representation of color #ECD666: hue angle of 50.15º 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 #ECD666 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 102 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.07 |
| HSL | 50.15º | 0.78% | 0.66% | - |
| HSV(B) | 50.15º | 0.57% | 0.93% | - |
| XYZ | 61.04 | 66.89 | 22.26 | - |
| YUV | 207.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 102 | 0 | 0.09 | 0.57 | 0.07 | 50.15 | 0.78 | 0.66 |
| Hex | EC | D6 | 66 | 0 | 9 | 39 | 7 | 32 | 4E | 42 |
| Octal | 354 | 326 | 146 | 0 | 11 | 71 | 7 | 62 | 116 | 102 |
| Binary | 11101100 | 11010110 | 1100110 | 0 | 1001 | 111001 | 111 | 110010 | 1001110 | 1000010 |
Color Harmonies of #ECD666
Complementary color
Monochromatic Colors of #ECD666
Black with #ECD666
Text Example
Text Example
White with #ECD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD666; }
p { color: rgb(236,214,102); }
H1.HeaderClassName
{
color: #ECD666;
}
.AnyTagClassName
{
color: #ECD666;
}
</style>
background-color css
<style>
a { background-color: #ECD666; }
a { background-color: rgb(236,214,102); }
div.DivClassName
{
background-color: #ECD666;
}
.BgClassName
{
background-color: #ECD666;
}
</style>
border-color css
<style>
span { border-color: #ECD666; }
span { border-color: rgb(236,214,102); }
td.TdClassName
{
border-color: #ECD666;
}
.TagClassName
{
border-color: #ECD666;
}
</style>