Shades of Mango Tango #E86C10
Tints of Mango Tango #E86C10
RGB
CMYK
RGB Variations
Color information
#E86C10 (or 0xE86C10) is known color: Mango Tango. HEX triplet: E8, 6C and 10. RGB value is (232,108,16). Sum of RGB (Red+Green+Blue) = 232+108+16=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86C10 is #1793EF. Grayscale: #878787. Windows color (decimal): -1545200 or 1076456. OLE color: 1076456.
HSL color Cylindrical-coordinate representation of color #E86C10: hue angle of 25.56º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E86C10 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 16 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.09 |
| HSL | 25.56º | 0.87% | 0.49% | - |
| HSV(B) | 25.56º | 0.93% | 0.91% | - |
| XYZ | 38.73 | 27.92 | 3.84 | - |
| YUV | 134.59 | 61.08 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 16 | 0 | 0.53 | 0.93 | 0.09 | 25.56 | 0.87 | 0.49 |
| Hex | E8 | 6C | 10 | 0 | 35 | 5D | 9 | 1A | 57 | 31 |
| Octal | 350 | 154 | 20 | 0 | 65 | 135 | 11 | 32 | 127 | 61 |
| Binary | 11101000 | 1101100 | 10000 | 0 | 110101 | 1011101 | 1001 | 11010 | 1010111 | 110001 |
Color Harmonies of #E86C10
Complementary color
Monochromatic Colors of #E86C10
Black with #E86C10
Text Example
Text Example
White with #E86C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C10; }
p { color: rgb(232,108,16); }
H1.HeaderClassName
{
color: #E86C10;
}
.AnyTagClassName
{
color: #E86C10;
}
</style>
background-color css
<style>
a { background-color: #E86C10; }
a { background-color: rgb(232,108,16); }
div.DivClassName
{
background-color: #E86C10;
}
.BgClassName
{
background-color: #E86C10;
}
</style>
border-color css
<style>
span { border-color: #E86C10; }
span { border-color: rgb(232,108,16); }
td.TdClassName
{
border-color: #E86C10;
}
.TagClassName
{
border-color: #E86C10;
}
</style>