Shades of Golden Sand #EEC870
Tints of Golden Sand #EEC870
RGB
CMYK
RGB Variations
Color information
#EEC870 (or 0xEEC870) is known color: Golden Sand. HEX triplet: EE, C8 and 70. RGB value is (238,200,112). Sum of RGB (Red+Green+Blue) = 238+200+112=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC870 is #11378F. Grayscale: #C9C9C9. Windows color (decimal): -1128336 or 7391470. OLE color: 7391470.
HSL color Cylindrical-coordinate representation of color #EEC870: hue angle of 41.9º 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 #EEC870 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 112 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.07 |
| HSL | 41.9º | 0.79% | 0.69% | - |
| HSV(B) | 41.9º | 0.53% | 0.93% | - |
| XYZ | 58.84 | 60.66 | 23.94 | - |
| YUV | 201.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 112 | 0 | 0.16 | 0.53 | 0.07 | 41.9 | 0.79 | 0.69 |
| Hex | EE | C8 | 70 | 0 | 10 | 35 | 7 | 2A | 4F | 45 |
| Octal | 356 | 310 | 160 | 0 | 20 | 65 | 7 | 52 | 117 | 105 |
| Binary | 11101110 | 11001000 | 1110000 | 0 | 10000 | 110101 | 111 | 101010 | 1001111 | 1000101 |
Color Harmonies of #EEC870
Complementary color
Monochromatic Colors of #EEC870
Black with #EEC870
Text Example
Text Example
White with #EEC870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC870; }
p { color: rgb(238,200,112); }
H1.HeaderClassName
{
color: #EEC870;
}
.AnyTagClassName
{
color: #EEC870;
}
</style>
background-color css
<style>
a { background-color: #EEC870; }
a { background-color: rgb(238,200,112); }
div.DivClassName
{
background-color: #EEC870;
}
.BgClassName
{
background-color: #EEC870;
}
</style>
border-color css
<style>
span { border-color: #EEC870; }
span { border-color: rgb(238,200,112); }
td.TdClassName
{
border-color: #EEC870;
}
.TagClassName
{
border-color: #EEC870;
}
</style>