Shades of Golden Sand #E1CC5E
Tints of Golden Sand #E1CC5E
RGB
CMYK
RGB Variations
Color information
#E1CC5E (or 0xE1CC5E) is known color: Golden Sand. HEX triplet: E1, CC and 5E. RGB value is (225,204,94). Sum of RGB (Red+Green+Blue) = 225+204+94=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC5E is #1E33A1. Grayscale: #C6C6C6. Windows color (decimal): -1979298 or 6212833. OLE color: 6212833.
HSL color Cylindrical-coordinate representation of color #E1CC5E: hue angle of 50.38º 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 #E1CC5E is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 94 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.12 |
| HSL | 50.38º | 0.69% | 0.63% | - |
| HSV(B) | 50.38º | 0.58% | 0.88% | - |
| XYZ | 54.66 | 60 | 19.29 | - |
| YUV | 197.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 94 | 0 | 0.09 | 0.58 | 0.12 | 50.38 | 0.69 | 0.63 |
| Hex | E1 | CC | 5E | 0 | 9 | 3A | C | 32 | 45 | 3F |
| Octal | 341 | 314 | 136 | 0 | 11 | 72 | 14 | 62 | 105 | 77 |
| Binary | 11100001 | 11001100 | 1011110 | 0 | 1001 | 111010 | 1100 | 110010 | 1000101 | 111111 |
Color Harmonies of #E1CC5E
Complementary color
Monochromatic Colors of #E1CC5E
Black with #E1CC5E
Text Example
Text Example
White with #E1CC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CC5E; }
p { color: rgb(225,204,94); }
H1.HeaderClassName
{
color: #E1CC5E;
}
.AnyTagClassName
{
color: #E1CC5E;
}
</style>
background-color css
<style>
a { background-color: #E1CC5E; }
a { background-color: rgb(225,204,94); }
div.DivClassName
{
background-color: #E1CC5E;
}
.BgClassName
{
background-color: #E1CC5E;
}
</style>
border-color css
<style>
span { border-color: #E1CC5E; }
span { border-color: rgb(225,204,94); }
td.TdClassName
{
border-color: #E1CC5E;
}
.TagClassName
{
border-color: #E1CC5E;
}
</style>