Shades of Golden Sand #E1C562
Tints of Golden Sand #E1C562
RGB
CMYK
RGB Variations
Color information
#E1C562 (or 0xE1C562) is known color: Golden Sand. HEX triplet: E1, C5 and 62. RGB value is (225,197,98). Sum of RGB (Red+Green+Blue) = 225+197+98=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C562 is #1E3A9D. Grayscale: #C2C2C2. Windows color (decimal): -1981086 or 6473185. OLE color: 6473185.
HSL color Cylindrical-coordinate representation of color #E1C562: hue angle of 46.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1C562 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 98 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.12 |
| HSL | 46.77º | 0.68% | 0.63% | - |
| HSV(B) | 46.77º | 0.56% | 0.88% | - |
| XYZ | 53.22 | 56.82 | 19.72 | - |
| YUV | 194.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 98 | 0 | 0.12 | 0.56 | 0.12 | 46.77 | 0.68 | 0.63 |
| Hex | E1 | C5 | 62 | 0 | C | 38 | C | 2F | 44 | 3F |
| Octal | 341 | 305 | 142 | 0 | 14 | 70 | 14 | 57 | 104 | 77 |
| Binary | 11100001 | 11000101 | 1100010 | 0 | 1100 | 111000 | 1100 | 101111 | 1000100 | 111111 |
Color Harmonies of #E1C562
Complementary color
Monochromatic Colors of #E1C562
Black with #E1C562
Text Example
Text Example
White with #E1C562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C562; }
p { color: rgb(225,197,98); }
H1.HeaderClassName
{
color: #E1C562;
}
.AnyTagClassName
{
color: #E1C562;
}
</style>
background-color css
<style>
a { background-color: #E1C562; }
a { background-color: rgb(225,197,98); }
div.DivClassName
{
background-color: #E1C562;
}
.BgClassName
{
background-color: #E1C562;
}
</style>
border-color css
<style>
span { border-color: #E1C562; }
span { border-color: rgb(225,197,98); }
td.TdClassName
{
border-color: #E1C562;
}
.TagClassName
{
border-color: #E1C562;
}
</style>