Shades of Golden Sand #E0C762
Tints of Golden Sand #E0C762
RGB
CMYK
RGB Variations
Color information
#E0C762 (or 0xE0C762) is known color: Golden Sand. HEX triplet: E0, C7 and 62. RGB value is (224,199,98). Sum of RGB (Red+Green+Blue) = 224+199+98=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C762 is #1F389D. Grayscale: #C3C3C3. Windows color (decimal): -2046110 or 6473696. OLE color: 6473696.
HSL color Cylindrical-coordinate representation of color #E0C762: hue angle of 48.1º degrees, saturation: 0.67, 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 #E0C762 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 98 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.12 |
| HSL | 48.1º | 0.67% | 0.63% | - |
| HSV(B) | 48.1º | 0.56% | 0.88% | - |
| XYZ | 53.37 | 57.58 | 19.86 | - |
| YUV | 194.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 98 | 0 | 0.11 | 0.56 | 0.12 | 48.1 | 0.67 | 0.63 |
| Hex | E0 | C7 | 62 | 0 | B | 38 | C | 30 | 43 | 3F |
| Octal | 340 | 307 | 142 | 0 | 13 | 70 | 14 | 60 | 103 | 77 |
| Binary | 11100000 | 11000111 | 1100010 | 0 | 1011 | 111000 | 1100 | 110000 | 1000011 | 111111 |
Color Harmonies of #E0C762
Complementary color
Monochromatic Colors of #E0C762
Black with #E0C762
Text Example
Text Example
White with #E0C762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C762; }
p { color: rgb(224,199,98); }
H1.HeaderClassName
{
color: #E0C762;
}
.AnyTagClassName
{
color: #E0C762;
}
</style>
background-color css
<style>
a { background-color: #E0C762; }
a { background-color: rgb(224,199,98); }
div.DivClassName
{
background-color: #E0C762;
}
.BgClassName
{
background-color: #E0C762;
}
</style>
border-color css
<style>
span { border-color: #E0C762; }
span { border-color: rgb(224,199,98); }
td.TdClassName
{
border-color: #E0C762;
}
.TagClassName
{
border-color: #E0C762;
}
</style>