Shades of Golden Sand #E5CE60
Tints of Golden Sand #E5CE60
RGB
CMYK
RGB Variations
Color information
#E5CE60 (or 0xE5CE60) is known color: Golden Sand. HEX triplet: E5, CE and 60. RGB value is (229,206,96). Sum of RGB (Red+Green+Blue) = 229+206+96=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CE60 is #1A319F. Grayscale: #C8C8C8. Windows color (decimal): -1716640 or 6344421. OLE color: 6344421.
HSL color Cylindrical-coordinate representation of color #E5CE60: hue angle of 49.62º 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 #E5CE60 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 96 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.10 |
| HSL | 49.62º | 0.72% | 0.64% | - |
| HSV(B) | 49.62º | 0.58% | 0.9% | - |
| XYZ | 56.5 | 61.65 | 19.99 | - |
| YUV | 200.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 96 | 0 | 0.10 | 0.58 | 0.10 | 49.62 | 0.72 | 0.64 |
| Hex | E5 | CE | 60 | 0 | A | 3A | A | 32 | 48 | 40 |
| Octal | 345 | 316 | 140 | 0 | 12 | 72 | 12 | 62 | 110 | 100 |
| Binary | 11100101 | 11001110 | 1100000 | 0 | 1010 | 111010 | 1010 | 110010 | 1001000 | 1000000 |
Color Harmonies of #E5CE60
Complementary color
Monochromatic Colors of #E5CE60
Black with #E5CE60
Text Example
Text Example
White with #E5CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE60; }
p { color: rgb(229,206,96); }
H1.HeaderClassName
{
color: #E5CE60;
}
.AnyTagClassName
{
color: #E5CE60;
}
</style>
background-color css
<style>
a { background-color: #E5CE60; }
a { background-color: rgb(229,206,96); }
div.DivClassName
{
background-color: #E5CE60;
}
.BgClassName
{
background-color: #E5CE60;
}
</style>
border-color css
<style>
span { border-color: #E5CE60; }
span { border-color: rgb(229,206,96); }
td.TdClassName
{
border-color: #E5CE60;
}
.TagClassName
{
border-color: #E5CE60;
}
</style>