Shades of Equator #E0AB66
Tints of Equator #E0AB66
RGB
CMYK
RGB Variations
Color information
#E0AB66 (or 0xE0AB66) is known color: Equator. HEX triplet: E0, AB and 66. RGB value is (224,171,102). Sum of RGB (Red+Green+Blue) = 224+171+102=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AB66 is #1F5499. Grayscale: #B3B3B3. Windows color (decimal): -2053274 or 6728672. OLE color: 6728672.
HSL color Cylindrical-coordinate representation of color #E0AB66: hue angle of 33.93º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0AB66 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 102 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.12 |
| HSL | 33.93º | 0.66% | 0.64% | - |
| HSV(B) | 33.93º | 0.54% | 0.88% | - |
| XYZ | 47.7 | 45.93 | 18.92 | - |
| YUV | 178.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 102 | 0 | 0.24 | 0.54 | 0.12 | 33.93 | 0.66 | 0.64 |
| Hex | E0 | AB | 66 | 0 | 18 | 36 | C | 22 | 42 | 40 |
| Octal | 340 | 253 | 146 | 0 | 30 | 66 | 14 | 42 | 102 | 100 |
| Binary | 11100000 | 10101011 | 1100110 | 0 | 11000 | 110110 | 1100 | 100010 | 1000010 | 1000000 |
Color Harmonies of #E0AB66
Complementary color
Monochromatic Colors of #E0AB66
Black with #E0AB66
Text Example
Text Example
White with #E0AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AB66; }
p { color: rgb(224,171,102); }
H1.HeaderClassName
{
color: #E0AB66;
}
.AnyTagClassName
{
color: #E0AB66;
}
</style>
background-color css
<style>
a { background-color: #E0AB66; }
a { background-color: rgb(224,171,102); }
div.DivClassName
{
background-color: #E0AB66;
}
.BgClassName
{
background-color: #E0AB66;
}
</style>
border-color css
<style>
span { border-color: #E0AB66; }
span { border-color: rgb(224,171,102); }
td.TdClassName
{
border-color: #E0AB66;
}
.TagClassName
{
border-color: #E0AB66;
}
</style>