Shades of Mango Tango #E86F12
Tints of Mango Tango #E86F12
RGB
CMYK
RGB Variations
Color information
#E86F12 (or 0xE86F12) is known color: Mango Tango. HEX triplet: E8, 6F and 12. RGB value is (232,111,18). Sum of RGB (Red+Green+Blue) = 232+111+18=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86F12 is #1790ED. Grayscale: #898989. Windows color (decimal): -1544430 or 1208296. OLE color: 1208296.
HSL color Cylindrical-coordinate representation of color #E86F12: hue angle of 26.07º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E86F12 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 18 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.09 |
| HSL | 26.07º | 0.86% | 0.49% | - |
| HSV(B) | 26.07º | 0.92% | 0.91% | - |
| XYZ | 39.07 | 28.57 | 4.03 | - |
| YUV | 136.58 | 61.09 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 18 | 0 | 0.52 | 0.92 | 0.09 | 26.07 | 0.86 | 0.49 |
| Hex | E8 | 6F | 12 | 0 | 34 | 5C | 9 | 1A | 56 | 31 |
| Octal | 350 | 157 | 22 | 0 | 64 | 134 | 11 | 32 | 126 | 61 |
| Binary | 11101000 | 1101111 | 10010 | 0 | 110100 | 1011100 | 1001 | 11010 | 1010110 | 110001 |
Color Harmonies of #E86F12
Complementary color
Monochromatic Colors of #E86F12
Black with #E86F12
Text Example
Text Example
White with #E86F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F12; }
p { color: rgb(232,111,18); }
H1.HeaderClassName
{
color: #E86F12;
}
.AnyTagClassName
{
color: #E86F12;
}
</style>
background-color css
<style>
a { background-color: #E86F12; }
a { background-color: rgb(232,111,18); }
div.DivClassName
{
background-color: #E86F12;
}
.BgClassName
{
background-color: #E86F12;
}
</style>
border-color css
<style>
span { border-color: #E86F12; }
span { border-color: rgb(232,111,18); }
td.TdClassName
{
border-color: #E86F12;
}
.TagClassName
{
border-color: #E86F12;
}
</style>