Shades of Golden Sand #EECE70
Tints of Golden Sand #EECE70
RGB
CMYK
RGB Variations
Color information
#EECE70 (or 0xEECE70) is known color: Golden Sand. HEX triplet: EE, CE and 70. RGB value is (238,206,112). Sum of RGB (Red+Green+Blue) = 238+206+112=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE70 is #11318F. Grayscale: #CDCDCD. Windows color (decimal): -1126800 or 7393006. OLE color: 7393006.
HSL color Cylindrical-coordinate representation of color #EECE70: hue angle of 44.76º 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 #EECE70 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 112 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.07 |
| HSL | 44.76º | 0.79% | 0.69% | - |
| HSV(B) | 44.76º | 0.53% | 0.93% | - |
| XYZ | 60.26 | 63.49 | 24.41 | - |
| YUV | 204.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 112 | 0 | 0.13 | 0.53 | 0.07 | 44.76 | 0.79 | 0.69 |
| Hex | EE | CE | 70 | 0 | D | 35 | 7 | 2D | 4F | 45 |
| Octal | 356 | 316 | 160 | 0 | 15 | 65 | 7 | 55 | 117 | 105 |
| Binary | 11101110 | 11001110 | 1110000 | 0 | 1101 | 110101 | 111 | 101101 | 1001111 | 1000101 |
Color Harmonies of #EECE70
Complementary color
Monochromatic Colors of #EECE70
Black with #EECE70
Text Example
Text Example
White with #EECE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE70; }
p { color: rgb(238,206,112); }
H1.HeaderClassName
{
color: #EECE70;
}
.AnyTagClassName
{
color: #EECE70;
}
</style>
background-color css
<style>
a { background-color: #EECE70; }
a { background-color: rgb(238,206,112); }
div.DivClassName
{
background-color: #EECE70;
}
.BgClassName
{
background-color: #EECE70;
}
</style>
border-color css
<style>
span { border-color: #EECE70; }
span { border-color: rgb(238,206,112); }
td.TdClassName
{
border-color: #EECE70;
}
.TagClassName
{
border-color: #EECE70;
}
</style>