Shades of Golden Sand #EED56E
Tints of Golden Sand #EED56E
RGB
CMYK
RGB Variations
Color information
#EED56E (or 0xEED56E) is known color: Golden Sand. HEX triplet: EE, D5 and 6E. RGB value is (238,213,110). Sum of RGB (Red+Green+Blue) = 238+213+110=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EED56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED56E is #112A91. Grayscale: #D1D1D1. Windows color (decimal): -1125010 or 7263726. OLE color: 7263726.
HSL color Cylindrical-coordinate representation of color #EED56E: hue angle of 48.28º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EED56E is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 110 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.07 |
| HSL | 48.28º | 0.79% | 0.68% | - |
| HSV(B) | 48.28º | 0.54% | 0.93% | - |
| XYZ | 61.87 | 66.89 | 24.4 | - |
| YUV | 208.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 110 | 0 | 0.11 | 0.54 | 0.07 | 48.28 | 0.79 | 0.68 |
| Hex | EE | D5 | 6E | 0 | B | 36 | 7 | 30 | 4F | 44 |
| Octal | 356 | 325 | 156 | 0 | 13 | 66 | 7 | 60 | 117 | 104 |
| Binary | 11101110 | 11010101 | 1101110 | 0 | 1011 | 110110 | 111 | 110000 | 1001111 | 1000100 |
Color Harmonies of #EED56E
Complementary color
Monochromatic Colors of #EED56E
Black with #EED56E
Text Example
Text Example
White with #EED56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED56E; }
p { color: rgb(238,213,110); }
H1.HeaderClassName
{
color: #EED56E;
}
.AnyTagClassName
{
color: #EED56E;
}
</style>
background-color css
<style>
a { background-color: #EED56E; }
a { background-color: rgb(238,213,110); }
div.DivClassName
{
background-color: #EED56E;
}
.BgClassName
{
background-color: #EED56E;
}
</style>
border-color css
<style>
span { border-color: #EED56E; }
span { border-color: rgb(238,213,110); }
td.TdClassName
{
border-color: #EED56E;
}
.TagClassName
{
border-color: #EED56E;
}
</style>