Shades of Golden Sand #E1C85C
Tints of Golden Sand #E1C85C
RGB
CMYK
RGB Variations
Color information
#E1C85C (or 0xE1C85C) is known color: Golden Sand. HEX triplet: E1, C8 and 5C. RGB value is (225,200,92). Sum of RGB (Red+Green+Blue) = 225+200+92=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C85C is #1E37A3. Grayscale: #C3C3C3. Windows color (decimal): -1980324 or 6080737. OLE color: 6080737.
HSL color Cylindrical-coordinate representation of color #E1C85C: hue angle of 48.72º 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 #E1C85C is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 92 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.12 |
| HSL | 48.72º | 0.69% | 0.62% | - |
| HSV(B) | 48.72º | 0.59% | 0.88% | - |
| XYZ | 53.64 | 58.09 | 18.51 | - |
| YUV | 195.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 92 | 0 | 0.11 | 0.59 | 0.12 | 48.72 | 0.69 | 0.62 |
| Hex | E1 | C8 | 5C | 0 | B | 3B | C | 31 | 45 | 3E |
| Octal | 341 | 310 | 134 | 0 | 13 | 73 | 14 | 61 | 105 | 76 |
| Binary | 11100001 | 11001000 | 1011100 | 0 | 1011 | 111011 | 1100 | 110001 | 1000101 | 111110 |
Color Harmonies of #E1C85C
Complementary color
Monochromatic Colors of #E1C85C
Black with #E1C85C
Text Example
Text Example
White with #E1C85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C85C; }
p { color: rgb(225,200,92); }
H1.HeaderClassName
{
color: #E1C85C;
}
.AnyTagClassName
{
color: #E1C85C;
}
</style>
background-color css
<style>
a { background-color: #E1C85C; }
a { background-color: rgb(225,200,92); }
div.DivClassName
{
background-color: #E1C85C;
}
.BgClassName
{
background-color: #E1C85C;
}
</style>
border-color css
<style>
span { border-color: #E1C85C; }
span { border-color: rgb(225,200,92); }
td.TdClassName
{
border-color: #E1C85C;
}
.TagClassName
{
border-color: #E1C85C;
}
</style>