Shades of Golden Sand #E1C762
Tints of Golden Sand #E1C762
RGB
CMYK
RGB Variations
Color information
#E1C762 (or 0xE1C762) is known color: Golden Sand. HEX triplet: E1, C7 and 62. RGB value is (225,199,98). Sum of RGB (Red+Green+Blue) = 225+199+98=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C762 is #1E389D. Grayscale: #C3C3C3. Windows color (decimal): -1980574 or 6473697. OLE color: 6473697.
HSL color Cylindrical-coordinate representation of color #E1C762: hue angle of 47.72º 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 #E1C762 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 98 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.12 |
| HSL | 47.72º | 0.68% | 0.63% | - |
| HSV(B) | 47.72º | 0.56% | 0.88% | - |
| XYZ | 53.68 | 57.74 | 19.87 | - |
| YUV | 195.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 98 | 0 | 0.12 | 0.56 | 0.12 | 47.72 | 0.68 | 0.63 |
| Hex | E1 | C7 | 62 | 0 | C | 38 | C | 30 | 44 | 3F |
| Octal | 341 | 307 | 142 | 0 | 14 | 70 | 14 | 60 | 104 | 77 |
| Binary | 11100001 | 11000111 | 1100010 | 0 | 1100 | 111000 | 1100 | 110000 | 1000100 | 111111 |
Color Harmonies of #E1C762
Complementary color
Monochromatic Colors of #E1C762
Black with #E1C762
Text Example
Text Example
White with #E1C762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C762; }
p { color: rgb(225,199,98); }
H1.HeaderClassName
{
color: #E1C762;
}
.AnyTagClassName
{
color: #E1C762;
}
</style>
background-color css
<style>
a { background-color: #E1C762; }
a { background-color: rgb(225,199,98); }
div.DivClassName
{
background-color: #E1C762;
}
.BgClassName
{
background-color: #E1C762;
}
</style>
border-color css
<style>
span { border-color: #E1C762; }
span { border-color: rgb(225,199,98); }
td.TdClassName
{
border-color: #E1C762;
}
.TagClassName
{
border-color: #E1C762;
}
</style>