Shades of Equator #E2B860
Tints of Equator #E2B860
RGB
CMYK
RGB Variations
Color information
#E2B860 (or 0xE2B860) is known color: Equator. HEX triplet: E2, B8 and 60. RGB value is (226,184,96). Sum of RGB (Red+Green+Blue) = 226+184+96=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B860 is #1D479F. Grayscale: #BABABA. Windows color (decimal): -1918880 or 6338786. OLE color: 6338786.
HSL color Cylindrical-coordinate representation of color #E2B860: hue angle of 40.62º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2B860 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 96 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.11 |
| HSL | 40.62º | 0.69% | 0.63% | - |
| HSV(B) | 40.62º | 0.58% | 0.89% | - |
| XYZ | 50.62 | 51.29 | 18.3 | - |
| YUV | 186.53 | 76.91 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 96 | 0 | 0.19 | 0.58 | 0.11 | 40.62 | 0.69 | 0.63 |
| Hex | E2 | B8 | 60 | 0 | 13 | 3A | B | 29 | 45 | 3F |
| Octal | 342 | 270 | 140 | 0 | 23 | 72 | 13 | 51 | 105 | 77 |
| Binary | 11100010 | 10111000 | 1100000 | 0 | 10011 | 111010 | 1011 | 101001 | 1000101 | 111111 |
Color Harmonies of #E2B860
Complementary color
Monochromatic Colors of #E2B860
Black with #E2B860
Text Example
Text Example
White with #E2B860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B860; }
p { color: rgb(226,184,96); }
H1.HeaderClassName
{
color: #E2B860;
}
.AnyTagClassName
{
color: #E2B860;
}
</style>
background-color css
<style>
a { background-color: #E2B860; }
a { background-color: rgb(226,184,96); }
div.DivClassName
{
background-color: #E2B860;
}
.BgClassName
{
background-color: #E2B860;
}
</style>
border-color css
<style>
span { border-color: #E2B860; }
span { border-color: rgb(226,184,96); }
td.TdClassName
{
border-color: #E2B860;
}
.TagClassName
{
border-color: #E2B860;
}
</style>