Shades of Golden Sand #E8D16E
Tints of Golden Sand #E8D16E
RGB
CMYK
RGB Variations
Color information
#E8D16E (or 0xE8D16E) is known color: Golden Sand. HEX triplet: E8, D1 and 6E. RGB value is (232,209,110). Sum of RGB (Red+Green+Blue) = 232+209+110=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D16E is #172E91. Grayscale: #CDCDCD. Windows color (decimal): -1519250 or 7262696. OLE color: 7262696.
HSL color Cylindrical-coordinate representation of color #E8D16E: hue angle of 48.69º 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 #E8D16E is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 110 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.09 |
| HSL | 48.69º | 0.73% | 0.67% | - |
| HSV(B) | 48.69º | 0.53% | 0.91% | - |
| XYZ | 58.89 | 63.88 | 23.98 | - |
| YUV | 204.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 110 | 0 | 0.10 | 0.53 | 0.09 | 48.69 | 0.73 | 0.67 |
| Hex | E8 | D1 | 6E | 0 | A | 35 | 9 | 31 | 49 | 43 |
| Octal | 350 | 321 | 156 | 0 | 12 | 65 | 11 | 61 | 111 | 103 |
| Binary | 11101000 | 11010001 | 1101110 | 0 | 1010 | 110101 | 1001 | 110001 | 1001001 | 1000011 |
Color Harmonies of #E8D16E
Complementary color
Monochromatic Colors of #E8D16E
Black with #E8D16E
Text Example
Text Example
White with #E8D16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D16E; }
p { color: rgb(232,209,110); }
H1.HeaderClassName
{
color: #E8D16E;
}
.AnyTagClassName
{
color: #E8D16E;
}
</style>
background-color css
<style>
a { background-color: #E8D16E; }
a { background-color: rgb(232,209,110); }
div.DivClassName
{
background-color: #E8D16E;
}
.BgClassName
{
background-color: #E8D16E;
}
</style>
border-color css
<style>
span { border-color: #E8D16E; }
span { border-color: rgb(232,209,110); }
td.TdClassName
{
border-color: #E8D16E;
}
.TagClassName
{
border-color: #E8D16E;
}
</style>