Shades of Golden Sand #E0C662
Tints of Golden Sand #E0C662
RGB
CMYK
RGB Variations
Color information
#E0C662 (or 0xE0C662) is known color: Golden Sand. HEX triplet: E0, C6 and 62. RGB value is (224,198,98). Sum of RGB (Red+Green+Blue) = 224+198+98=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C662 is #1F399D. Grayscale: #C2C2C2. Windows color (decimal): -2046366 or 6473440. OLE color: 6473440.
HSL color Cylindrical-coordinate representation of color #E0C662: hue angle of 47.62º 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 #E0C662 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 98 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.12 |
| HSL | 47.62º | 0.67% | 0.63% | - |
| HSV(B) | 47.62º | 0.56% | 0.88% | - |
| XYZ | 53.14 | 57.12 | 19.78 | - |
| YUV | 194.37 | 73.61 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 98 | 0 | 0.12 | 0.56 | 0.12 | 47.62 | 0.67 | 0.63 |
| Hex | E0 | C6 | 62 | 0 | C | 38 | C | 30 | 43 | 3F |
| Octal | 340 | 306 | 142 | 0 | 14 | 70 | 14 | 60 | 103 | 77 |
| Binary | 11100000 | 11000110 | 1100010 | 0 | 1100 | 111000 | 1100 | 110000 | 1000011 | 111111 |
Color Harmonies of #E0C662
Complementary color
Monochromatic Colors of #E0C662
Black with #E0C662
Text Example
Text Example
White with #E0C662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C662; }
p { color: rgb(224,198,98); }
H1.HeaderClassName
{
color: #E0C662;
}
.AnyTagClassName
{
color: #E0C662;
}
</style>
background-color css
<style>
a { background-color: #E0C662; }
a { background-color: rgb(224,198,98); }
div.DivClassName
{
background-color: #E0C662;
}
.BgClassName
{
background-color: #E0C662;
}
</style>
border-color css
<style>
span { border-color: #E0C662; }
span { border-color: rgb(224,198,98); }
td.TdClassName
{
border-color: #E0C662;
}
.TagClassName
{
border-color: #E0C662;
}
</style>