Shades of Equator #E2AB62
Tints of Equator #E2AB62
RGB
CMYK
RGB Variations
Color information
#E2AB62 (or 0xE2AB62) is known color: Equator. HEX triplet: E2, AB and 62. RGB value is (226,171,98). Sum of RGB (Red+Green+Blue) = 226+171+98=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AB62 is #1D549D. Grayscale: #B3B3B3. Windows color (decimal): -1922206 or 6466530. OLE color: 6466530.
HSL color Cylindrical-coordinate representation of color #E2AB62: hue angle of 34.22º 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 #E2AB62 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 98 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.11 |
| HSL | 34.22º | 0.69% | 0.64% | - |
| HSV(B) | 34.22º | 0.57% | 0.89% | - |
| XYZ | 48.13 | 46.18 | 17.93 | - |
| YUV | 179.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 98 | 0 | 0.24 | 0.57 | 0.11 | 34.22 | 0.69 | 0.64 |
| Hex | E2 | AB | 62 | 0 | 18 | 39 | B | 22 | 45 | 40 |
| Octal | 342 | 253 | 142 | 0 | 30 | 71 | 13 | 42 | 105 | 100 |
| Binary | 11100010 | 10101011 | 1100010 | 0 | 11000 | 111001 | 1011 | 100010 | 1000101 | 1000000 |
Color Harmonies of #E2AB62
Complementary color
Monochromatic Colors of #E2AB62
Black with #E2AB62
Text Example
Text Example
White with #E2AB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB62; }
p { color: rgb(226,171,98); }
H1.HeaderClassName
{
color: #E2AB62;
}
.AnyTagClassName
{
color: #E2AB62;
}
</style>
background-color css
<style>
a { background-color: #E2AB62; }
a { background-color: rgb(226,171,98); }
div.DivClassName
{
background-color: #E2AB62;
}
.BgClassName
{
background-color: #E2AB62;
}
</style>
border-color css
<style>
span { border-color: #E2AB62; }
span { border-color: rgb(226,171,98); }
td.TdClassName
{
border-color: #E2AB62;
}
.TagClassName
{
border-color: #E2AB62;
}
</style>