Shades of Equator #E4AA62
Tints of Equator #E4AA62
RGB
CMYK
RGB Variations
Color information
#E4AA62 (or 0xE4AA62) is known color: Equator. HEX triplet: E4, AA and 62. RGB value is (228,170,98). Sum of RGB (Red+Green+Blue) = 228+170+98=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AA62 is #1B559D. Grayscale: #B3B3B3. Windows color (decimal): -1791390 or 6466276. OLE color: 6466276.
HSL color Cylindrical-coordinate representation of color #E4AA62: hue angle of 33.23º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E4AA62 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 98 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.11 |
| HSL | 33.23º | 0.71% | 0.64% | - |
| HSV(B) | 33.23º | 0.57% | 0.89% | - |
| XYZ | 48.57 | 46.13 | 17.9 | - |
| YUV | 179.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 98 | 0 | 0.25 | 0.57 | 0.11 | 33.23 | 0.71 | 0.64 |
| Hex | E4 | AA | 62 | 0 | 19 | 39 | B | 21 | 47 | 40 |
| Octal | 344 | 252 | 142 | 0 | 31 | 71 | 13 | 41 | 107 | 100 |
| Binary | 11100100 | 10101010 | 1100010 | 0 | 11001 | 111001 | 1011 | 100001 | 1000111 | 1000000 |
Color Harmonies of #E4AA62
Complementary color
Monochromatic Colors of #E4AA62
Black with #E4AA62
Text Example
Text Example
White with #E4AA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AA62; }
p { color: rgb(228,170,98); }
H1.HeaderClassName
{
color: #E4AA62;
}
.AnyTagClassName
{
color: #E4AA62;
}
</style>
background-color css
<style>
a { background-color: #E4AA62; }
a { background-color: rgb(228,170,98); }
div.DivClassName
{
background-color: #E4AA62;
}
.BgClassName
{
background-color: #E4AA62;
}
</style>
border-color css
<style>
span { border-color: #E4AA62; }
span { border-color: rgb(228,170,98); }
td.TdClassName
{
border-color: #E4AA62;
}
.TagClassName
{
border-color: #E4AA62;
}
</style>