Shades of Golden Sand #ECDA66
Tints of Golden Sand #ECDA66
RGB
CMYK
RGB Variations
Color information
#ECDA66 (or 0xECDA66) is known color: Golden Sand. HEX triplet: EC, DA and 66. RGB value is (236,218,102). Sum of RGB (Red+Green+Blue) = 236+218+102=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 102 (40.23% from 255 or 18.35% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA66 is #132599. Grayscale: #D2D2D2. Windows color (decimal): -1254810 or 6740716. OLE color: 6740716.
HSL color Cylindrical-coordinate representation of color #ECDA66: hue angle of 51.94º 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 #ECDA66 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 102 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.07 |
| HSL | 51.94º | 0.78% | 0.66% | - |
| HSV(B) | 51.94º | 0.57% | 0.93% | - |
| XYZ | 62.06 | 68.93 | 22.61 | - |
| YUV | 210.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 102 | 0 | 0.08 | 0.57 | 0.07 | 51.94 | 0.78 | 0.66 |
| Hex | EC | DA | 66 | 0 | 8 | 39 | 7 | 34 | 4E | 42 |
| Octal | 354 | 332 | 146 | 0 | 10 | 71 | 7 | 64 | 116 | 102 |
| Binary | 11101100 | 11011010 | 1100110 | 0 | 1000 | 111001 | 111 | 110100 | 1001110 | 1000010 |
Color Harmonies of #ECDA66
Complementary color
Monochromatic Colors of #ECDA66
Black with #ECDA66
Text Example
Text Example
White with #ECDA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA66; }
p { color: rgb(236,218,102); }
H1.HeaderClassName
{
color: #ECDA66;
}
.AnyTagClassName
{
color: #ECDA66;
}
</style>
background-color css
<style>
a { background-color: #ECDA66; }
a { background-color: rgb(236,218,102); }
div.DivClassName
{
background-color: #ECDA66;
}
.BgClassName
{
background-color: #ECDA66;
}
</style>
border-color css
<style>
span { border-color: #ECDA66; }
span { border-color: rgb(236,218,102); }
td.TdClassName
{
border-color: #ECDA66;
}
.TagClassName
{
border-color: #ECDA66;
}
</style>