Shades of Golden Sand #EEC973
Tints of Golden Sand #EEC973
RGB
CMYK
RGB Variations
Color information
#EEC973 (or 0xEEC973) is known color: Golden Sand. HEX triplet: EE, C9 and 73. RGB value is (238,201,115). Sum of RGB (Red+Green+Blue) = 238+201+115=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC973 is #11368C. Grayscale: #CACACA. Windows color (decimal): -1128077 or 7588334. OLE color: 7588334.
HSL color Cylindrical-coordinate representation of color #EEC973: hue angle of 41.95º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEC973 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 115 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.07 |
| HSL | 41.95º | 0.78% | 0.69% | - |
| HSV(B) | 41.95º | 0.52% | 0.93% | - |
| XYZ | 59.24 | 61.19 | 24.91 | - |
| YUV | 202.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 115 | 0 | 0.16 | 0.52 | 0.07 | 41.95 | 0.78 | 0.69 |
| Hex | EE | C9 | 73 | 0 | 10 | 34 | 7 | 2A | 4E | 45 |
| Octal | 356 | 311 | 163 | 0 | 20 | 64 | 7 | 52 | 116 | 105 |
| Binary | 11101110 | 11001001 | 1110011 | 0 | 10000 | 110100 | 111 | 101010 | 1001110 | 1000101 |
Color Harmonies of #EEC973
Complementary color
Monochromatic Colors of #EEC973
Black with #EEC973
Text Example
Text Example
White with #EEC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC973; }
p { color: rgb(238,201,115); }
H1.HeaderClassName
{
color: #EEC973;
}
.AnyTagClassName
{
color: #EEC973;
}
</style>
background-color css
<style>
a { background-color: #EEC973; }
a { background-color: rgb(238,201,115); }
div.DivClassName
{
background-color: #EEC973;
}
.BgClassName
{
background-color: #EEC973;
}
</style>
border-color css
<style>
span { border-color: #EEC973; }
span { border-color: rgb(238,201,115); }
td.TdClassName
{
border-color: #EEC973;
}
.TagClassName
{
border-color: #EEC973;
}
</style>