Shades of Golden Sand #E5D16D
Tints of Golden Sand #E5D16D
RGB
CMYK
RGB Variations
Color information
#E5D16D (or 0xE5D16D) is known color: Golden Sand. HEX triplet: E5, D1 and 6D. RGB value is (229,209,109). Sum of RGB (Red+Green+Blue) = 229+209+109=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D16D is #1A2E92. Grayscale: #CCCCCC. Windows color (decimal): -1715859 or 7197157. OLE color: 7197157.
HSL color Cylindrical-coordinate representation of color #E5D16D: hue angle of 50º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5D16D is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 109 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.10 |
| HSL | 50º | 0.7% | 0.66% | - |
| HSV(B) | 50º | 0.52% | 0.9% | - |
| XYZ | 57.87 | 63.36 | 23.65 | - |
| YUV | 203.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 109 | 0 | 0.09 | 0.52 | 0.10 | 50 | 0.7 | 0.66 |
| Hex | E5 | D1 | 6D | 0 | 9 | 34 | A | 32 | 46 | 42 |
| Octal | 345 | 321 | 155 | 0 | 11 | 64 | 12 | 62 | 106 | 102 |
| Binary | 11100101 | 11010001 | 1101101 | 0 | 1001 | 110100 | 1010 | 110010 | 1000110 | 1000010 |
Color Harmonies of #E5D16D
Complementary color
Monochromatic Colors of #E5D16D
Black with #E5D16D
Text Example
Text Example
White with #E5D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D16D; }
p { color: rgb(229,209,109); }
H1.HeaderClassName
{
color: #E5D16D;
}
.AnyTagClassName
{
color: #E5D16D;
}
</style>
background-color css
<style>
a { background-color: #E5D16D; }
a { background-color: rgb(229,209,109); }
div.DivClassName
{
background-color: #E5D16D;
}
.BgClassName
{
background-color: #E5D16D;
}
</style>
border-color css
<style>
span { border-color: #E5D16D; }
span { border-color: rgb(229,209,109); }
td.TdClassName
{
border-color: #E5D16D;
}
.TagClassName
{
border-color: #E5D16D;
}
</style>