Shades of Golden Sand #EEC864
Tints of Golden Sand #EEC864
RGB
CMYK
RGB Variations
Color information
#EEC864 (or 0xEEC864) is known color: Golden Sand. HEX triplet: EE, C8 and 64. RGB value is (238,200,100). Sum of RGB (Red+Green+Blue) = 238+200+100=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC864 is #11379B. Grayscale: #C8C8C8. Windows color (decimal): -1128348 or 6605038. OLE color: 6605038.
HSL color Cylindrical-coordinate representation of color #EEC864: hue angle of 43.48º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEC864 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 100 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.07 |
| HSL | 43.48º | 0.8% | 0.66% | - |
| HSV(B) | 43.48º | 0.58% | 0.93% | - |
| XYZ | 58.21 | 60.41 | 20.65 | - |
| YUV | 199.96 | 71.59 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 100 | 0 | 0.16 | 0.58 | 0.07 | 43.48 | 0.8 | 0.66 |
| Hex | EE | C8 | 64 | 0 | 10 | 3A | 7 | 2B | 50 | 42 |
| Octal | 356 | 310 | 144 | 0 | 20 | 72 | 7 | 53 | 120 | 102 |
| Binary | 11101110 | 11001000 | 1100100 | 0 | 10000 | 111010 | 111 | 101011 | 1010000 | 1000010 |
Color Harmonies of #EEC864
Complementary color
Monochromatic Colors of #EEC864
Black with #EEC864
Text Example
Text Example
White with #EEC864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC864; }
p { color: rgb(238,200,100); }
H1.HeaderClassName
{
color: #EEC864;
}
.AnyTagClassName
{
color: #EEC864;
}
</style>
background-color css
<style>
a { background-color: #EEC864; }
a { background-color: rgb(238,200,100); }
div.DivClassName
{
background-color: #EEC864;
}
.BgClassName
{
background-color: #EEC864;
}
</style>
border-color css
<style>
span { border-color: #EEC864; }
span { border-color: rgb(238,200,100); }
td.TdClassName
{
border-color: #EEC864;
}
.TagClassName
{
border-color: #EEC864;
}
</style>