Shades of Golden Sand #E8D06D
Tints of Golden Sand #E8D06D
RGB
CMYK
RGB Variations
Color information
#E8D06D (or 0xE8D06D) is known color: Golden Sand. HEX triplet: E8, D0 and 6D. RGB value is (232,208,109). Sum of RGB (Red+Green+Blue) = 232+208+109=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D06D is #172F92. Grayscale: #CCCCCC. Windows color (decimal): -1519507 or 7196904. OLE color: 7196904.
HSL color Cylindrical-coordinate representation of color #E8D06D: hue angle of 48.29º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8D06D is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 109 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.09 |
| HSL | 48.29º | 0.73% | 0.67% | - |
| HSV(B) | 48.29º | 0.53% | 0.91% | - |
| XYZ | 58.59 | 63.37 | 23.61 | - |
| YUV | 203.89 | 74.45 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 109 | 0 | 0.10 | 0.53 | 0.09 | 48.29 | 0.73 | 0.67 |
| Hex | E8 | D0 | 6D | 0 | A | 35 | 9 | 30 | 49 | 43 |
| Octal | 350 | 320 | 155 | 0 | 12 | 65 | 11 | 60 | 111 | 103 |
| Binary | 11101000 | 11010000 | 1101101 | 0 | 1010 | 110101 | 1001 | 110000 | 1001001 | 1000011 |
Color Harmonies of #E8D06D
Complementary color
Monochromatic Colors of #E8D06D
Black with #E8D06D
Text Example
Text Example
White with #E8D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D06D; }
p { color: rgb(232,208,109); }
H1.HeaderClassName
{
color: #E8D06D;
}
.AnyTagClassName
{
color: #E8D06D;
}
</style>
background-color css
<style>
a { background-color: #E8D06D; }
a { background-color: rgb(232,208,109); }
div.DivClassName
{
background-color: #E8D06D;
}
.BgClassName
{
background-color: #E8D06D;
}
</style>
border-color css
<style>
span { border-color: #E8D06D; }
span { border-color: rgb(232,208,109); }
td.TdClassName
{
border-color: #E8D06D;
}
.TagClassName
{
border-color: #E8D06D;
}
</style>