Shades of Equator #E2AA66
Tints of Equator #E2AA66
RGB
CMYK
RGB Variations
Color information
#E2AA66 (or 0xE2AA66) is known color: Equator. HEX triplet: E2, AA and 66. RGB value is (226,170,102). Sum of RGB (Red+Green+Blue) = 226+170+102=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AA66 is #1D5599. Grayscale: #B3B3B3. Windows color (decimal): -1922458 or 6728418. OLE color: 6728418.
HSL color Cylindrical-coordinate representation of color #E2AA66: hue angle of 32.9º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2AA66 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 102 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.11 |
| HSL | 32.9º | 0.68% | 0.64% | - |
| HSV(B) | 32.9º | 0.55% | 0.89% | - |
| XYZ | 48.14 | 45.88 | 18.89 | - |
| YUV | 178.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 102 | 0 | 0.25 | 0.55 | 0.11 | 32.9 | 0.68 | 0.64 |
| Hex | E2 | AA | 66 | 0 | 19 | 37 | B | 21 | 44 | 40 |
| Octal | 342 | 252 | 146 | 0 | 31 | 67 | 13 | 41 | 104 | 100 |
| Binary | 11100010 | 10101010 | 1100110 | 0 | 11001 | 110111 | 1011 | 100001 | 1000100 | 1000000 |
Color Harmonies of #E2AA66
Complementary color
Monochromatic Colors of #E2AA66
Black with #E2AA66
Text Example
Text Example
White with #E2AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA66; }
p { color: rgb(226,170,102); }
H1.HeaderClassName
{
color: #E2AA66;
}
.AnyTagClassName
{
color: #E2AA66;
}
</style>
background-color css
<style>
a { background-color: #E2AA66; }
a { background-color: rgb(226,170,102); }
div.DivClassName
{
background-color: #E2AA66;
}
.BgClassName
{
background-color: #E2AA66;
}
</style>
border-color css
<style>
span { border-color: #E2AA66; }
span { border-color: rgb(226,170,102); }
td.TdClassName
{
border-color: #E2AA66;
}
.TagClassName
{
border-color: #E2AA66;
}
</style>