Shades of Golden Sand #EEC972
Tints of Golden Sand #EEC972
RGB
CMYK
RGB Variations
Color information
#EEC972 (or 0xEEC972) is known color: Golden Sand. HEX triplet: EE, C9 and 72. RGB value is (238,201,114). Sum of RGB (Red+Green+Blue) = 238+201+114=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC972 is #11368D. Grayscale: #CACACA. Windows color (decimal): -1128078 or 7522798. OLE color: 7522798.
HSL color Cylindrical-coordinate representation of color #EEC972: hue angle of 42.1º 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 #EEC972 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 114 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.07 |
| HSL | 42.1º | 0.78% | 0.69% | - |
| HSV(B) | 42.1º | 0.52% | 0.93% | - |
| XYZ | 59.18 | 61.17 | 24.61 | - |
| YUV | 202.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 114 | 0 | 0.16 | 0.52 | 0.07 | 42.1 | 0.78 | 0.69 |
| Hex | EE | C9 | 72 | 0 | 10 | 34 | 7 | 2A | 4E | 45 |
| Octal | 356 | 311 | 162 | 0 | 20 | 64 | 7 | 52 | 116 | 105 |
| Binary | 11101110 | 11001001 | 1110010 | 0 | 10000 | 110100 | 111 | 101010 | 1001110 | 1000101 |
Color Harmonies of #EEC972
Complementary color
Monochromatic Colors of #EEC972
Black with #EEC972
Text Example
Text Example
White with #EEC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC972; }
p { color: rgb(238,201,114); }
H1.HeaderClassName
{
color: #EEC972;
}
.AnyTagClassName
{
color: #EEC972;
}
</style>
background-color css
<style>
a { background-color: #EEC972; }
a { background-color: rgb(238,201,114); }
div.DivClassName
{
background-color: #EEC972;
}
.BgClassName
{
background-color: #EEC972;
}
</style>
border-color css
<style>
span { border-color: #EEC972; }
span { border-color: rgb(238,201,114); }
td.TdClassName
{
border-color: #EEC972;
}
.TagClassName
{
border-color: #EEC972;
}
</style>