Shades of Mango Tango #E37112
Tints of Mango Tango #E37112
RGB
CMYK
RGB Variations
Color information
#E37112 (or 0xE37112) is known color: Mango Tango. HEX triplet: E3, 71 and 12. RGB value is (227,113,18). Sum of RGB (Red+Green+Blue) = 227+113+18=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E37112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E37112 is #1C8EED. Grayscale: #888888. Windows color (decimal): -1871598 or 1208803. OLE color: 1208803.
HSL color Cylindrical-coordinate representation of color #E37112: hue angle of 27.27º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E37112 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 113 | 18 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.11 |
| HSL | 27.27º | 0.85% | 0.48% | - |
| HSV(B) | 27.27º | 0.92% | 0.89% | - |
| XYZ | 37.69 | 28.18 | 4.03 | - |
| YUV | 136.26 | 61.27 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 18 | 0 | 0.50 | 0.92 | 0.11 | 27.27 | 0.85 | 0.48 |
| Hex | E3 | 71 | 12 | 0 | 32 | 5C | B | 1B | 55 | 30 |
| Octal | 343 | 161 | 22 | 0 | 62 | 134 | 13 | 33 | 125 | 60 |
| Binary | 11100011 | 1110001 | 10010 | 0 | 110010 | 1011100 | 1011 | 11011 | 1010101 | 110000 |
Color Harmonies of #E37112
Complementary color
Monochromatic Colors of #E37112
Black with #E37112
Text Example
Text Example
White with #E37112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37112; }
p { color: rgb(227,113,18); }
H1.HeaderClassName
{
color: #E37112;
}
.AnyTagClassName
{
color: #E37112;
}
</style>
background-color css
<style>
a { background-color: #E37112; }
a { background-color: rgb(227,113,18); }
div.DivClassName
{
background-color: #E37112;
}
.BgClassName
{
background-color: #E37112;
}
</style>
border-color css
<style>
span { border-color: #E37112; }
span { border-color: rgb(227,113,18); }
td.TdClassName
{
border-color: #E37112;
}
.TagClassName
{
border-color: #E37112;
}
</style>