Shades of Golden Sand #E1CD5E
Tints of Golden Sand #E1CD5E
RGB
CMYK
RGB Variations
Color information
#E1CD5E (or 0xE1CD5E) is known color: Golden Sand. HEX triplet: E1, CD and 5E. RGB value is (225,205,94). Sum of RGB (Red+Green+Blue) = 225+205+94=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CD5E is #1E32A1. Grayscale: #C6C6C6. Windows color (decimal): -1979042 or 6213089. OLE color: 6213089.
HSL color Cylindrical-coordinate representation of color #E1CD5E: hue angle of 50.84º 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 #E1CD5E is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 94 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.12 |
| HSL | 50.84º | 0.69% | 0.63% | - |
| HSV(B) | 50.84º | 0.58% | 0.88% | - |
| XYZ | 54.9 | 60.48 | 19.37 | - |
| YUV | 198.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 94 | 0 | 0.09 | 0.58 | 0.12 | 50.84 | 0.69 | 0.63 |
| Hex | E1 | CD | 5E | 0 | 9 | 3A | C | 33 | 45 | 3F |
| Octal | 341 | 315 | 136 | 0 | 11 | 72 | 14 | 63 | 105 | 77 |
| Binary | 11100001 | 11001101 | 1011110 | 0 | 1001 | 111010 | 1100 | 110011 | 1000101 | 111111 |
Color Harmonies of #E1CD5E
Complementary color
Monochromatic Colors of #E1CD5E
Black with #E1CD5E
Text Example
Text Example
White with #E1CD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CD5E; }
p { color: rgb(225,205,94); }
H1.HeaderClassName
{
color: #E1CD5E;
}
.AnyTagClassName
{
color: #E1CD5E;
}
</style>
background-color css
<style>
a { background-color: #E1CD5E; }
a { background-color: rgb(225,205,94); }
div.DivClassName
{
background-color: #E1CD5E;
}
.BgClassName
{
background-color: #E1CD5E;
}
</style>
border-color css
<style>
span { border-color: #E1CD5E; }
span { border-color: rgb(225,205,94); }
td.TdClassName
{
border-color: #E1CD5E;
}
.TagClassName
{
border-color: #E1CD5E;
}
</style>