Shades of Equator #E1AF61
Tints of Equator #E1AF61
RGB
CMYK
RGB Variations
Color information
#E1AF61 (or 0xE1AF61) is known color: Equator. HEX triplet: E1, AF and 61. RGB value is (225,175,97). Sum of RGB (Red+Green+Blue) = 225+175+97=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF61 is #1E509E. Grayscale: #B5B5B5. Windows color (decimal): -1986719 or 6402017. OLE color: 6402017.
HSL color Cylindrical-coordinate representation of color #E1AF61: hue angle of 36.56º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1AF61 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 97 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.12 |
| HSL | 36.56º | 0.68% | 0.63% | - |
| HSV(B) | 36.56º | 0.57% | 0.88% | - |
| XYZ | 48.54 | 47.53 | 17.93 | - |
| YUV | 181.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 97 | 0 | 0.22 | 0.57 | 0.12 | 36.56 | 0.68 | 0.63 |
| Hex | E1 | AF | 61 | 0 | 16 | 39 | C | 25 | 44 | 3F |
| Octal | 341 | 257 | 141 | 0 | 26 | 71 | 14 | 45 | 104 | 77 |
| Binary | 11100001 | 10101111 | 1100001 | 0 | 10110 | 111001 | 1100 | 100101 | 1000100 | 111111 |
Color Harmonies of #E1AF61
Complementary color
Monochromatic Colors of #E1AF61
Black with #E1AF61
Text Example
Text Example
White with #E1AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF61; }
p { color: rgb(225,175,97); }
H1.HeaderClassName
{
color: #E1AF61;
}
.AnyTagClassName
{
color: #E1AF61;
}
</style>
background-color css
<style>
a { background-color: #E1AF61; }
a { background-color: rgb(225,175,97); }
div.DivClassName
{
background-color: #E1AF61;
}
.BgClassName
{
background-color: #E1AF61;
}
</style>
border-color css
<style>
span { border-color: #E1AF61; }
span { border-color: rgb(225,175,97); }
td.TdClassName
{
border-color: #E1AF61;
}
.TagClassName
{
border-color: #E1AF61;
}
</style>