Shades of Equator #E2A962
Tints of Equator #E2A962
RGB
CMYK
RGB Variations
Color information
#E2A962 (or 0xE2A962) is known color: Equator. HEX triplet: E2, A9 and 62. RGB value is (226,169,98). Sum of RGB (Red+Green+Blue) = 226+169+98=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A962 is #1D569D. Grayscale: #B2B2B2. Windows color (decimal): -1922718 or 6466018. OLE color: 6466018.
HSL color Cylindrical-coordinate representation of color #E2A962: hue angle of 33.28º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2A962 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 98 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.11 |
| HSL | 33.28º | 0.69% | 0.64% | - |
| HSV(B) | 33.28º | 0.57% | 0.89% | - |
| XYZ | 47.76 | 45.43 | 17.81 | - |
| YUV | 177.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 98 | 0 | 0.25 | 0.57 | 0.11 | 33.28 | 0.69 | 0.64 |
| Hex | E2 | A9 | 62 | 0 | 19 | 39 | B | 21 | 45 | 40 |
| Octal | 342 | 251 | 142 | 0 | 31 | 71 | 13 | 41 | 105 | 100 |
| Binary | 11100010 | 10101001 | 1100010 | 0 | 11001 | 111001 | 1011 | 100001 | 1000101 | 1000000 |
Color Harmonies of #E2A962
Complementary color
Monochromatic Colors of #E2A962
Black with #E2A962
Text Example
Text Example
White with #E2A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A962; }
p { color: rgb(226,169,98); }
H1.HeaderClassName
{
color: #E2A962;
}
.AnyTagClassName
{
color: #E2A962;
}
</style>
background-color css
<style>
a { background-color: #E2A962; }
a { background-color: rgb(226,169,98); }
div.DivClassName
{
background-color: #E2A962;
}
.BgClassName
{
background-color: #E2A962;
}
</style>
border-color css
<style>
span { border-color: #E2A962; }
span { border-color: rgb(226,169,98); }
td.TdClassName
{
border-color: #E2A962;
}
.TagClassName
{
border-color: #E2A962;
}
</style>