Shades of Golden Sand #E5C55E
Tints of Golden Sand #E5C55E
RGB
CMYK
RGB Variations
Color information
#E5C55E (or 0xE5C55E) is known color: Golden Sand. HEX triplet: E5, C5 and 5E. RGB value is (229,197,94). Sum of RGB (Red+Green+Blue) = 229+197+94=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C55E is #1A3AA1. Grayscale: #C3C3C3. Windows color (decimal): -1718946 or 6211045. OLE color: 6211045.
HSL color Cylindrical-coordinate representation of color #E5C55E: hue angle of 45.78º 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 #E5C55E is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 94 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.10 |
| HSL | 45.78º | 0.72% | 0.63% | - |
| HSV(B) | 45.78º | 0.59% | 0.9% | - |
| XYZ | 54.3 | 57.4 | 18.81 | - |
| YUV | 194.83 | 71.1 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 94 | 0 | 0.14 | 0.59 | 0.10 | 45.78 | 0.72 | 0.63 |
| Hex | E5 | C5 | 5E | 0 | E | 3B | A | 2E | 48 | 3F |
| Octal | 345 | 305 | 136 | 0 | 16 | 73 | 12 | 56 | 110 | 77 |
| Binary | 11100101 | 11000101 | 1011110 | 0 | 1110 | 111011 | 1010 | 101110 | 1001000 | 111111 |
Color Harmonies of #E5C55E
Complementary color
Monochromatic Colors of #E5C55E
Black with #E5C55E
Text Example
Text Example
White with #E5C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C55E; }
p { color: rgb(229,197,94); }
H1.HeaderClassName
{
color: #E5C55E;
}
.AnyTagClassName
{
color: #E5C55E;
}
</style>
background-color css
<style>
a { background-color: #E5C55E; }
a { background-color: rgb(229,197,94); }
div.DivClassName
{
background-color: #E5C55E;
}
.BgClassName
{
background-color: #E5C55E;
}
</style>
border-color css
<style>
span { border-color: #E5C55E; }
span { border-color: rgb(229,197,94); }
td.TdClassName
{
border-color: #E5C55E;
}
.TagClassName
{
border-color: #E5C55E;
}
</style>