Shades of Mango Tango #E37F12
Tints of Mango Tango #E37F12
RGB
CMYK
RGB Variations
Color information
#E37F12 (or 0xE37F12) is known color: Mango Tango. HEX triplet: E3, 7F and 12. RGB value is (227,127,18). Sum of RGB (Red+Green+Blue) = 227+127+18=372 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.02% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 227 - color contains mainly: red. Hex color #E37F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E37F12 is #1C80ED. Grayscale: #919191. Windows color (decimal): -1868014 or 1212387. OLE color: 1212387.
HSL color Cylindrical-coordinate representation of color #E37F12: hue angle of 31.29º 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 #E37F12 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 18 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.11 |
| HSL | 31.29º | 0.85% | 0.48% | - |
| HSV(B) | 31.29º | 0.92% | 0.89% | - |
| XYZ | 39.38 | 31.55 | 4.59 | - |
| YUV | 144.47 | 56.63 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 18 | 0 | 0.44 | 0.92 | 0.11 | 31.29 | 0.85 | 0.48 |
| Hex | E3 | 7F | 12 | 0 | 2C | 5C | B | 1F | 55 | 30 |
| Octal | 343 | 177 | 22 | 0 | 54 | 134 | 13 | 37 | 125 | 60 |
| Binary | 11100011 | 1111111 | 10010 | 0 | 101100 | 1011100 | 1011 | 11111 | 1010101 | 110000 |
Color Harmonies of #E37F12
Complementary color
Monochromatic Colors of #E37F12
Black with #E37F12
Text Example
Text Example
White with #E37F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37F12; }
p { color: rgb(227,127,18); }
H1.HeaderClassName
{
color: #E37F12;
}
.AnyTagClassName
{
color: #E37F12;
}
</style>
background-color css
<style>
a { background-color: #E37F12; }
a { background-color: rgb(227,127,18); }
div.DivClassName
{
background-color: #E37F12;
}
.BgClassName
{
background-color: #E37F12;
}
</style>
border-color css
<style>
span { border-color: #E37F12; }
span { border-color: rgb(227,127,18); }
td.TdClassName
{
border-color: #E37F12;
}
.TagClassName
{
border-color: #E37F12;
}
</style>