Shades of Golden Sand #EED370
Tints of Golden Sand #EED370
RGB
CMYK
RGB Variations
Color information
#EED370 (or 0xEED370) is known color: Golden Sand. HEX triplet: EE, D3 and 70. RGB value is (238,211,112). Sum of RGB (Red+Green+Blue) = 238+211+112=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EED370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED370 is #112C8F. Grayscale: #D0D0D0. Windows color (decimal): -1125520 or 7394286. OLE color: 7394286.
HSL color Cylindrical-coordinate representation of color #EED370: hue angle of 47.14º 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 #EED370 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 112 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.07 |
| HSL | 47.14º | 0.79% | 0.69% | - |
| HSV(B) | 47.14º | 0.53% | 0.93% | - |
| XYZ | 61.48 | 65.94 | 24.82 | - |
| YUV | 207.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 112 | 0 | 0.11 | 0.53 | 0.07 | 47.14 | 0.79 | 0.69 |
| Hex | EE | D3 | 70 | 0 | B | 35 | 7 | 2F | 4F | 45 |
| Octal | 356 | 323 | 160 | 0 | 13 | 65 | 7 | 57 | 117 | 105 |
| Binary | 11101110 | 11010011 | 1110000 | 0 | 1011 | 110101 | 111 | 101111 | 1001111 | 1000101 |
Color Harmonies of #EED370
Complementary color
Monochromatic Colors of #EED370
Black with #EED370
Text Example
Text Example
White with #EED370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED370; }
p { color: rgb(238,211,112); }
H1.HeaderClassName
{
color: #EED370;
}
.AnyTagClassName
{
color: #EED370;
}
</style>
background-color css
<style>
a { background-color: #EED370; }
a { background-color: rgb(238,211,112); }
div.DivClassName
{
background-color: #EED370;
}
.BgClassName
{
background-color: #EED370;
}
</style>
border-color css
<style>
span { border-color: #EED370; }
span { border-color: rgb(238,211,112); }
td.TdClassName
{
border-color: #EED370;
}
.TagClassName
{
border-color: #EED370;
}
</style>