Shades of Mango Tango #E86E05
Tints of Mango Tango #E86E05
RGB
CMYK
RGB Variations
Color information
#E86E05 (or 0xE86E05) is known color: Mango Tango. HEX triplet: E8, 6E and 05. RGB value is (232,110,5). Sum of RGB (Red+Green+Blue) = 232+110+5=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86E05 is #1791FA. Grayscale: #878787. Windows color (decimal): -1544699 or 356072. OLE color: 356072.
HSL color Cylindrical-coordinate representation of color #E86E05: hue angle of 27.75º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E86E05 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.09 |
| HSL | 27.75º | 0.96% | 0.46% | - |
| HSV(B) | 27.75º | 0.98% | 0.91% | - |
| XYZ | 38.88 | 28.32 | 3.56 | - |
| YUV | 134.51 | 54.92 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 5 | 0 | 0.53 | 0.98 | 0.09 | 27.75 | 0.96 | 0.46 |
| Hex | E8 | 6E | 5 | 0 | 35 | 62 | 9 | 1C | 60 | 2E |
| Octal | 350 | 156 | 5 | 0 | 65 | 142 | 11 | 34 | 140 | 56 |
| Binary | 11101000 | 1101110 | 101 | 0 | 110101 | 1100010 | 1001 | 11100 | 1100000 | 101110 |
Color Harmonies of #E86E05
Complementary color
Monochromatic Colors of #E86E05
Black with #E86E05
Text Example
Text Example
White with #E86E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E05; }
p { color: rgb(232,110,5); }
H1.HeaderClassName
{
color: #E86E05;
}
.AnyTagClassName
{
color: #E86E05;
}
</style>
background-color css
<style>
a { background-color: #E86E05; }
a { background-color: rgb(232,110,5); }
div.DivClassName
{
background-color: #E86E05;
}
.BgClassName
{
background-color: #E86E05;
}
</style>
border-color css
<style>
span { border-color: #E86E05; }
span { border-color: rgb(232,110,5); }
td.TdClassName
{
border-color: #E86E05;
}
.TagClassName
{
border-color: #E86E05;
}
</style>