Shades of Equator #E2AF5F
Tints of Equator #E2AF5F
RGB
CMYK
RGB Variations
Color information
#E2AF5F (or 0xE2AF5F) is known color: Equator. HEX triplet: E2, AF and 5F. RGB value is (226,175,95). Sum of RGB (Red+Green+Blue) = 226+175+95=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF5F is #1D50A0. Grayscale: #B5B5B5. Windows color (decimal): -1921185 or 6270946. OLE color: 6270946.
HSL color Cylindrical-coordinate representation of color #E2AF5F: hue angle of 36.64º 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 #E2AF5F is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 95 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.11 |
| HSL | 36.64º | 0.69% | 0.63% | - |
| HSV(B) | 36.64º | 0.58% | 0.89% | - |
| XYZ | 48.76 | 47.65 | 17.45 | - |
| YUV | 181.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 95 | 0 | 0.23 | 0.58 | 0.11 | 36.64 | 0.69 | 0.63 |
| Hex | E2 | AF | 5F | 0 | 17 | 3A | B | 25 | 45 | 3F |
| Octal | 342 | 257 | 137 | 0 | 27 | 72 | 13 | 45 | 105 | 77 |
| Binary | 11100010 | 10101111 | 1011111 | 0 | 10111 | 111010 | 1011 | 100101 | 1000101 | 111111 |
Color Harmonies of #E2AF5F
Complementary color
Monochromatic Colors of #E2AF5F
Black with #E2AF5F
Text Example
Text Example
White with #E2AF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF5F; }
p { color: rgb(226,175,95); }
H1.HeaderClassName
{
color: #E2AF5F;
}
.AnyTagClassName
{
color: #E2AF5F;
}
</style>
background-color css
<style>
a { background-color: #E2AF5F; }
a { background-color: rgb(226,175,95); }
div.DivClassName
{
background-color: #E2AF5F;
}
.BgClassName
{
background-color: #E2AF5F;
}
</style>
border-color css
<style>
span { border-color: #E2AF5F; }
span { border-color: rgb(226,175,95); }
td.TdClassName
{
border-color: #E2AF5F;
}
.TagClassName
{
border-color: #E2AF5F;
}
</style>