Shades of Equator #E5AA62
Tints of Equator #E5AA62
RGB
CMYK
RGB Variations
Color information
#E5AA62 (or 0xE5AA62) is known color: Equator. HEX triplet: E5, AA and 62. RGB value is (229,170,98). Sum of RGB (Red+Green+Blue) = 229+170+98=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AA62 is #1A559D. Grayscale: #B3B3B3. Windows color (decimal): -1725854 or 6466277. OLE color: 6466277.
HSL color Cylindrical-coordinate representation of color #E5AA62: hue angle of 32.98º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5AA62 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 98 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.10 |
| HSL | 32.98º | 0.72% | 0.64% | - |
| HSV(B) | 32.98º | 0.57% | 0.9% | - |
| XYZ | 48.89 | 46.29 | 17.91 | - |
| YUV | 179.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 98 | 0 | 0.26 | 0.57 | 0.10 | 32.98 | 0.72 | 0.64 |
| Hex | E5 | AA | 62 | 0 | 1A | 39 | A | 21 | 48 | 40 |
| Octal | 345 | 252 | 142 | 0 | 32 | 71 | 12 | 41 | 110 | 100 |
| Binary | 11100101 | 10101010 | 1100010 | 0 | 11010 | 111001 | 1010 | 100001 | 1001000 | 1000000 |
Color Harmonies of #E5AA62
Complementary color
Monochromatic Colors of #E5AA62
Black with #E5AA62
Text Example
Text Example
White with #E5AA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AA62; }
p { color: rgb(229,170,98); }
H1.HeaderClassName
{
color: #E5AA62;
}
.AnyTagClassName
{
color: #E5AA62;
}
</style>
background-color css
<style>
a { background-color: #E5AA62; }
a { background-color: rgb(229,170,98); }
div.DivClassName
{
background-color: #E5AA62;
}
.BgClassName
{
background-color: #E5AA62;
}
</style>
border-color css
<style>
span { border-color: #E5AA62; }
span { border-color: rgb(229,170,98); }
td.TdClassName
{
border-color: #E5AA62;
}
.TagClassName
{
border-color: #E5AA62;
}
</style>