Shades of Mango Tango #E86E16
Tints of Mango Tango #E86E16
RGB
CMYK
RGB Variations
Color information
#E86E16 (or 0xE86E16) is known color: Mango Tango. HEX triplet: E8, 6E and 16. RGB value is (232,110,22). Sum of RGB (Red+Green+Blue) = 232+110+22=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86E16 is #1791E9. Grayscale: #888888. Windows color (decimal): -1544682 or 1470184. OLE color: 1470184.
HSL color Cylindrical-coordinate representation of color #E86E16: hue angle of 25.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E86E16 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 22 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.09 |
| HSL | 25.14º | 0.83% | 0.5% | - |
| HSV(B) | 25.14º | 0.91% | 0.91% | - |
| XYZ | 39 | 28.37 | 4.18 | - |
| YUV | 136.45 | 63.42 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 22 | 0 | 0.53 | 0.91 | 0.09 | 25.14 | 0.83 | 0.5 |
| Hex | E8 | 6E | 16 | 0 | 35 | 5B | 9 | 19 | 53 | 32 |
| Octal | 350 | 156 | 26 | 0 | 65 | 133 | 11 | 31 | 123 | 62 |
| Binary | 11101000 | 1101110 | 10110 | 0 | 110101 | 1011011 | 1001 | 11001 | 1010011 | 110010 |
Color Harmonies of #E86E16
Complementary color
Monochromatic Colors of #E86E16
Black with #E86E16
Text Example
Text Example
White with #E86E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E16; }
p { color: rgb(232,110,22); }
H1.HeaderClassName
{
color: #E86E16;
}
.AnyTagClassName
{
color: #E86E16;
}
</style>
background-color css
<style>
a { background-color: #E86E16; }
a { background-color: rgb(232,110,22); }
div.DivClassName
{
background-color: #E86E16;
}
.BgClassName
{
background-color: #E86E16;
}
</style>
border-color css
<style>
span { border-color: #E86E16; }
span { border-color: rgb(232,110,22); }
td.TdClassName
{
border-color: #E86E16;
}
.TagClassName
{
border-color: #E86E16;
}
</style>