Shades of Golden Sand #EEC866
Tints of Golden Sand #EEC866
RGB
CMYK
RGB Variations
Color information
#EEC866 (or 0xEEC866) is known color: Golden Sand. HEX triplet: EE, C8 and 66. RGB value is (238,200,102). Sum of RGB (Red+Green+Blue) = 238+200+102=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC866 is #113799. Grayscale: #C8C8C8. Windows color (decimal): -1128346 or 6736110. OLE color: 6736110.
HSL color Cylindrical-coordinate representation of color #EEC866: hue angle of 43.24º 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 #EEC866 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 102 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.07 |
| HSL | 43.24º | 0.8% | 0.67% | - |
| HSV(B) | 43.24º | 0.57% | 0.93% | - |
| XYZ | 58.31 | 60.45 | 21.16 | - |
| YUV | 200.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 102 | 0 | 0.16 | 0.57 | 0.07 | 43.24 | 0.8 | 0.67 |
| Hex | EE | C8 | 66 | 0 | 10 | 39 | 7 | 2B | 50 | 43 |
| Octal | 356 | 310 | 146 | 0 | 20 | 71 | 7 | 53 | 120 | 103 |
| Binary | 11101110 | 11001000 | 1100110 | 0 | 10000 | 111001 | 111 | 101011 | 1010000 | 1000011 |
Color Harmonies of #EEC866
Complementary color
Monochromatic Colors of #EEC866
Black with #EEC866
Text Example
Text Example
White with #EEC866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC866; }
p { color: rgb(238,200,102); }
H1.HeaderClassName
{
color: #EEC866;
}
.AnyTagClassName
{
color: #EEC866;
}
</style>
background-color css
<style>
a { background-color: #EEC866; }
a { background-color: rgb(238,200,102); }
div.DivClassName
{
background-color: #EEC866;
}
.BgClassName
{
background-color: #EEC866;
}
</style>
border-color css
<style>
span { border-color: #EEC866; }
span { border-color: rgb(238,200,102); }
td.TdClassName
{
border-color: #EEC866;
}
.TagClassName
{
border-color: #EEC866;
}
</style>