Shades of Golden Sand #EED371
Tints of Golden Sand #EED371
RGB
CMYK
RGB Variations
Color information
#EED371 (or 0xEED371) is known color: Golden Sand. HEX triplet: EE, D3 and 71. RGB value is (238,211,113). Sum of RGB (Red+Green+Blue) = 238+211+113=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EED371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED371 is #112C8E. Grayscale: #D0D0D0. Windows color (decimal): -1125519 or 7459822. OLE color: 7459822.
HSL color Cylindrical-coordinate representation of color #EED371: hue angle of 47.04º 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 #EED371 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 113 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.07 |
| HSL | 47.04º | 0.79% | 0.69% | - |
| HSV(B) | 47.04º | 0.53% | 0.93% | - |
| XYZ | 61.53 | 65.96 | 25.11 | - |
| YUV | 207.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 113 | 0 | 0.11 | 0.53 | 0.07 | 47.04 | 0.79 | 0.69 |
| Hex | EE | D3 | 71 | 0 | B | 35 | 7 | 2F | 4F | 45 |
| Octal | 356 | 323 | 161 | 0 | 13 | 65 | 7 | 57 | 117 | 105 |
| Binary | 11101110 | 11010011 | 1110001 | 0 | 1011 | 110101 | 111 | 101111 | 1001111 | 1000101 |
Color Harmonies of #EED371
Complementary color
Monochromatic Colors of #EED371
Black with #EED371
Text Example
Text Example
White with #EED371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED371; }
p { color: rgb(238,211,113); }
H1.HeaderClassName
{
color: #EED371;
}
.AnyTagClassName
{
color: #EED371;
}
</style>
background-color css
<style>
a { background-color: #EED371; }
a { background-color: rgb(238,211,113); }
div.DivClassName
{
background-color: #EED371;
}
.BgClassName
{
background-color: #EED371;
}
</style>
border-color css
<style>
span { border-color: #EED371; }
span { border-color: rgb(238,211,113); }
td.TdClassName
{
border-color: #EED371;
}
.TagClassName
{
border-color: #EED371;
}
</style>