Shades of Golden Sand #ECDB66
Tints of Golden Sand #ECDB66
RGB
CMYK
RGB Variations
Color information
#ECDB66 (or 0xECDB66) is known color: Golden Sand. HEX triplet: EC, DB and 66. RGB value is (236,219,102). Sum of RGB (Red+Green+Blue) = 236+219+102=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB66 is #132499. Grayscale: #D3D3D3. Windows color (decimal): -1254554 or 6740972. OLE color: 6740972.
HSL color Cylindrical-coordinate representation of color #ECDB66: hue angle of 52.39º 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 #ECDB66 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 102 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.07 |
| HSL | 52.39º | 0.78% | 0.66% | - |
| HSV(B) | 52.39º | 0.57% | 0.93% | - |
| XYZ | 62.32 | 69.46 | 22.69 | - |
| YUV | 210.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 102 | 0 | 0.07 | 0.57 | 0.07 | 52.39 | 0.78 | 0.66 |
| Hex | EC | DB | 66 | 0 | 7 | 39 | 7 | 34 | 4E | 42 |
| Octal | 354 | 333 | 146 | 0 | 7 | 71 | 7 | 64 | 116 | 102 |
| Binary | 11101100 | 11011011 | 1100110 | 0 | 111 | 111001 | 111 | 110100 | 1001110 | 1000010 |
Color Harmonies of #ECDB66
Complementary color
Monochromatic Colors of #ECDB66
Black with #ECDB66
Text Example
Text Example
White with #ECDB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB66; }
p { color: rgb(236,219,102); }
H1.HeaderClassName
{
color: #ECDB66;
}
.AnyTagClassName
{
color: #ECDB66;
}
</style>
background-color css
<style>
a { background-color: #ECDB66; }
a { background-color: rgb(236,219,102); }
div.DivClassName
{
background-color: #ECDB66;
}
.BgClassName
{
background-color: #ECDB66;
}
</style>
border-color css
<style>
span { border-color: #ECDB66; }
span { border-color: rgb(236,219,102); }
td.TdClassName
{
border-color: #ECDB66;
}
.TagClassName
{
border-color: #ECDB66;
}
</style>