Shades of Equator #E2AF60
Tints of Equator #E2AF60
RGB
CMYK
RGB Variations
Color information
#E2AF60 (or 0xE2AF60) is known color: Equator. HEX triplet: E2, AF and 60. RGB value is (226,175,96). Sum of RGB (Red+Green+Blue) = 226+175+96=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF60 is #1D509F. Grayscale: #B5B5B5. Windows color (decimal): -1921184 or 6336482. OLE color: 6336482.
HSL color Cylindrical-coordinate representation of color #E2AF60: hue angle of 36.46º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2AF60 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 96 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.11 |
| HSL | 36.46º | 0.69% | 0.63% | - |
| HSV(B) | 36.46º | 0.58% | 0.89% | - |
| XYZ | 48.81 | 47.67 | 17.7 | - |
| YUV | 181.24 | 79.9 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 96 | 0 | 0.23 | 0.58 | 0.11 | 36.46 | 0.69 | 0.63 |
| Hex | E2 | AF | 60 | 0 | 17 | 3A | B | 24 | 45 | 3F |
| Octal | 342 | 257 | 140 | 0 | 27 | 72 | 13 | 44 | 105 | 77 |
| Binary | 11100010 | 10101111 | 1100000 | 0 | 10111 | 111010 | 1011 | 100100 | 1000101 | 111111 |
Color Harmonies of #E2AF60
Complementary color
Monochromatic Colors of #E2AF60
Black with #E2AF60
Text Example
Text Example
White with #E2AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF60; }
p { color: rgb(226,175,96); }
H1.HeaderClassName
{
color: #E2AF60;
}
.AnyTagClassName
{
color: #E2AF60;
}
</style>
background-color css
<style>
a { background-color: #E2AF60; }
a { background-color: rgb(226,175,96); }
div.DivClassName
{
background-color: #E2AF60;
}
.BgClassName
{
background-color: #E2AF60;
}
</style>
border-color css
<style>
span { border-color: #E2AF60; }
span { border-color: rgb(226,175,96); }
td.TdClassName
{
border-color: #E2AF60;
}
.TagClassName
{
border-color: #E2AF60;
}
</style>