Shades of Equator #E1BB61
Tints of Equator #E1BB61
RGB
CMYK
RGB Variations
Color information
#E1BB61 (or 0xE1BB61) is known color: Equator. HEX triplet: E1, BB and 61. RGB value is (225,187,97). Sum of RGB (Red+Green+Blue) = 225+187+97=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BB61 is #1E449E. Grayscale: #BCBCBC. Windows color (decimal): -1983647 or 6405089. OLE color: 6405089.
HSL color Cylindrical-coordinate representation of color #E1BB61: hue angle of 42.19º 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 #E1BB61 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 97 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.12 |
| HSL | 42.19º | 0.68% | 0.63% | - |
| HSV(B) | 42.19º | 0.57% | 0.88% | - |
| XYZ | 50.98 | 52.41 | 18.74 | - |
| YUV | 188.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 97 | 0 | 0.17 | 0.57 | 0.12 | 42.19 | 0.68 | 0.63 |
| Hex | E1 | BB | 61 | 0 | 11 | 39 | C | 2A | 44 | 3F |
| Octal | 341 | 273 | 141 | 0 | 21 | 71 | 14 | 52 | 104 | 77 |
| Binary | 11100001 | 10111011 | 1100001 | 0 | 10001 | 111001 | 1100 | 101010 | 1000100 | 111111 |
Color Harmonies of #E1BB61
Complementary color
Monochromatic Colors of #E1BB61
Black with #E1BB61
Text Example
Text Example
White with #E1BB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB61; }
p { color: rgb(225,187,97); }
H1.HeaderClassName
{
color: #E1BB61;
}
.AnyTagClassName
{
color: #E1BB61;
}
</style>
background-color css
<style>
a { background-color: #E1BB61; }
a { background-color: rgb(225,187,97); }
div.DivClassName
{
background-color: #E1BB61;
}
.BgClassName
{
background-color: #E1BB61;
}
</style>
border-color css
<style>
span { border-color: #E1BB61; }
span { border-color: rgb(225,187,97); }
td.TdClassName
{
border-color: #E1BB61;
}
.TagClassName
{
border-color: #E1BB61;
}
</style>