Shades of Mango Tango #E26E12
Tints of Mango Tango #E26E12
RGB
CMYK
RGB Variations
Color information
#E26E12 (or 0xE26E12) is known color: Mango Tango. HEX triplet: E2, 6E and 12. RGB value is (226,110,18). Sum of RGB (Red+Green+Blue) = 226+110+18=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26E12 is #1D91ED. Grayscale: #868686. Windows color (decimal): -1937902 or 1208034. OLE color: 1208034.
HSL color Cylindrical-coordinate representation of color #E26E12: hue angle of 26.54º 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 #E26E12 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 18 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.11 |
| HSL | 26.54º | 0.85% | 0.48% | - |
| HSV(B) | 26.54º | 0.92% | 0.89% | - |
| XYZ | 37.05 | 27.36 | 3.9 | - |
| YUV | 134.2 | 62.43 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 18 | 0 | 0.51 | 0.92 | 0.11 | 26.54 | 0.85 | 0.48 |
| Hex | E2 | 6E | 12 | 0 | 33 | 5C | B | 1B | 55 | 30 |
| Octal | 342 | 156 | 22 | 0 | 63 | 134 | 13 | 33 | 125 | 60 |
| Binary | 11100010 | 1101110 | 10010 | 0 | 110011 | 1011100 | 1011 | 11011 | 1010101 | 110000 |
Color Harmonies of #E26E12
Complementary color
Monochromatic Colors of #E26E12
Black with #E26E12
Text Example
Text Example
White with #E26E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E12; }
p { color: rgb(226,110,18); }
H1.HeaderClassName
{
color: #E26E12;
}
.AnyTagClassName
{
color: #E26E12;
}
</style>
background-color css
<style>
a { background-color: #E26E12; }
a { background-color: rgb(226,110,18); }
div.DivClassName
{
background-color: #E26E12;
}
.BgClassName
{
background-color: #E26E12;
}
</style>
border-color css
<style>
span { border-color: #E26E12; }
span { border-color: rgb(226,110,18); }
td.TdClassName
{
border-color: #E26E12;
}
.TagClassName
{
border-color: #E26E12;
}
</style>