Shades of Golden Sand #E5D05E
Tints of Golden Sand #E5D05E
RGB
CMYK
RGB Variations
Color information
#E5D05E (or 0xE5D05E) is known color: Golden Sand. HEX triplet: E5, D0 and 5E. RGB value is (229,208,94). Sum of RGB (Red+Green+Blue) = 229+208+94=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D05E is #1A2FA1. Grayscale: #C9C9C9. Windows color (decimal): -1716130 or 6213861. OLE color: 6213861.
HSL color Cylindrical-coordinate representation of color #E5D05E: hue angle of 50.67º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5D05E is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 94 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.10 |
| HSL | 50.67º | 0.72% | 0.63% | - |
| HSV(B) | 50.67º | 0.59% | 0.9% | - |
| XYZ | 56.89 | 62.58 | 19.67 | - |
| YUV | 201.28 | 67.46 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 94 | 0 | 0.09 | 0.59 | 0.10 | 50.67 | 0.72 | 0.63 |
| Hex | E5 | D0 | 5E | 0 | 9 | 3B | A | 33 | 48 | 3F |
| Octal | 345 | 320 | 136 | 0 | 11 | 73 | 12 | 63 | 110 | 77 |
| Binary | 11100101 | 11010000 | 1011110 | 0 | 1001 | 111011 | 1010 | 110011 | 1001000 | 111111 |
Color Harmonies of #E5D05E
Complementary color
Monochromatic Colors of #E5D05E
Black with #E5D05E
Text Example
Text Example
White with #E5D05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D05E; }
p { color: rgb(229,208,94); }
H1.HeaderClassName
{
color: #E5D05E;
}
.AnyTagClassName
{
color: #E5D05E;
}
</style>
background-color css
<style>
a { background-color: #E5D05E; }
a { background-color: rgb(229,208,94); }
div.DivClassName
{
background-color: #E5D05E;
}
.BgClassName
{
background-color: #E5D05E;
}
</style>
border-color css
<style>
span { border-color: #E5D05E; }
span { border-color: rgb(229,208,94); }
td.TdClassName
{
border-color: #E5D05E;
}
.TagClassName
{
border-color: #E5D05E;
}
</style>