Shades of Golden Sand #EEC862
Tints of Golden Sand #EEC862
RGB
CMYK
RGB Variations
Color information
#EEC862 (or 0xEEC862) is known color: Golden Sand. HEX triplet: EE, C8 and 62. RGB value is (238,200,98). Sum of RGB (Red+Green+Blue) = 238+200+98=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC862 is #11379D. Grayscale: #C8C8C8. Windows color (decimal): -1128350 or 6473966. OLE color: 6473966.
HSL color Cylindrical-coordinate representation of color #EEC862: hue angle of 43.71º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EEC862 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 98 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.07 |
| HSL | 43.71º | 0.8% | 0.66% | - |
| HSV(B) | 43.71º | 0.59% | 0.93% | - |
| XYZ | 58.12 | 60.37 | 20.14 | - |
| YUV | 199.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 98 | 0 | 0.16 | 0.59 | 0.07 | 43.71 | 0.8 | 0.66 |
| Hex | EE | C8 | 62 | 0 | 10 | 3B | 7 | 2C | 50 | 42 |
| Octal | 356 | 310 | 142 | 0 | 20 | 73 | 7 | 54 | 120 | 102 |
| Binary | 11101110 | 11001000 | 1100010 | 0 | 10000 | 111011 | 111 | 101100 | 1010000 | 1000010 |
Color Harmonies of #EEC862
Complementary color
Monochromatic Colors of #EEC862
Black with #EEC862
Text Example
Text Example
White with #EEC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC862; }
p { color: rgb(238,200,98); }
H1.HeaderClassName
{
color: #EEC862;
}
.AnyTagClassName
{
color: #EEC862;
}
</style>
background-color css
<style>
a { background-color: #EEC862; }
a { background-color: rgb(238,200,98); }
div.DivClassName
{
background-color: #EEC862;
}
.BgClassName
{
background-color: #EEC862;
}
</style>
border-color css
<style>
span { border-color: #EEC862; }
span { border-color: rgb(238,200,98); }
td.TdClassName
{
border-color: #EEC862;
}
.TagClassName
{
border-color: #EEC862;
}
</style>