Shades of Golden Sand #EEC970
Tints of Golden Sand #EEC970
RGB
CMYK
RGB Variations
Color information
#EEC970 (or 0xEEC970) is known color: Golden Sand. HEX triplet: EE, C9 and 70. RGB value is (238,201,112). Sum of RGB (Red+Green+Blue) = 238+201+112=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC970 is #11368F. Grayscale: #CACACA. Windows color (decimal): -1128080 or 7391726. OLE color: 7391726.
HSL color Cylindrical-coordinate representation of color #EEC970: hue angle of 42.38º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEC970 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 112 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.07 |
| HSL | 42.38º | 0.79% | 0.69% | - |
| HSV(B) | 42.38º | 0.53% | 0.93% | - |
| XYZ | 59.07 | 61.12 | 24.01 | - |
| YUV | 201.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 112 | 0 | 0.16 | 0.53 | 0.07 | 42.38 | 0.79 | 0.69 |
| Hex | EE | C9 | 70 | 0 | 10 | 35 | 7 | 2A | 4F | 45 |
| Octal | 356 | 311 | 160 | 0 | 20 | 65 | 7 | 52 | 117 | 105 |
| Binary | 11101110 | 11001001 | 1110000 | 0 | 10000 | 110101 | 111 | 101010 | 1001111 | 1000101 |
Color Harmonies of #EEC970
Complementary color
Monochromatic Colors of #EEC970
Black with #EEC970
Text Example
Text Example
White with #EEC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC970; }
p { color: rgb(238,201,112); }
H1.HeaderClassName
{
color: #EEC970;
}
.AnyTagClassName
{
color: #EEC970;
}
</style>
background-color css
<style>
a { background-color: #EEC970; }
a { background-color: rgb(238,201,112); }
div.DivClassName
{
background-color: #EEC970;
}
.BgClassName
{
background-color: #EEC970;
}
</style>
border-color css
<style>
span { border-color: #EEC970; }
span { border-color: rgb(238,201,112); }
td.TdClassName
{
border-color: #EEC970;
}
.TagClassName
{
border-color: #EEC970;
}
</style>