Shades of Golden Sand #E1C85E
Tints of Golden Sand #E1C85E
RGB
CMYK
RGB Variations
Color information
#E1C85E (or 0xE1C85E) is known color: Golden Sand. HEX triplet: E1, C8 and 5E. RGB value is (225,200,94). Sum of RGB (Red+Green+Blue) = 225+200+94=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C85E is #1E37A1. Grayscale: #C3C3C3. Windows color (decimal): -1980322 or 6211809. OLE color: 6211809.
HSL color Cylindrical-coordinate representation of color #E1C85E: hue angle of 48.55º 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 #E1C85E is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 94 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.12 |
| HSL | 48.55º | 0.69% | 0.63% | - |
| HSV(B) | 48.55º | 0.58% | 0.88% | - |
| XYZ | 53.73 | 58.12 | 18.98 | - |
| YUV | 195.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 94 | 0 | 0.11 | 0.58 | 0.12 | 48.55 | 0.69 | 0.63 |
| Hex | E1 | C8 | 5E | 0 | B | 3A | C | 31 | 45 | 3F |
| Octal | 341 | 310 | 136 | 0 | 13 | 72 | 14 | 61 | 105 | 77 |
| Binary | 11100001 | 11001000 | 1011110 | 0 | 1011 | 111010 | 1100 | 110001 | 1000101 | 111111 |
Color Harmonies of #E1C85E
Complementary color
Monochromatic Colors of #E1C85E
Black with #E1C85E
Text Example
Text Example
White with #E1C85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C85E; }
p { color: rgb(225,200,94); }
H1.HeaderClassName
{
color: #E1C85E;
}
.AnyTagClassName
{
color: #E1C85E;
}
</style>
background-color css
<style>
a { background-color: #E1C85E; }
a { background-color: rgb(225,200,94); }
div.DivClassName
{
background-color: #E1C85E;
}
.BgClassName
{
background-color: #E1C85E;
}
</style>
border-color css
<style>
span { border-color: #E1C85E; }
span { border-color: rgb(225,200,94); }
td.TdClassName
{
border-color: #E1C85E;
}
.TagClassName
{
border-color: #E1C85E;
}
</style>