Shades of Mango Tango #E2700F
Tints of Mango Tango #E2700F
RGB
CMYK
RGB Variations
Color information
#E2700F (or 0xE2700F) is known color: Mango Tango. HEX triplet: E2, 70 and 0F. RGB value is (226,112,15). Sum of RGB (Red+Green+Blue) = 226+112+15=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2700F is #1D8FF0. Grayscale: #878787. Windows color (decimal): -1937393 or 1011938. OLE color: 1011938.
HSL color Cylindrical-coordinate representation of color #E2700F: hue angle of 27.58º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2700F is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 15 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.11 |
| HSL | 27.58º | 0.88% | 0.47% | - |
| HSV(B) | 27.58º | 0.93% | 0.89% | - |
| XYZ | 37.24 | 27.79 | 3.85 | - |
| YUV | 135.03 | 60.27 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 15 | 0 | 0.50 | 0.93 | 0.11 | 27.58 | 0.88 | 0.47 |
| Hex | E2 | 70 | F | 0 | 32 | 5D | B | 1C | 58 | 2F |
| Octal | 342 | 160 | 17 | 0 | 62 | 135 | 13 | 34 | 130 | 57 |
| Binary | 11100010 | 1110000 | 1111 | 0 | 110010 | 1011101 | 1011 | 11100 | 1011000 | 101111 |
Color Harmonies of #E2700F
Complementary color
Monochromatic Colors of #E2700F
Black with #E2700F
Text Example
Text Example
White with #E2700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2700F; }
p { color: rgb(226,112,15); }
H1.HeaderClassName
{
color: #E2700F;
}
.AnyTagClassName
{
color: #E2700F;
}
</style>
background-color css
<style>
a { background-color: #E2700F; }
a { background-color: rgb(226,112,15); }
div.DivClassName
{
background-color: #E2700F;
}
.BgClassName
{
background-color: #E2700F;
}
</style>
border-color css
<style>
span { border-color: #E2700F; }
span { border-color: rgb(226,112,15); }
td.TdClassName
{
border-color: #E2700F;
}
.TagClassName
{
border-color: #E2700F;
}
</style>