Shades of Mango Tango #E86A14
Tints of Mango Tango #E86A14
RGB
CMYK
RGB Variations
Color information
#E86A14 (or 0xE86A14) is known color: Mango Tango. HEX triplet: E8, 6A and 14. RGB value is (232,106,20). Sum of RGB (Red+Green+Blue) = 232+106+20=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86A14 is #1795EB. Grayscale: #868686. Windows color (decimal): -1545708 or 1338088. OLE color: 1338088.
HSL color Cylindrical-coordinate representation of color #E86A14: hue angle of 24.34º 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 #E86A14 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 20 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.09 |
| HSL | 24.34º | 0.84% | 0.49% | - |
| HSV(B) | 24.34º | 0.91% | 0.91% | - |
| XYZ | 38.56 | 27.51 | 3.94 | - |
| YUV | 133.87 | 63.74 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 20 | 0 | 0.54 | 0.91 | 0.09 | 24.34 | 0.84 | 0.49 |
| Hex | E8 | 6A | 14 | 0 | 36 | 5B | 9 | 18 | 54 | 31 |
| Octal | 350 | 152 | 24 | 0 | 66 | 133 | 11 | 30 | 124 | 61 |
| Binary | 11101000 | 1101010 | 10100 | 0 | 110110 | 1011011 | 1001 | 11000 | 1010100 | 110001 |
Color Harmonies of #E86A14
Complementary color
Monochromatic Colors of #E86A14
Black with #E86A14
Text Example
Text Example
White with #E86A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86A14; }
p { color: rgb(232,106,20); }
H1.HeaderClassName
{
color: #E86A14;
}
.AnyTagClassName
{
color: #E86A14;
}
</style>
background-color css
<style>
a { background-color: #E86A14; }
a { background-color: rgb(232,106,20); }
div.DivClassName
{
background-color: #E86A14;
}
.BgClassName
{
background-color: #E86A14;
}
</style>
border-color css
<style>
span { border-color: #E86A14; }
span { border-color: rgb(232,106,20); }
td.TdClassName
{
border-color: #E86A14;
}
.TagClassName
{
border-color: #E86A14;
}
</style>