Shades of Mango Tango #E37F13
Tints of Mango Tango #E37F13
RGB
CMYK
RGB Variations
Color information
#E37F13 (or 0xE37F13) is known color: Mango Tango. HEX triplet: E3, 7F and 13. RGB value is (227,127,19). Sum of RGB (Red+Green+Blue) = 227+127+19=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E37F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E37F13 is #1C80EC. Grayscale: #919191. Windows color (decimal): -1868013 or 1277923. OLE color: 1277923.
HSL color Cylindrical-coordinate representation of color #E37F13: hue angle of 31.15º 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 #E37F13 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 19 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.11 |
| HSL | 31.15º | 0.85% | 0.48% | - |
| HSV(B) | 31.15º | 0.92% | 0.89% | - |
| XYZ | 39.39 | 31.56 | 4.63 | - |
| YUV | 144.59 | 57.13 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 19 | 0 | 0.44 | 0.92 | 0.11 | 31.15 | 0.85 | 0.48 |
| Hex | E3 | 7F | 13 | 0 | 2C | 5C | B | 1F | 55 | 30 |
| Octal | 343 | 177 | 23 | 0 | 54 | 134 | 13 | 37 | 125 | 60 |
| Binary | 11100011 | 1111111 | 10011 | 0 | 101100 | 1011100 | 1011 | 11111 | 1010101 | 110000 |
Color Harmonies of #E37F13
Complementary color
Monochromatic Colors of #E37F13
Black with #E37F13
Text Example
Text Example
White with #E37F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37F13; }
p { color: rgb(227,127,19); }
H1.HeaderClassName
{
color: #E37F13;
}
.AnyTagClassName
{
color: #E37F13;
}
</style>
background-color css
<style>
a { background-color: #E37F13; }
a { background-color: rgb(227,127,19); }
div.DivClassName
{
background-color: #E37F13;
}
.BgClassName
{
background-color: #E37F13;
}
</style>
border-color css
<style>
span { border-color: #E37F13; }
span { border-color: rgb(227,127,19); }
td.TdClassName
{
border-color: #E37F13;
}
.TagClassName
{
border-color: #E37F13;
}
</style>