Shades of Equator #E2AA63
Tints of Equator #E2AA63
RGB
CMYK
RGB Variations
Color information
#E2AA63 (or 0xE2AA63) is known color: Equator. HEX triplet: E2, AA and 63. RGB value is (226,170,99). Sum of RGB (Red+Green+Blue) = 226+170+99=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AA63 is #1D559C. Grayscale: #B2B2B2. Windows color (decimal): -1922461 or 6531810. OLE color: 6531810.
HSL color Cylindrical-coordinate representation of color #E2AA63: hue angle of 33.54º 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 #E2AA63 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 99 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.11 |
| HSL | 33.54º | 0.69% | 0.64% | - |
| HSV(B) | 33.54º | 0.56% | 0.89% | - |
| XYZ | 47.99 | 45.82 | 18.12 | - |
| YUV | 178.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 99 | 0 | 0.25 | 0.56 | 0.11 | 33.54 | 0.69 | 0.64 |
| Hex | E2 | AA | 63 | 0 | 19 | 38 | B | 22 | 45 | 40 |
| Octal | 342 | 252 | 143 | 0 | 31 | 70 | 13 | 42 | 105 | 100 |
| Binary | 11100010 | 10101010 | 1100011 | 0 | 11001 | 111000 | 1011 | 100010 | 1000101 | 1000000 |
Color Harmonies of #E2AA63
Complementary color
Monochromatic Colors of #E2AA63
Black with #E2AA63
Text Example
Text Example
White with #E2AA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA63; }
p { color: rgb(226,170,99); }
H1.HeaderClassName
{
color: #E2AA63;
}
.AnyTagClassName
{
color: #E2AA63;
}
</style>
background-color css
<style>
a { background-color: #E2AA63; }
a { background-color: rgb(226,170,99); }
div.DivClassName
{
background-color: #E2AA63;
}
.BgClassName
{
background-color: #E2AA63;
}
</style>
border-color css
<style>
span { border-color: #E2AA63; }
span { border-color: rgb(226,170,99); }
td.TdClassName
{
border-color: #E2AA63;
}
.TagClassName
{
border-color: #E2AA63;
}
</style>