Shades of Equator #E0A962
Tints of Equator #E0A962
RGB
CMYK
RGB Variations
Color information
#E0A962 (or 0xE0A962) is known color: Equator. HEX triplet: E0, A9 and 62. RGB value is (224,169,98). Sum of RGB (Red+Green+Blue) = 224+169+98=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A962 is #1F569D. Grayscale: #B1B1B1. Windows color (decimal): -2053790 or 6466016. OLE color: 6466016.
HSL color Cylindrical-coordinate representation of color #E0A962: hue angle of 33.81º 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 #E0A962 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 169 | 98 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.12 |
| HSL | 33.81º | 0.67% | 0.63% | - |
| HSV(B) | 33.81º | 0.56% | 0.88% | - |
| XYZ | 47.13 | 45.11 | 17.78 | - |
| YUV | 177.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 169 | 98 | 0 | 0.25 | 0.56 | 0.12 | 33.81 | 0.67 | 0.63 |
| Hex | E0 | A9 | 62 | 0 | 19 | 38 | C | 22 | 43 | 3F |
| Octal | 340 | 251 | 142 | 0 | 31 | 70 | 14 | 42 | 103 | 77 |
| Binary | 11100000 | 10101001 | 1100010 | 0 | 11001 | 111000 | 1100 | 100010 | 1000011 | 111111 |
Color Harmonies of #E0A962
Complementary color
Monochromatic Colors of #E0A962
Black with #E0A962
Text Example
Text Example
White with #E0A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A962; }
p { color: rgb(224,169,98); }
H1.HeaderClassName
{
color: #E0A962;
}
.AnyTagClassName
{
color: #E0A962;
}
</style>
background-color css
<style>
a { background-color: #E0A962; }
a { background-color: rgb(224,169,98); }
div.DivClassName
{
background-color: #E0A962;
}
.BgClassName
{
background-color: #E0A962;
}
</style>
border-color css
<style>
span { border-color: #E0A962; }
span { border-color: rgb(224,169,98); }
td.TdClassName
{
border-color: #E0A962;
}
.TagClassName
{
border-color: #E0A962;
}
</style>