Shades of Golden Sand #E5CA5E
Tints of Golden Sand #E5CA5E
RGB
CMYK
RGB Variations
Color information
#E5CA5E (or 0xE5CA5E) is known color: Golden Sand. HEX triplet: E5, CA and 5E. RGB value is (229,202,94). Sum of RGB (Red+Green+Blue) = 229+202+94=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA5E is #1A35A1. Grayscale: #C6C6C6. Windows color (decimal): -1717666 or 6212325. OLE color: 6212325.
HSL color Cylindrical-coordinate representation of color #E5CA5E: hue angle of 48º 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 #E5CA5E is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 94 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.10 |
| HSL | 48º | 0.72% | 0.63% | - |
| HSV(B) | 48º | 0.59% | 0.9% | - |
| XYZ | 55.45 | 59.71 | 19.19 | - |
| YUV | 197.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 94 | 0 | 0.12 | 0.59 | 0.10 | 48 | 0.72 | 0.63 |
| Hex | E5 | CA | 5E | 0 | C | 3B | A | 30 | 48 | 3F |
| Octal | 345 | 312 | 136 | 0 | 14 | 73 | 12 | 60 | 110 | 77 |
| Binary | 11100101 | 11001010 | 1011110 | 0 | 1100 | 111011 | 1010 | 110000 | 1001000 | 111111 |
Color Harmonies of #E5CA5E
Complementary color
Monochromatic Colors of #E5CA5E
Black with #E5CA5E
Text Example
Text Example
White with #E5CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA5E; }
p { color: rgb(229,202,94); }
H1.HeaderClassName
{
color: #E5CA5E;
}
.AnyTagClassName
{
color: #E5CA5E;
}
</style>
background-color css
<style>
a { background-color: #E5CA5E; }
a { background-color: rgb(229,202,94); }
div.DivClassName
{
background-color: #E5CA5E;
}
.BgClassName
{
background-color: #E5CA5E;
}
</style>
border-color css
<style>
span { border-color: #E5CA5E; }
span { border-color: rgb(229,202,94); }
td.TdClassName
{
border-color: #E5CA5E;
}
.TagClassName
{
border-color: #E5CA5E;
}
</style>