Shades of Golden Sand #EED470
Tints of Golden Sand #EED470
RGB
CMYK
RGB Variations
Color information
#EED470 (or 0xEED470) is known color: Golden Sand. HEX triplet: EE, D4 and 70. RGB value is (238,212,112). Sum of RGB (Red+Green+Blue) = 238+212+112=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EED470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED470 is #112B8F. Grayscale: #D0D0D0. Windows color (decimal): -1125264 or 7394542. OLE color: 7394542.
HSL color Cylindrical-coordinate representation of color #EED470: hue angle of 47.62º 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 #EED470 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 112 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.07 |
| HSL | 47.62º | 0.79% | 0.69% | - |
| HSV(B) | 47.62º | 0.53% | 0.93% | - |
| XYZ | 61.73 | 66.43 | 24.9 | - |
| YUV | 208.37 | 73.61 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 112 | 0 | 0.11 | 0.53 | 0.07 | 47.62 | 0.79 | 0.69 |
| Hex | EE | D4 | 70 | 0 | B | 35 | 7 | 30 | 4F | 45 |
| Octal | 356 | 324 | 160 | 0 | 13 | 65 | 7 | 60 | 117 | 105 |
| Binary | 11101110 | 11010100 | 1110000 | 0 | 1011 | 110101 | 111 | 110000 | 1001111 | 1000101 |
Color Harmonies of #EED470
Complementary color
Monochromatic Colors of #EED470
Black with #EED470
Text Example
Text Example
White with #EED470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED470; }
p { color: rgb(238,212,112); }
H1.HeaderClassName
{
color: #EED470;
}
.AnyTagClassName
{
color: #EED470;
}
</style>
background-color css
<style>
a { background-color: #EED470; }
a { background-color: rgb(238,212,112); }
div.DivClassName
{
background-color: #EED470;
}
.BgClassName
{
background-color: #EED470;
}
</style>
border-color css
<style>
span { border-color: #EED470; }
span { border-color: rgb(238,212,112); }
td.TdClassName
{
border-color: #EED470;
}
.TagClassName
{
border-color: #EED470;
}
</style>