Shades of Mango Tango #E26E0E
Tints of Mango Tango #E26E0E
RGB
CMYK
RGB Variations
Color information
#E26E0E (or 0xE26E0E) is known color: Mango Tango. HEX triplet: E2, 6E and 0E. RGB value is (226,110,14). Sum of RGB (Red+Green+Blue) = 226+110+14=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26E0E is #1D91F1. Grayscale: #868686. Windows color (decimal): -1937906 or 945890. OLE color: 945890.
HSL color Cylindrical-coordinate representation of color #E26E0E: hue angle of 27.17º 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 #E26E0E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.11 |
| HSL | 27.17º | 0.88% | 0.47% | - |
| HSV(B) | 27.17º | 0.94% | 0.89% | - |
| XYZ | 37.02 | 27.35 | 3.74 | - |
| YUV | 133.74 | 60.43 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 14 | 0 | 0.51 | 0.94 | 0.11 | 27.17 | 0.88 | 0.47 |
| Hex | E2 | 6E | E | 0 | 33 | 5E | B | 1B | 58 | 2F |
| Octal | 342 | 156 | 16 | 0 | 63 | 136 | 13 | 33 | 130 | 57 |
| Binary | 11100010 | 1101110 | 1110 | 0 | 110011 | 1011110 | 1011 | 11011 | 1011000 | 101111 |
Color Harmonies of #E26E0E
Complementary color
Monochromatic Colors of #E26E0E
Black with #E26E0E
Text Example
Text Example
White with #E26E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E0E; }
p { color: rgb(226,110,14); }
H1.HeaderClassName
{
color: #E26E0E;
}
.AnyTagClassName
{
color: #E26E0E;
}
</style>
background-color css
<style>
a { background-color: #E26E0E; }
a { background-color: rgb(226,110,14); }
div.DivClassName
{
background-color: #E26E0E;
}
.BgClassName
{
background-color: #E26E0E;
}
</style>
border-color css
<style>
span { border-color: #E26E0E; }
span { border-color: rgb(226,110,14); }
td.TdClassName
{
border-color: #E26E0E;
}
.TagClassName
{
border-color: #E26E0E;
}
</style>