Shades of Golden Sand #EEC860
Tints of Golden Sand #EEC860
RGB
CMYK
RGB Variations
Color information
#EEC860 (or 0xEEC860) is known color: Golden Sand. HEX triplet: EE, C8 and 60. RGB value is (238,200,96). Sum of RGB (Red+Green+Blue) = 238+200+96=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC860 is #11379F. Grayscale: #C7C7C7. Windows color (decimal): -1128352 or 6342894. OLE color: 6342894.
HSL color Cylindrical-coordinate representation of color #EEC860: hue angle of 43.94º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEC860 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 96 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.07 |
| HSL | 43.94º | 0.81% | 0.65% | - |
| HSV(B) | 43.94º | 0.6% | 0.93% | - |
| XYZ | 58.03 | 60.33 | 19.65 | - |
| YUV | 199.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 96 | 0 | 0.16 | 0.60 | 0.07 | 43.94 | 0.81 | 0.65 |
| Hex | EE | C8 | 60 | 0 | 10 | 3C | 7 | 2C | 51 | 41 |
| Octal | 356 | 310 | 140 | 0 | 20 | 74 | 7 | 54 | 121 | 101 |
| Binary | 11101110 | 11001000 | 1100000 | 0 | 10000 | 111100 | 111 | 101100 | 1010001 | 1000001 |
Color Harmonies of #EEC860
Complementary color
Monochromatic Colors of #EEC860
Black with #EEC860
Text Example
Text Example
White with #EEC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC860; }
p { color: rgb(238,200,96); }
H1.HeaderClassName
{
color: #EEC860;
}
.AnyTagClassName
{
color: #EEC860;
}
</style>
background-color css
<style>
a { background-color: #EEC860; }
a { background-color: rgb(238,200,96); }
div.DivClassName
{
background-color: #EEC860;
}
.BgClassName
{
background-color: #EEC860;
}
</style>
border-color css
<style>
span { border-color: #EEC860; }
span { border-color: rgb(238,200,96); }
td.TdClassName
{
border-color: #EEC860;
}
.TagClassName
{
border-color: #EEC860;
}
</style>