Shades of Mango Tango #E86C01
Tints of Mango Tango #E86C01
RGB
CMYK
RGB Variations
Color information
#E86C01 (or 0xE86C01) is known color: Mango Tango. HEX triplet: E8, 6C and 01. RGB value is (232,108,1). Sum of RGB (Red+Green+Blue) = 232+108+1=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86C01 is #1793FE. Grayscale: #858585. Windows color (decimal): -1545215 or 93416. OLE color: 93416.
HSL color Cylindrical-coordinate representation of color #E86C01: hue angle of 27.79º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E86C01 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.09 |
| HSL | 27.79º | 0.99% | 0.46% | - |
| HSV(B) | 27.79º | 1% | 0.91% | - |
| XYZ | 38.65 | 27.88 | 3.37 | - |
| YUV | 132.88 | 53.58 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 1 | 0 | 0.53 | 1.00 | 0.09 | 27.79 | 0.99 | 0.46 |
| Hex | E8 | 6C | 1 | 0 | 35 | 64 | 9 | 1C | 63 | 2E |
| Octal | 350 | 154 | 1 | 0 | 65 | 144 | 11 | 34 | 143 | 56 |
| Binary | 11101000 | 1101100 | 1 | 0 | 110101 | 1100100 | 1001 | 11100 | 1100011 | 101110 |
Color Harmonies of #E86C01
Complementary color
Monochromatic Colors of #E86C01
Black with #E86C01
Text Example
Text Example
White with #E86C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C01; }
p { color: rgb(232,108,1); }
H1.HeaderClassName
{
color: #E86C01;
}
.AnyTagClassName
{
color: #E86C01;
}
</style>
background-color css
<style>
a { background-color: #E86C01; }
a { background-color: rgb(232,108,1); }
div.DivClassName
{
background-color: #E86C01;
}
.BgClassName
{
background-color: #E86C01;
}
</style>
border-color css
<style>
span { border-color: #E86C01; }
span { border-color: rgb(232,108,1); }
td.TdClassName
{
border-color: #E86C01;
}
.TagClassName
{
border-color: #E86C01;
}
</style>