Shades of Equator #E2B460
Tints of Equator #E2B460
RGB
CMYK
RGB Variations
Color information
#E2B460 (or 0xE2B460) is known color: Equator. HEX triplet: E2, B4 and 60. RGB value is (226,180,96). Sum of RGB (Red+Green+Blue) = 226+180+96=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B460 is #1D4B9F. Grayscale: #B8B8B8. Windows color (decimal): -1919904 or 6337762. OLE color: 6337762.
HSL color Cylindrical-coordinate representation of color #E2B460: hue angle of 38.77º 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 #E2B460 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 96 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.11 |
| HSL | 38.77º | 0.69% | 0.63% | - |
| HSV(B) | 38.77º | 0.58% | 0.89% | - |
| XYZ | 49.8 | 49.66 | 18.03 | - |
| YUV | 184.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 96 | 0 | 0.20 | 0.58 | 0.11 | 38.77 | 0.69 | 0.63 |
| Hex | E2 | B4 | 60 | 0 | 14 | 3A | B | 27 | 45 | 3F |
| Octal | 342 | 264 | 140 | 0 | 24 | 72 | 13 | 47 | 105 | 77 |
| Binary | 11100010 | 10110100 | 1100000 | 0 | 10100 | 111010 | 1011 | 100111 | 1000101 | 111111 |
Color Harmonies of #E2B460
Complementary color
Monochromatic Colors of #E2B460
Black with #E2B460
Text Example
Text Example
White with #E2B460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B460; }
p { color: rgb(226,180,96); }
H1.HeaderClassName
{
color: #E2B460;
}
.AnyTagClassName
{
color: #E2B460;
}
</style>
background-color css
<style>
a { background-color: #E2B460; }
a { background-color: rgb(226,180,96); }
div.DivClassName
{
background-color: #E2B460;
}
.BgClassName
{
background-color: #E2B460;
}
</style>
border-color css
<style>
span { border-color: #E2B460; }
span { border-color: rgb(226,180,96); }
td.TdClassName
{
border-color: #E2B460;
}
.TagClassName
{
border-color: #E2B460;
}
</style>