Shades of Equator #E0BA60
Tints of Equator #E0BA60
RGB
CMYK
RGB Variations
Color information
#E0BA60 (or 0xE0BA60) is known color: Equator. HEX triplet: E0, BA and 60. RGB value is (224,186,96). Sum of RGB (Red+Green+Blue) = 224+186+96=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA60 is #1F459F. Grayscale: #BBBBBB. Windows color (decimal): -2049440 or 6339296. OLE color: 6339296.
HSL color Cylindrical-coordinate representation of color #E0BA60: hue angle of 42.19º degrees, saturation: 0.67, 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 #E0BA60 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 96 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.12 |
| HSL | 42.19º | 0.67% | 0.63% | - |
| HSV(B) | 42.19º | 0.57% | 0.88% | - |
| XYZ | 50.41 | 51.81 | 18.41 | - |
| YUV | 187.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 96 | 0 | 0.17 | 0.57 | 0.12 | 42.19 | 0.67 | 0.63 |
| Hex | E0 | BA | 60 | 0 | 11 | 39 | C | 2A | 43 | 3F |
| Octal | 340 | 272 | 140 | 0 | 21 | 71 | 14 | 52 | 103 | 77 |
| Binary | 11100000 | 10111010 | 1100000 | 0 | 10001 | 111001 | 1100 | 101010 | 1000011 | 111111 |
Color Harmonies of #E0BA60
Complementary color
Monochromatic Colors of #E0BA60
Black with #E0BA60
Text Example
Text Example
White with #E0BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BA60; }
p { color: rgb(224,186,96); }
H1.HeaderClassName
{
color: #E0BA60;
}
.AnyTagClassName
{
color: #E0BA60;
}
</style>
background-color css
<style>
a { background-color: #E0BA60; }
a { background-color: rgb(224,186,96); }
div.DivClassName
{
background-color: #E0BA60;
}
.BgClassName
{
background-color: #E0BA60;
}
</style>
border-color css
<style>
span { border-color: #E0BA60; }
span { border-color: rgb(224,186,96); }
td.TdClassName
{
border-color: #E0BA60;
}
.TagClassName
{
border-color: #E0BA60;
}
</style>