Shades of Golden Sand #E1C55E
Tints of Golden Sand #E1C55E
RGB
CMYK
RGB Variations
Color information
#E1C55E (or 0xE1C55E) is known color: Golden Sand. HEX triplet: E1, C5 and 5E. RGB value is (225,197,94). Sum of RGB (Red+Green+Blue) = 225+197+94=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C55E is #1E3AA1. Grayscale: #C2C2C2. Windows color (decimal): -1981090 or 6211041. OLE color: 6211041.
HSL color Cylindrical-coordinate representation of color #E1C55E: hue angle of 47.18º degrees, saturation: 0.69, 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 #E1C55E is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 94 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.12 |
| HSL | 47.18º | 0.69% | 0.63% | - |
| HSV(B) | 47.18º | 0.58% | 0.88% | - |
| XYZ | 53.04 | 56.75 | 18.75 | - |
| YUV | 193.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 94 | 0 | 0.12 | 0.58 | 0.12 | 47.18 | 0.69 | 0.63 |
| Hex | E1 | C5 | 5E | 0 | C | 3A | C | 2F | 45 | 3F |
| Octal | 341 | 305 | 136 | 0 | 14 | 72 | 14 | 57 | 105 | 77 |
| Binary | 11100001 | 11000101 | 1011110 | 0 | 1100 | 111010 | 1100 | 101111 | 1000101 | 111111 |
Color Harmonies of #E1C55E
Complementary color
Monochromatic Colors of #E1C55E
Black with #E1C55E
Text Example
Text Example
White with #E1C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C55E; }
p { color: rgb(225,197,94); }
H1.HeaderClassName
{
color: #E1C55E;
}
.AnyTagClassName
{
color: #E1C55E;
}
</style>
background-color css
<style>
a { background-color: #E1C55E; }
a { background-color: rgb(225,197,94); }
div.DivClassName
{
background-color: #E1C55E;
}
.BgClassName
{
background-color: #E1C55E;
}
</style>
border-color css
<style>
span { border-color: #E1C55E; }
span { border-color: rgb(225,197,94); }
td.TdClassName
{
border-color: #E1C55E;
}
.TagClassName
{
border-color: #E1C55E;
}
</style>