Shades of Equator #E1AF64
Tints of Equator #E1AF64
RGB
CMYK
RGB Variations
Color information
#E1AF64 (or 0xE1AF64) is known color: Equator. HEX triplet: E1, AF and 64. RGB value is (225,175,100). Sum of RGB (Red+Green+Blue) = 225+175+100=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF64 is #1E509B. Grayscale: #B5B5B5. Windows color (decimal): -1986716 or 6598625. OLE color: 6598625.
HSL color Cylindrical-coordinate representation of color #E1AF64: hue angle of 36º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1AF64 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 100 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.12 |
| HSL | 36º | 0.68% | 0.64% | - |
| HSV(B) | 36º | 0.56% | 0.88% | - |
| XYZ | 48.68 | 47.59 | 18.68 | - |
| YUV | 181.4 | 82.07 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 100 | 0 | 0.22 | 0.56 | 0.12 | 36 | 0.68 | 0.64 |
| Hex | E1 | AF | 64 | 0 | 16 | 38 | C | 24 | 44 | 40 |
| Octal | 341 | 257 | 144 | 0 | 26 | 70 | 14 | 44 | 104 | 100 |
| Binary | 11100001 | 10101111 | 1100100 | 0 | 10110 | 111000 | 1100 | 100100 | 1000100 | 1000000 |
Color Harmonies of #E1AF64
Complementary color
Monochromatic Colors of #E1AF64
Black with #E1AF64
Text Example
Text Example
White with #E1AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF64; }
p { color: rgb(225,175,100); }
H1.HeaderClassName
{
color: #E1AF64;
}
.AnyTagClassName
{
color: #E1AF64;
}
</style>
background-color css
<style>
a { background-color: #E1AF64; }
a { background-color: rgb(225,175,100); }
div.DivClassName
{
background-color: #E1AF64;
}
.BgClassName
{
background-color: #E1AF64;
}
</style>
border-color css
<style>
span { border-color: #E1AF64; }
span { border-color: rgb(225,175,100); }
td.TdClassName
{
border-color: #E1AF64;
}
.TagClassName
{
border-color: #E1AF64;
}
</style>