Shades of Golden Sand #ECDC66
Tints of Golden Sand #ECDC66
RGB
CMYK
RGB Variations
Color information
#ECDC66 (or 0xECDC66) is known color: Golden Sand. HEX triplet: EC, DC and 66. RGB value is (236,220,102). Sum of RGB (Red+Green+Blue) = 236+220+102=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC66 is #132399. Grayscale: #D3D3D3. Windows color (decimal): -1254298 or 6741228. OLE color: 6741228.
HSL color Cylindrical-coordinate representation of color #ECDC66: hue angle of 52.84º 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 #ECDC66 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 102 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.07 |
| HSL | 52.84º | 0.78% | 0.66% | - |
| HSV(B) | 52.84º | 0.57% | 0.93% | - |
| XYZ | 62.58 | 69.98 | 22.78 | - |
| YUV | 211.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 102 | 0 | 0.07 | 0.57 | 0.07 | 52.84 | 0.78 | 0.66 |
| Hex | EC | DC | 66 | 0 | 7 | 39 | 7 | 35 | 4E | 42 |
| Octal | 354 | 334 | 146 | 0 | 7 | 71 | 7 | 65 | 116 | 102 |
| Binary | 11101100 | 11011100 | 1100110 | 0 | 111 | 111001 | 111 | 110101 | 1001110 | 1000010 |
Color Harmonies of #ECDC66
Complementary color
Monochromatic Colors of #ECDC66
Black with #ECDC66
Text Example
Text Example
White with #ECDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC66; }
p { color: rgb(236,220,102); }
H1.HeaderClassName
{
color: #ECDC66;
}
.AnyTagClassName
{
color: #ECDC66;
}
</style>
background-color css
<style>
a { background-color: #ECDC66; }
a { background-color: rgb(236,220,102); }
div.DivClassName
{
background-color: #ECDC66;
}
.BgClassName
{
background-color: #ECDC66;
}
</style>
border-color css
<style>
span { border-color: #ECDC66; }
span { border-color: rgb(236,220,102); }
td.TdClassName
{
border-color: #ECDC66;
}
.TagClassName
{
border-color: #ECDC66;
}
</style>