Shades of Equator #E2AB63
Tints of Equator #E2AB63
RGB
CMYK
RGB Variations
Color information
#E2AB63 (or 0xE2AB63) is known color: Equator. HEX triplet: E2, AB and 63. RGB value is (226,171,99). Sum of RGB (Red+Green+Blue) = 226+171+99=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AB63 is #1D549C. Grayscale: #B3B3B3. Windows color (decimal): -1922205 or 6532066. OLE color: 6532066.
HSL color Cylindrical-coordinate representation of color #E2AB63: hue angle of 34.02º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2AB63 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 99 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.11 |
| HSL | 34.02º | 0.69% | 0.64% | - |
| HSV(B) | 34.02º | 0.56% | 0.89% | - |
| XYZ | 48.18 | 46.2 | 18.18 | - |
| YUV | 179.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 99 | 0 | 0.24 | 0.56 | 0.11 | 34.02 | 0.69 | 0.64 |
| Hex | E2 | AB | 63 | 0 | 18 | 38 | B | 22 | 45 | 40 |
| Octal | 342 | 253 | 143 | 0 | 30 | 70 | 13 | 42 | 105 | 100 |
| Binary | 11100010 | 10101011 | 1100011 | 0 | 11000 | 111000 | 1011 | 100010 | 1000101 | 1000000 |
Color Harmonies of #E2AB63
Complementary color
Monochromatic Colors of #E2AB63
Black with #E2AB63
Text Example
Text Example
White with #E2AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB63; }
p { color: rgb(226,171,99); }
H1.HeaderClassName
{
color: #E2AB63;
}
.AnyTagClassName
{
color: #E2AB63;
}
</style>
background-color css
<style>
a { background-color: #E2AB63; }
a { background-color: rgb(226,171,99); }
div.DivClassName
{
background-color: #E2AB63;
}
.BgClassName
{
background-color: #E2AB63;
}
</style>
border-color css
<style>
span { border-color: #E2AB63; }
span { border-color: rgb(226,171,99); }
td.TdClassName
{
border-color: #E2AB63;
}
.TagClassName
{
border-color: #E2AB63;
}
</style>