Shades of Equator #E1AF62
Tints of Equator #E1AF62
RGB
CMYK
RGB Variations
Color information
#E1AF62 (or 0xE1AF62) is known color: Equator. HEX triplet: E1, AF and 62. RGB value is (225,175,98). Sum of RGB (Red+Green+Blue) = 225+175+98=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF62 is #1E509D. Grayscale: #B5B5B5. Windows color (decimal): -1986718 or 6467553. OLE color: 6467553.
HSL color Cylindrical-coordinate representation of color #E1AF62: hue angle of 36.38º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1AF62 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 98 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.12 |
| HSL | 36.38º | 0.68% | 0.63% | - |
| HSV(B) | 36.38º | 0.56% | 0.88% | - |
| XYZ | 48.59 | 47.55 | 18.17 | - |
| YUV | 181.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 98 | 0 | 0.22 | 0.56 | 0.12 | 36.38 | 0.68 | 0.63 |
| Hex | E1 | AF | 62 | 0 | 16 | 38 | C | 24 | 44 | 3F |
| Octal | 341 | 257 | 142 | 0 | 26 | 70 | 14 | 44 | 104 | 77 |
| Binary | 11100001 | 10101111 | 1100010 | 0 | 10110 | 111000 | 1100 | 100100 | 1000100 | 111111 |
Color Harmonies of #E1AF62
Complementary color
Monochromatic Colors of #E1AF62
Black with #E1AF62
Text Example
Text Example
White with #E1AF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF62; }
p { color: rgb(225,175,98); }
H1.HeaderClassName
{
color: #E1AF62;
}
.AnyTagClassName
{
color: #E1AF62;
}
</style>
background-color css
<style>
a { background-color: #E1AF62; }
a { background-color: rgb(225,175,98); }
div.DivClassName
{
background-color: #E1AF62;
}
.BgClassName
{
background-color: #E1AF62;
}
</style>
border-color css
<style>
span { border-color: #E1AF62; }
span { border-color: rgb(225,175,98); }
td.TdClassName
{
border-color: #E1AF62;
}
.TagClassName
{
border-color: #E1AF62;
}
</style>