Shades of Golden Sand #EECB66
Tints of Golden Sand #EECB66
RGB
CMYK
RGB Variations
Color information
#EECB66 (or 0xEECB66) is known color: Golden Sand. HEX triplet: EE, CB and 66. RGB value is (238,203,102). Sum of RGB (Red+Green+Blue) = 238+203+102=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB66 is #113499. Grayscale: #CACACA. Windows color (decimal): -1127578 or 6736878. OLE color: 6736878.
HSL color Cylindrical-coordinate representation of color #EECB66: hue angle of 44.56º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EECB66 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 102 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.07 |
| HSL | 44.56º | 0.8% | 0.67% | - |
| HSV(B) | 44.56º | 0.57% | 0.93% | - |
| XYZ | 59.01 | 61.85 | 21.4 | - |
| YUV | 201.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 102 | 0 | 0.15 | 0.57 | 0.07 | 44.56 | 0.8 | 0.67 |
| Hex | EE | CB | 66 | 0 | F | 39 | 7 | 2D | 50 | 43 |
| Octal | 356 | 313 | 146 | 0 | 17 | 71 | 7 | 55 | 120 | 103 |
| Binary | 11101110 | 11001011 | 1100110 | 0 | 1111 | 111001 | 111 | 101101 | 1010000 | 1000011 |
Color Harmonies of #EECB66
Complementary color
Monochromatic Colors of #EECB66
Black with #EECB66
Text Example
Text Example
White with #EECB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB66; }
p { color: rgb(238,203,102); }
H1.HeaderClassName
{
color: #EECB66;
}
.AnyTagClassName
{
color: #EECB66;
}
</style>
background-color css
<style>
a { background-color: #EECB66; }
a { background-color: rgb(238,203,102); }
div.DivClassName
{
background-color: #EECB66;
}
.BgClassName
{
background-color: #EECB66;
}
</style>
border-color css
<style>
span { border-color: #EECB66; }
span { border-color: rgb(238,203,102); }
td.TdClassName
{
border-color: #EECB66;
}
.TagClassName
{
border-color: #EECB66;
}
</style>