Shades of Mango Tango #E86F13
Tints of Mango Tango #E86F13
RGB
CMYK
RGB Variations
Color information
#E86F13 (or 0xE86F13) is known color: Mango Tango. HEX triplet: E8, 6F and 13. RGB value is (232,111,19). Sum of RGB (Red+Green+Blue) = 232+111+19=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86F13 is #1790EC. Grayscale: #898989. Windows color (decimal): -1544429 or 1273832. OLE color: 1273832.
HSL color Cylindrical-coordinate representation of color #E86F13: hue angle of 25.92º degrees, saturation: 0.85, 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 #E86F13 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 19 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.09 |
| HSL | 25.92º | 0.85% | 0.49% | - |
| HSV(B) | 25.92º | 0.92% | 0.91% | - |
| XYZ | 39.08 | 28.57 | 4.07 | - |
| YUV | 136.69 | 61.59 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 19 | 0 | 0.52 | 0.92 | 0.09 | 25.92 | 0.85 | 0.49 |
| Hex | E8 | 6F | 13 | 0 | 34 | 5C | 9 | 1A | 55 | 31 |
| Octal | 350 | 157 | 23 | 0 | 64 | 134 | 11 | 32 | 125 | 61 |
| Binary | 11101000 | 1101111 | 10011 | 0 | 110100 | 1011100 | 1001 | 11010 | 1010101 | 110001 |
Color Harmonies of #E86F13
Complementary color
Monochromatic Colors of #E86F13
Black with #E86F13
Text Example
Text Example
White with #E86F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F13; }
p { color: rgb(232,111,19); }
H1.HeaderClassName
{
color: #E86F13;
}
.AnyTagClassName
{
color: #E86F13;
}
</style>
background-color css
<style>
a { background-color: #E86F13; }
a { background-color: rgb(232,111,19); }
div.DivClassName
{
background-color: #E86F13;
}
.BgClassName
{
background-color: #E86F13;
}
</style>
border-color css
<style>
span { border-color: #E86F13; }
span { border-color: rgb(232,111,19); }
td.TdClassName
{
border-color: #E86F13;
}
.TagClassName
{
border-color: #E86F13;
}
</style>