Shades of Equator #E2AB60
Tints of Equator #E2AB60
RGB
CMYK
RGB Variations
Color information
#E2AB60 (or 0xE2AB60) is known color: Equator. HEX triplet: E2, AB and 60. RGB value is (226,171,96). Sum of RGB (Red+Green+Blue) = 226+171+96=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AB60 is #1D549F. Grayscale: #B3B3B3. Windows color (decimal): -1922208 or 6335458. OLE color: 6335458.
HSL color Cylindrical-coordinate representation of color #E2AB60: hue angle of 34.62º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2AB60 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 96 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.11 |
| HSL | 34.62º | 0.69% | 0.63% | - |
| HSV(B) | 34.62º | 0.58% | 0.89% | - |
| XYZ | 48.04 | 46.14 | 17.44 | - |
| YUV | 178.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 96 | 0 | 0.24 | 0.58 | 0.11 | 34.62 | 0.69 | 0.63 |
| Hex | E2 | AB | 60 | 0 | 18 | 3A | B | 23 | 45 | 3F |
| Octal | 342 | 253 | 140 | 0 | 30 | 72 | 13 | 43 | 105 | 77 |
| Binary | 11100010 | 10101011 | 1100000 | 0 | 11000 | 111010 | 1011 | 100011 | 1000101 | 111111 |
Color Harmonies of #E2AB60
Complementary color
Monochromatic Colors of #E2AB60
Black with #E2AB60
Text Example
Text Example
White with #E2AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB60; }
p { color: rgb(226,171,96); }
H1.HeaderClassName
{
color: #E2AB60;
}
.AnyTagClassName
{
color: #E2AB60;
}
</style>
background-color css
<style>
a { background-color: #E2AB60; }
a { background-color: rgb(226,171,96); }
div.DivClassName
{
background-color: #E2AB60;
}
.BgClassName
{
background-color: #E2AB60;
}
</style>
border-color css
<style>
span { border-color: #E2AB60; }
span { border-color: rgb(226,171,96); }
td.TdClassName
{
border-color: #E2AB60;
}
.TagClassName
{
border-color: #E2AB60;
}
</style>