Shades of Golden Sand #E1CE5E
Tints of Golden Sand #E1CE5E
RGB
CMYK
RGB Variations
Color information
#E1CE5E (or 0xE1CE5E) is known color: Golden Sand. HEX triplet: E1, CE and 5E. RGB value is (225,206,94). Sum of RGB (Red+Green+Blue) = 225+206+94=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CE5E is #1E31A1. Grayscale: #C7C7C7. Windows color (decimal): -1978786 or 6213345. OLE color: 6213345.
HSL color Cylindrical-coordinate representation of color #E1CE5E: hue angle of 51.3º 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 #E1CE5E is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 94 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.12 |
| HSL | 51.3º | 0.69% | 0.63% | - |
| HSV(B) | 51.3º | 0.58% | 0.88% | - |
| XYZ | 55.14 | 60.96 | 19.45 | - |
| YUV | 198.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 94 | 0 | 0.08 | 0.58 | 0.12 | 51.3 | 0.69 | 0.63 |
| Hex | E1 | CE | 5E | 0 | 8 | 3A | C | 33 | 45 | 3F |
| Octal | 341 | 316 | 136 | 0 | 10 | 72 | 14 | 63 | 105 | 77 |
| Binary | 11100001 | 11001110 | 1011110 | 0 | 1000 | 111010 | 1100 | 110011 | 1000101 | 111111 |
Color Harmonies of #E1CE5E
Complementary color
Monochromatic Colors of #E1CE5E
Black with #E1CE5E
Text Example
Text Example
White with #E1CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE5E; }
p { color: rgb(225,206,94); }
H1.HeaderClassName
{
color: #E1CE5E;
}
.AnyTagClassName
{
color: #E1CE5E;
}
</style>
background-color css
<style>
a { background-color: #E1CE5E; }
a { background-color: rgb(225,206,94); }
div.DivClassName
{
background-color: #E1CE5E;
}
.BgClassName
{
background-color: #E1CE5E;
}
</style>
border-color css
<style>
span { border-color: #E1CE5E; }
span { border-color: rgb(225,206,94); }
td.TdClassName
{
border-color: #E1CE5E;
}
.TagClassName
{
border-color: #E1CE5E;
}
</style>