Shades of Mango Tango #E3700E
Tints of Mango Tango #E3700E
RGB
CMYK
RGB Variations
Color information
#E3700E (or 0xE3700E) is known color: Mango Tango. HEX triplet: E3, 70 and 0E. RGB value is (227,112,14). Sum of RGB (Red+Green+Blue) = 227+112+14=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3700E is #1C8FF1. Grayscale: #878787. Windows color (decimal): -1871858 or 946403. OLE color: 946403.
HSL color Cylindrical-coordinate representation of color #E3700E: hue angle of 27.61º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3700E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.11 |
| HSL | 27.61º | 0.88% | 0.47% | - |
| HSV(B) | 27.61º | 0.94% | 0.89% | - |
| XYZ | 37.55 | 27.95 | 3.83 | - |
| YUV | 135.21 | 59.6 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 14 | 0 | 0.51 | 0.94 | 0.11 | 27.61 | 0.88 | 0.47 |
| Hex | E3 | 70 | E | 0 | 33 | 5E | B | 1C | 58 | 2F |
| Octal | 343 | 160 | 16 | 0 | 63 | 136 | 13 | 34 | 130 | 57 |
| Binary | 11100011 | 1110000 | 1110 | 0 | 110011 | 1011110 | 1011 | 11100 | 1011000 | 101111 |
Color Harmonies of #E3700E
Complementary color
Monochromatic Colors of #E3700E
Black with #E3700E
Text Example
Text Example
White with #E3700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3700E; }
p { color: rgb(227,112,14); }
H1.HeaderClassName
{
color: #E3700E;
}
.AnyTagClassName
{
color: #E3700E;
}
</style>
background-color css
<style>
a { background-color: #E3700E; }
a { background-color: rgb(227,112,14); }
div.DivClassName
{
background-color: #E3700E;
}
.BgClassName
{
background-color: #E3700E;
}
</style>
border-color css
<style>
span { border-color: #E3700E; }
span { border-color: rgb(227,112,14); }
td.TdClassName
{
border-color: #E3700E;
}
.TagClassName
{
border-color: #E3700E;
}
</style>