Shades of Equator #E2B360
Tints of Equator #E2B360
RGB
CMYK
RGB Variations
Color information
#E2B360 (or 0xE2B360) is known color: Equator. HEX triplet: E2, B3 and 60. RGB value is (226,179,96). Sum of RGB (Red+Green+Blue) = 226+179+96=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B360 is #1D4C9F. Grayscale: #B7B7B7. Windows color (decimal): -1920160 or 6337506. OLE color: 6337506.
HSL color Cylindrical-coordinate representation of color #E2B360: hue angle of 38.31º 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 #E2B360 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 96 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.11 |
| HSL | 38.31º | 0.69% | 0.63% | - |
| HSV(B) | 38.31º | 0.58% | 0.89% | - |
| XYZ | 49.6 | 49.25 | 17.96 | - |
| YUV | 183.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 96 | 0 | 0.21 | 0.58 | 0.11 | 38.31 | 0.69 | 0.63 |
| Hex | E2 | B3 | 60 | 0 | 15 | 3A | B | 26 | 45 | 3F |
| Octal | 342 | 263 | 140 | 0 | 25 | 72 | 13 | 46 | 105 | 77 |
| Binary | 11100010 | 10110011 | 1100000 | 0 | 10101 | 111010 | 1011 | 100110 | 1000101 | 111111 |
Color Harmonies of #E2B360
Complementary color
Monochromatic Colors of #E2B360
Black with #E2B360
Text Example
Text Example
White with #E2B360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B360; }
p { color: rgb(226,179,96); }
H1.HeaderClassName
{
color: #E2B360;
}
.AnyTagClassName
{
color: #E2B360;
}
</style>
background-color css
<style>
a { background-color: #E2B360; }
a { background-color: rgb(226,179,96); }
div.DivClassName
{
background-color: #E2B360;
}
.BgClassName
{
background-color: #E2B360;
}
</style>
border-color css
<style>
span { border-color: #E2B360; }
span { border-color: rgb(226,179,96); }
td.TdClassName
{
border-color: #E2B360;
}
.TagClassName
{
border-color: #E2B360;
}
</style>