Shades of Golden Sand #E0C55F
Tints of Golden Sand #E0C55F
RGB
CMYK
RGB Variations
Color information
#E0C55F (or 0xE0C55F) is known color: Golden Sand. HEX triplet: E0, C5 and 5F. RGB value is (224,197,95). Sum of RGB (Red+Green+Blue) = 224+197+95=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C55F is #1F3AA0. Grayscale: #C1C1C1. Windows color (decimal): -2046625 or 6276576. OLE color: 6276576.
HSL color Cylindrical-coordinate representation of color #E0C55F: hue angle of 47.44º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0C55F is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 95 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.12 |
| HSL | 47.44º | 0.68% | 0.63% | - |
| HSV(B) | 47.44º | 0.58% | 0.88% | - |
| XYZ | 52.77 | 56.61 | 18.97 | - |
| YUV | 193.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 95 | 0 | 0.12 | 0.58 | 0.12 | 47.44 | 0.68 | 0.63 |
| Hex | E0 | C5 | 5F | 0 | C | 3A | C | 2F | 44 | 3F |
| Octal | 340 | 305 | 137 | 0 | 14 | 72 | 14 | 57 | 104 | 77 |
| Binary | 11100000 | 11000101 | 1011111 | 0 | 1100 | 111010 | 1100 | 101111 | 1000100 | 111111 |
Color Harmonies of #E0C55F
Complementary color
Monochromatic Colors of #E0C55F
Black with #E0C55F
Text Example
Text Example
White with #E0C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C55F; }
p { color: rgb(224,197,95); }
H1.HeaderClassName
{
color: #E0C55F;
}
.AnyTagClassName
{
color: #E0C55F;
}
</style>
background-color css
<style>
a { background-color: #E0C55F; }
a { background-color: rgb(224,197,95); }
div.DivClassName
{
background-color: #E0C55F;
}
.BgClassName
{
background-color: #E0C55F;
}
</style>
border-color css
<style>
span { border-color: #E0C55F; }
span { border-color: rgb(224,197,95); }
td.TdClassName
{
border-color: #E0C55F;
}
.TagClassName
{
border-color: #E0C55F;
}
</style>