Shades of Golden Sand #E1CC5D
Tints of Golden Sand #E1CC5D
RGB
CMYK
RGB Variations
Color information
#E1CC5D (or 0xE1CC5D) is known color: Golden Sand. HEX triplet: E1, CC and 5D. RGB value is (225,204,93). Sum of RGB (Red+Green+Blue) = 225+204+93=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC5D is #1E33A2. Grayscale: #C6C6C6. Windows color (decimal): -1979299 or 6147297. OLE color: 6147297.
HSL color Cylindrical-coordinate representation of color #E1CC5D: hue angle of 50.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1CC5D is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 93 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.12 |
| HSL | 50.45º | 0.69% | 0.62% | - |
| HSV(B) | 50.45º | 0.59% | 0.88% | - |
| XYZ | 54.62 | 59.98 | 19.06 | - |
| YUV | 197.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 93 | 0 | 0.09 | 0.59 | 0.12 | 50.45 | 0.69 | 0.62 |
| Hex | E1 | CC | 5D | 0 | 9 | 3B | C | 32 | 45 | 3E |
| Octal | 341 | 314 | 135 | 0 | 11 | 73 | 14 | 62 | 105 | 76 |
| Binary | 11100001 | 11001100 | 1011101 | 0 | 1001 | 111011 | 1100 | 110010 | 1000101 | 111110 |
Color Harmonies of #E1CC5D
Complementary color
Monochromatic Colors of #E1CC5D
Black with #E1CC5D
Text Example
Text Example
White with #E1CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CC5D; }
p { color: rgb(225,204,93); }
H1.HeaderClassName
{
color: #E1CC5D;
}
.AnyTagClassName
{
color: #E1CC5D;
}
</style>
background-color css
<style>
a { background-color: #E1CC5D; }
a { background-color: rgb(225,204,93); }
div.DivClassName
{
background-color: #E1CC5D;
}
.BgClassName
{
background-color: #E1CC5D;
}
</style>
border-color css
<style>
span { border-color: #E1CC5D; }
span { border-color: rgb(225,204,93); }
td.TdClassName
{
border-color: #E1CC5D;
}
.TagClassName
{
border-color: #E1CC5D;
}
</style>