Shades of Golden Sand #E0D162
Tints of Golden Sand #E0D162
RGB
CMYK
RGB Variations
Color information
#E0D162 (or 0xE0D162) is known color: Golden Sand. HEX triplet: E0, D1 and 62. RGB value is (224,209,98). Sum of RGB (Red+Green+Blue) = 224+209+98=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D162 is #1F2E9D. Grayscale: #C9C9C9. Windows color (decimal): -2043550 or 6476256. OLE color: 6476256.
HSL color Cylindrical-coordinate representation of color #E0D162: hue angle of 52.86º 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 #E0D162 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 209 | 98 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.12 |
| HSL | 52.86º | 0.67% | 0.63% | - |
| HSV(B) | 52.86º | 0.56% | 0.88% | - |
| XYZ | 55.75 | 62.33 | 20.65 | - |
| YUV | 200.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 209 | 98 | 0 | 0.07 | 0.56 | 0.12 | 52.86 | 0.67 | 0.63 |
| Hex | E0 | D1 | 62 | 0 | 7 | 38 | C | 35 | 43 | 3F |
| Octal | 340 | 321 | 142 | 0 | 7 | 70 | 14 | 65 | 103 | 77 |
| Binary | 11100000 | 11010001 | 1100010 | 0 | 111 | 111000 | 1100 | 110101 | 1000011 | 111111 |
Color Harmonies of #E0D162
Complementary color
Monochromatic Colors of #E0D162
Black with #E0D162
Text Example
Text Example
White with #E0D162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D162; }
p { color: rgb(224,209,98); }
H1.HeaderClassName
{
color: #E0D162;
}
.AnyTagClassName
{
color: #E0D162;
}
</style>
background-color css
<style>
a { background-color: #E0D162; }
a { background-color: rgb(224,209,98); }
div.DivClassName
{
background-color: #E0D162;
}
.BgClassName
{
background-color: #E0D162;
}
</style>
border-color css
<style>
span { border-color: #E0D162; }
span { border-color: rgb(224,209,98); }
td.TdClassName
{
border-color: #E0D162;
}
.TagClassName
{
border-color: #E0D162;
}
</style>