Shades of Equator #E2AB61
Tints of Equator #E2AB61
RGB
CMYK
RGB Variations
Color information
#E2AB61 (or 0xE2AB61) is known color: Equator. HEX triplet: E2, AB and 61. RGB value is (226,171,97). Sum of RGB (Red+Green+Blue) = 226+171+97=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AB61 is #1D549E. Grayscale: #B3B3B3. Windows color (decimal): -1922207 or 6400994. OLE color: 6400994.
HSL color Cylindrical-coordinate representation of color #E2AB61: hue angle of 34.42º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2AB61 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 97 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.11 |
| HSL | 34.42º | 0.69% | 0.63% | - |
| HSV(B) | 34.42º | 0.57% | 0.89% | - |
| XYZ | 48.08 | 46.16 | 17.68 | - |
| YUV | 179.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 97 | 0 | 0.24 | 0.57 | 0.11 | 34.42 | 0.69 | 0.63 |
| Hex | E2 | AB | 61 | 0 | 18 | 39 | B | 22 | 45 | 3F |
| Octal | 342 | 253 | 141 | 0 | 30 | 71 | 13 | 42 | 105 | 77 |
| Binary | 11100010 | 10101011 | 1100001 | 0 | 11000 | 111001 | 1011 | 100010 | 1000101 | 111111 |
Color Harmonies of #E2AB61
Complementary color
Monochromatic Colors of #E2AB61
Black with #E2AB61
Text Example
Text Example
White with #E2AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB61; }
p { color: rgb(226,171,97); }
H1.HeaderClassName
{
color: #E2AB61;
}
.AnyTagClassName
{
color: #E2AB61;
}
</style>
background-color css
<style>
a { background-color: #E2AB61; }
a { background-color: rgb(226,171,97); }
div.DivClassName
{
background-color: #E2AB61;
}
.BgClassName
{
background-color: #E2AB61;
}
</style>
border-color css
<style>
span { border-color: #E2AB61; }
span { border-color: rgb(226,171,97); }
td.TdClassName
{
border-color: #E2AB61;
}
.TagClassName
{
border-color: #E2AB61;
}
</style>