Shades of Golden Sand #E1C75E
Tints of Golden Sand #E1C75E
RGB
CMYK
RGB Variations
Color information
#E1C75E (or 0xE1C75E) is known color: Golden Sand. HEX triplet: E1, C7 and 5E. RGB value is (225,199,94). Sum of RGB (Red+Green+Blue) = 225+199+94=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C75E is #1E38A1. Grayscale: #C3C3C3. Windows color (decimal): -1980578 or 6211553. OLE color: 6211553.
HSL color Cylindrical-coordinate representation of color #E1C75E: hue angle of 48.09º 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 #E1C75E is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 94 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.12 |
| HSL | 48.09º | 0.69% | 0.63% | - |
| HSV(B) | 48.09º | 0.58% | 0.88% | - |
| XYZ | 53.5 | 57.66 | 18.9 | - |
| YUV | 194.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 94 | 0 | 0.12 | 0.58 | 0.12 | 48.09 | 0.69 | 0.63 |
| Hex | E1 | C7 | 5E | 0 | C | 3A | C | 30 | 45 | 3F |
| Octal | 341 | 307 | 136 | 0 | 14 | 72 | 14 | 60 | 105 | 77 |
| Binary | 11100001 | 11000111 | 1011110 | 0 | 1100 | 111010 | 1100 | 110000 | 1000101 | 111111 |
Color Harmonies of #E1C75E
Complementary color
Monochromatic Colors of #E1C75E
Black with #E1C75E
Text Example
Text Example
White with #E1C75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C75E; }
p { color: rgb(225,199,94); }
H1.HeaderClassName
{
color: #E1C75E;
}
.AnyTagClassName
{
color: #E1C75E;
}
</style>
background-color css
<style>
a { background-color: #E1C75E; }
a { background-color: rgb(225,199,94); }
div.DivClassName
{
background-color: #E1C75E;
}
.BgClassName
{
background-color: #E1C75E;
}
</style>
border-color css
<style>
span { border-color: #E1C75E; }
span { border-color: rgb(225,199,94); }
td.TdClassName
{
border-color: #E1C75E;
}
.TagClassName
{
border-color: #E1C75E;
}
</style>