Shades of Golden Sand #E5C95E
Tints of Golden Sand #E5C95E
RGB
CMYK
RGB Variations
Color information
#E5C95E (or 0xE5C95E) is known color: Golden Sand. HEX triplet: E5, C9 and 5E. RGB value is (229,201,94). Sum of RGB (Red+Green+Blue) = 229+201+94=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C95E is #1A36A1. Grayscale: #C5C5C5. Windows color (decimal): -1717922 or 6212069. OLE color: 6212069.
HSL color Cylindrical-coordinate representation of color #E5C95E: hue angle of 47.56º 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 #E5C95E is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 94 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.10 |
| HSL | 47.56º | 0.72% | 0.63% | - |
| HSV(B) | 47.56º | 0.59% | 0.9% | - |
| XYZ | 55.22 | 59.24 | 19.11 | - |
| YUV | 197.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 94 | 0 | 0.12 | 0.59 | 0.10 | 47.56 | 0.72 | 0.63 |
| Hex | E5 | C9 | 5E | 0 | C | 3B | A | 30 | 48 | 3F |
| Octal | 345 | 311 | 136 | 0 | 14 | 73 | 12 | 60 | 110 | 77 |
| Binary | 11100101 | 11001001 | 1011110 | 0 | 1100 | 111011 | 1010 | 110000 | 1001000 | 111111 |
Color Harmonies of #E5C95E
Complementary color
Monochromatic Colors of #E5C95E
Black with #E5C95E
Text Example
Text Example
White with #E5C95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C95E; }
p { color: rgb(229,201,94); }
H1.HeaderClassName
{
color: #E5C95E;
}
.AnyTagClassName
{
color: #E5C95E;
}
</style>
background-color css
<style>
a { background-color: #E5C95E; }
a { background-color: rgb(229,201,94); }
div.DivClassName
{
background-color: #E5C95E;
}
.BgClassName
{
background-color: #E5C95E;
}
</style>
border-color css
<style>
span { border-color: #E5C95E; }
span { border-color: rgb(229,201,94); }
td.TdClassName
{
border-color: #E5C95E;
}
.TagClassName
{
border-color: #E5C95E;
}
</style>