Shades of Equator #E2AF61
Tints of Equator #E2AF61
RGB
CMYK
RGB Variations
Color information
#E2AF61 (or 0xE2AF61) is known color: Equator. HEX triplet: E2, AF and 61. RGB value is (226,175,97). Sum of RGB (Red+Green+Blue) = 226+175+97=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF61 is #1D509E. Grayscale: #B5B5B5. Windows color (decimal): -1921183 or 6402018. OLE color: 6402018.
HSL color Cylindrical-coordinate representation of color #E2AF61: hue angle of 36.28º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2AF61 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 97 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.11 |
| HSL | 36.28º | 0.69% | 0.63% | - |
| HSV(B) | 36.28º | 0.57% | 0.89% | - |
| XYZ | 48.85 | 47.69 | 17.94 | - |
| YUV | 181.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 97 | 0 | 0.23 | 0.57 | 0.11 | 36.28 | 0.69 | 0.63 |
| Hex | E2 | AF | 61 | 0 | 17 | 39 | B | 24 | 45 | 3F |
| Octal | 342 | 257 | 141 | 0 | 27 | 71 | 13 | 44 | 105 | 77 |
| Binary | 11100010 | 10101111 | 1100001 | 0 | 10111 | 111001 | 1011 | 100100 | 1000101 | 111111 |
Color Harmonies of #E2AF61
Complementary color
Monochromatic Colors of #E2AF61
Black with #E2AF61
Text Example
Text Example
White with #E2AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF61; }
p { color: rgb(226,175,97); }
H1.HeaderClassName
{
color: #E2AF61;
}
.AnyTagClassName
{
color: #E2AF61;
}
</style>
background-color css
<style>
a { background-color: #E2AF61; }
a { background-color: rgb(226,175,97); }
div.DivClassName
{
background-color: #E2AF61;
}
.BgClassName
{
background-color: #E2AF61;
}
</style>
border-color css
<style>
span { border-color: #E2AF61; }
span { border-color: rgb(226,175,97); }
td.TdClassName
{
border-color: #E2AF61;
}
.TagClassName
{
border-color: #E2AF61;
}
</style>