Shades of Mango Tango #E2700D
Tints of Mango Tango #E2700D
RGB
CMYK
RGB Variations
Color information
#E2700D (or 0xE2700D) is known color: Mango Tango. HEX triplet: E2, 70 and 0D. RGB value is (226,112,13). Sum of RGB (Red+Green+Blue) = 226+112+13=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2700D is #1D8FF2. Grayscale: #878787. Windows color (decimal): -1937395 or 880866. OLE color: 880866.
HSL color Cylindrical-coordinate representation of color #E2700D: hue angle of 27.89º degrees, saturation: 0.89, 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 #E2700D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.11 |
| HSL | 27.89º | 0.89% | 0.47% | - |
| HSV(B) | 27.89º | 0.94% | 0.89% | - |
| XYZ | 37.23 | 27.79 | 3.78 | - |
| YUV | 134.8 | 59.27 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 13 | 0 | 0.50 | 0.94 | 0.11 | 27.89 | 0.89 | 0.47 |
| Hex | E2 | 70 | D | 0 | 32 | 5E | B | 1C | 59 | 2F |
| Octal | 342 | 160 | 15 | 0 | 62 | 136 | 13 | 34 | 131 | 57 |
| Binary | 11100010 | 1110000 | 1101 | 0 | 110010 | 1011110 | 1011 | 11100 | 1011001 | 101111 |
Color Harmonies of #E2700D
Complementary color
Monochromatic Colors of #E2700D
Black with #E2700D
Text Example
Text Example
White with #E2700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2700D; }
p { color: rgb(226,112,13); }
H1.HeaderClassName
{
color: #E2700D;
}
.AnyTagClassName
{
color: #E2700D;
}
</style>
background-color css
<style>
a { background-color: #E2700D; }
a { background-color: rgb(226,112,13); }
div.DivClassName
{
background-color: #E2700D;
}
.BgClassName
{
background-color: #E2700D;
}
</style>
border-color css
<style>
span { border-color: #E2700D; }
span { border-color: rgb(226,112,13); }
td.TdClassName
{
border-color: #E2700D;
}
.TagClassName
{
border-color: #E2700D;
}
</style>