Shades of Golden Sand #E1C95C
Tints of Golden Sand #E1C95C
RGB
CMYK
RGB Variations
Color information
#E1C95C (or 0xE1C95C) is known color: Golden Sand. HEX triplet: E1, C9 and 5C. RGB value is (225,201,92). Sum of RGB (Red+Green+Blue) = 225+201+92=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C95C is #1E36A3. Grayscale: #C4C4C4. Windows color (decimal): -1980068 or 6080993. OLE color: 6080993.
HSL color Cylindrical-coordinate representation of color #E1C95C: hue angle of 49.17º 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 #E1C95C is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 92 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.12 |
| HSL | 49.17º | 0.69% | 0.62% | - |
| HSV(B) | 49.17º | 0.59% | 0.88% | - |
| XYZ | 53.87 | 58.55 | 18.59 | - |
| YUV | 195.75 | 69.45 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 92 | 0 | 0.11 | 0.59 | 0.12 | 49.17 | 0.69 | 0.62 |
| Hex | E1 | C9 | 5C | 0 | B | 3B | C | 31 | 45 | 3E |
| Octal | 341 | 311 | 134 | 0 | 13 | 73 | 14 | 61 | 105 | 76 |
| Binary | 11100001 | 11001001 | 1011100 | 0 | 1011 | 111011 | 1100 | 110001 | 1000101 | 111110 |
Color Harmonies of #E1C95C
Complementary color
Monochromatic Colors of #E1C95C
Black with #E1C95C
Text Example
Text Example
White with #E1C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C95C; }
p { color: rgb(225,201,92); }
H1.HeaderClassName
{
color: #E1C95C;
}
.AnyTagClassName
{
color: #E1C95C;
}
</style>
background-color css
<style>
a { background-color: #E1C95C; }
a { background-color: rgb(225,201,92); }
div.DivClassName
{
background-color: #E1C95C;
}
.BgClassName
{
background-color: #E1C95C;
}
</style>
border-color css
<style>
span { border-color: #E1C95C; }
span { border-color: rgb(225,201,92); }
td.TdClassName
{
border-color: #E1C95C;
}
.TagClassName
{
border-color: #E1C95C;
}
</style>