Shades of Mango Tango #E86F14
Tints of Mango Tango #E86F14
RGB
CMYK
RGB Variations
Color information
#E86F14 (or 0xE86F14) is known color: Mango Tango. HEX triplet: E8, 6F and 14. RGB value is (232,111,20). Sum of RGB (Red+Green+Blue) = 232+111+20=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86F14 is #1790EB. Grayscale: #898989. Windows color (decimal): -1544428 or 1339368. OLE color: 1339368.
HSL color Cylindrical-coordinate representation of color #E86F14: hue angle of 25.75º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E86F14 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 20 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.09 |
| HSL | 25.75º | 0.84% | 0.49% | - |
| HSV(B) | 25.75º | 0.91% | 0.91% | - |
| XYZ | 39.09 | 28.58 | 4.12 | - |
| YUV | 136.81 | 62.09 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 20 | 0 | 0.52 | 0.91 | 0.09 | 25.75 | 0.84 | 0.49 |
| Hex | E8 | 6F | 14 | 0 | 34 | 5B | 9 | 1A | 54 | 31 |
| Octal | 350 | 157 | 24 | 0 | 64 | 133 | 11 | 32 | 124 | 61 |
| Binary | 11101000 | 1101111 | 10100 | 0 | 110100 | 1011011 | 1001 | 11010 | 1010100 | 110001 |
Color Harmonies of #E86F14
Complementary color
Monochromatic Colors of #E86F14
Black with #E86F14
Text Example
Text Example
White with #E86F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F14; }
p { color: rgb(232,111,20); }
H1.HeaderClassName
{
color: #E86F14;
}
.AnyTagClassName
{
color: #E86F14;
}
</style>
background-color css
<style>
a { background-color: #E86F14; }
a { background-color: rgb(232,111,20); }
div.DivClassName
{
background-color: #E86F14;
}
.BgClassName
{
background-color: #E86F14;
}
</style>
border-color css
<style>
span { border-color: #E86F14; }
span { border-color: rgb(232,111,20); }
td.TdClassName
{
border-color: #E86F14;
}
.TagClassName
{
border-color: #E86F14;
}
</style>