Shades of Golden Sand #EED570
Tints of Golden Sand #EED570
RGB
CMYK
RGB Variations
Color information
#EED570 (or 0xEED570) is known color: Golden Sand. HEX triplet: EE, D5 and 70. RGB value is (238,213,112). Sum of RGB (Red+Green+Blue) = 238+213+112=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EED570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED570 is #112A8F. Grayscale: #D1D1D1. Windows color (decimal): -1125008 or 7394798. OLE color: 7394798.
HSL color Cylindrical-coordinate representation of color #EED570: hue angle of 48.1º 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 #EED570 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 112 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.07 |
| HSL | 48.1º | 0.79% | 0.69% | - |
| HSV(B) | 48.1º | 0.53% | 0.93% | - |
| XYZ | 61.98 | 66.94 | 24.98 | - |
| YUV | 208.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 112 | 0 | 0.11 | 0.53 | 0.07 | 48.1 | 0.79 | 0.69 |
| Hex | EE | D5 | 70 | 0 | B | 35 | 7 | 30 | 4F | 45 |
| Octal | 356 | 325 | 160 | 0 | 13 | 65 | 7 | 60 | 117 | 105 |
| Binary | 11101110 | 11010101 | 1110000 | 0 | 1011 | 110101 | 111 | 110000 | 1001111 | 1000101 |
Color Harmonies of #EED570
Complementary color
Monochromatic Colors of #EED570
Black with #EED570
Text Example
Text Example
White with #EED570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED570; }
p { color: rgb(238,213,112); }
H1.HeaderClassName
{
color: #EED570;
}
.AnyTagClassName
{
color: #EED570;
}
</style>
background-color css
<style>
a { background-color: #EED570; }
a { background-color: rgb(238,213,112); }
div.DivClassName
{
background-color: #EED570;
}
.BgClassName
{
background-color: #EED570;
}
</style>
border-color css
<style>
span { border-color: #EED570; }
span { border-color: rgb(238,213,112); }
td.TdClassName
{
border-color: #EED570;
}
.TagClassName
{
border-color: #EED570;
}
</style>