Shades of Golden Sand #E5D160
Tints of Golden Sand #E5D160
RGB
CMYK
RGB Variations
Color information
#E5D160 (or 0xE5D160) is known color: Golden Sand. HEX triplet: E5, D1 and 60. RGB value is (229,209,96). Sum of RGB (Red+Green+Blue) = 229+209+96=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D160 is #1A2E9F. Grayscale: #CACACA. Windows color (decimal): -1715872 or 6345189. OLE color: 6345189.
HSL color Cylindrical-coordinate representation of color #E5D160: hue angle of 50.98º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5D160 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 96 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.10 |
| HSL | 50.98º | 0.72% | 0.64% | - |
| HSV(B) | 50.98º | 0.58% | 0.9% | - |
| XYZ | 57.22 | 63.1 | 20.23 | - |
| YUV | 202.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 96 | 0 | 0.09 | 0.58 | 0.10 | 50.98 | 0.72 | 0.64 |
| Hex | E5 | D1 | 60 | 0 | 9 | 3A | A | 33 | 48 | 40 |
| Octal | 345 | 321 | 140 | 0 | 11 | 72 | 12 | 63 | 110 | 100 |
| Binary | 11100101 | 11010001 | 1100000 | 0 | 1001 | 111010 | 1010 | 110011 | 1001000 | 1000000 |
Color Harmonies of #E5D160
Complementary color
Monochromatic Colors of #E5D160
Black with #E5D160
Text Example
Text Example
White with #E5D160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D160; }
p { color: rgb(229,209,96); }
H1.HeaderClassName
{
color: #E5D160;
}
.AnyTagClassName
{
color: #E5D160;
}
</style>
background-color css
<style>
a { background-color: #E5D160; }
a { background-color: rgb(229,209,96); }
div.DivClassName
{
background-color: #E5D160;
}
.BgClassName
{
background-color: #E5D160;
}
</style>
border-color css
<style>
span { border-color: #E5D160; }
span { border-color: rgb(229,209,96); }
td.TdClassName
{
border-color: #E5D160;
}
.TagClassName
{
border-color: #E5D160;
}
</style>