Shades of Golden Sand #EECA70
Tints of Golden Sand #EECA70
RGB
CMYK
RGB Variations
Color information
#EECA70 (or 0xEECA70) is known color: Golden Sand. HEX triplet: EE, CA and 70. RGB value is (238,202,112). Sum of RGB (Red+Green+Blue) = 238+202+112=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA70 is #11358F. Grayscale: #CACACA. Windows color (decimal): -1127824 or 7391982. OLE color: 7391982.
HSL color Cylindrical-coordinate representation of color #EECA70: hue angle of 42.86º 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 #EECA70 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 112 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.07 |
| HSL | 42.86º | 0.79% | 0.69% | - |
| HSV(B) | 42.86º | 0.53% | 0.93% | - |
| XYZ | 59.31 | 61.59 | 24.09 | - |
| YUV | 202.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 112 | 0 | 0.15 | 0.53 | 0.07 | 42.86 | 0.79 | 0.69 |
| Hex | EE | CA | 70 | 0 | F | 35 | 7 | 2B | 4F | 45 |
| Octal | 356 | 312 | 160 | 0 | 17 | 65 | 7 | 53 | 117 | 105 |
| Binary | 11101110 | 11001010 | 1110000 | 0 | 1111 | 110101 | 111 | 101011 | 1001111 | 1000101 |
Color Harmonies of #EECA70
Complementary color
Monochromatic Colors of #EECA70
Black with #EECA70
Text Example
Text Example
White with #EECA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA70; }
p { color: rgb(238,202,112); }
H1.HeaderClassName
{
color: #EECA70;
}
.AnyTagClassName
{
color: #EECA70;
}
</style>
background-color css
<style>
a { background-color: #EECA70; }
a { background-color: rgb(238,202,112); }
div.DivClassName
{
background-color: #EECA70;
}
.BgClassName
{
background-color: #EECA70;
}
</style>
border-color css
<style>
span { border-color: #EECA70; }
span { border-color: rgb(238,202,112); }
td.TdClassName
{
border-color: #EECA70;
}
.TagClassName
{
border-color: #EECA70;
}
</style>