Shades of Equator #E1AB61
Tints of Equator #E1AB61
RGB
CMYK
RGB Variations
Color information
#E1AB61 (or 0xE1AB61) is known color: Equator. HEX triplet: E1, AB and 61. RGB value is (225,171,97). Sum of RGB (Red+Green+Blue) = 225+171+97=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AB61 is #1E549E. Grayscale: #B3B3B3. Windows color (decimal): -1987743 or 6400993. OLE color: 6400993.
HSL color Cylindrical-coordinate representation of color #E1AB61: hue angle of 34.69º 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 #E1AB61 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 97 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.12 |
| HSL | 34.69º | 0.68% | 0.63% | - |
| HSV(B) | 34.69º | 0.57% | 0.88% | - |
| XYZ | 47.77 | 46 | 17.67 | - |
| YUV | 178.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 97 | 0 | 0.24 | 0.57 | 0.12 | 34.69 | 0.68 | 0.63 |
| Hex | E1 | AB | 61 | 0 | 18 | 39 | C | 23 | 44 | 3F |
| Octal | 341 | 253 | 141 | 0 | 30 | 71 | 14 | 43 | 104 | 77 |
| Binary | 11100001 | 10101011 | 1100001 | 0 | 11000 | 111001 | 1100 | 100011 | 1000100 | 111111 |
Color Harmonies of #E1AB61
Complementary color
Monochromatic Colors of #E1AB61
Black with #E1AB61
Text Example
Text Example
White with #E1AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB61; }
p { color: rgb(225,171,97); }
H1.HeaderClassName
{
color: #E1AB61;
}
.AnyTagClassName
{
color: #E1AB61;
}
</style>
background-color css
<style>
a { background-color: #E1AB61; }
a { background-color: rgb(225,171,97); }
div.DivClassName
{
background-color: #E1AB61;
}
.BgClassName
{
background-color: #E1AB61;
}
</style>
border-color css
<style>
span { border-color: #E1AB61; }
span { border-color: rgb(225,171,97); }
td.TdClassName
{
border-color: #E1AB61;
}
.TagClassName
{
border-color: #E1AB61;
}
</style>