Shades of Mango Tango #E37E12
Tints of Mango Tango #E37E12
RGB
CMYK
RGB Variations
Color information
#E37E12 (or 0xE37E12) is known color: Mango Tango. HEX triplet: E3, 7E and 12. RGB value is (227,126,18). Sum of RGB (Red+Green+Blue) = 227+126+18=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E37E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E37E12 is #1C81ED. Grayscale: #909090. Windows color (decimal): -1868270 or 1212131. OLE color: 1212131.
HSL color Cylindrical-coordinate representation of color #E37E12: hue angle of 31º 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 #E37E12 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 18 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.11 |
| HSL | 31º | 0.85% | 0.48% | - |
| HSV(B) | 31º | 0.92% | 0.89% | - |
| XYZ | 39.25 | 31.3 | 4.54 | - |
| YUV | 143.89 | 56.96 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 18 | 0 | 0.44 | 0.92 | 0.11 | 31 | 0.85 | 0.48 |
| Hex | E3 | 7E | 12 | 0 | 2C | 5C | B | 1F | 55 | 30 |
| Octal | 343 | 176 | 22 | 0 | 54 | 134 | 13 | 37 | 125 | 60 |
| Binary | 11100011 | 1111110 | 10010 | 0 | 101100 | 1011100 | 1011 | 11111 | 1010101 | 110000 |
Color Harmonies of #E37E12
Complementary color
Monochromatic Colors of #E37E12
Black with #E37E12
Text Example
Text Example
White with #E37E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37E12; }
p { color: rgb(227,126,18); }
H1.HeaderClassName
{
color: #E37E12;
}
.AnyTagClassName
{
color: #E37E12;
}
</style>
background-color css
<style>
a { background-color: #E37E12; }
a { background-color: rgb(227,126,18); }
div.DivClassName
{
background-color: #E37E12;
}
.BgClassName
{
background-color: #E37E12;
}
</style>
border-color css
<style>
span { border-color: #E37E12; }
span { border-color: rgb(227,126,18); }
td.TdClassName
{
border-color: #E37E12;
}
.TagClassName
{
border-color: #E37E12;
}
</style>