Shades of Mango Tango #E86D15
Tints of Mango Tango #E86D15
RGB
CMYK
RGB Variations
Color information
#E86D15 (or 0xE86D15) is known color: Mango Tango. HEX triplet: E8, 6D and 15. RGB value is (232,109,21). Sum of RGB (Red+Green+Blue) = 232+109+21=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86D15 is #1792EA. Grayscale: #888888. Windows color (decimal): -1544939 or 1404392. OLE color: 1404392.
HSL color Cylindrical-coordinate representation of color #E86D15: hue angle of 25.02º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E86D15 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 21 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.09 |
| HSL | 25.02º | 0.83% | 0.5% | - |
| HSV(B) | 25.02º | 0.91% | 0.91% | - |
| XYZ | 38.88 | 28.15 | 4.09 | - |
| YUV | 135.75 | 63.25 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 21 | 0 | 0.53 | 0.91 | 0.09 | 25.02 | 0.83 | 0.5 |
| Hex | E8 | 6D | 15 | 0 | 35 | 5B | 9 | 19 | 53 | 32 |
| Octal | 350 | 155 | 25 | 0 | 65 | 133 | 11 | 31 | 123 | 62 |
| Binary | 11101000 | 1101101 | 10101 | 0 | 110101 | 1011011 | 1001 | 11001 | 1010011 | 110010 |
Color Harmonies of #E86D15
Complementary color
Monochromatic Colors of #E86D15
Black with #E86D15
Text Example
Text Example
White with #E86D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86D15; }
p { color: rgb(232,109,21); }
H1.HeaderClassName
{
color: #E86D15;
}
.AnyTagClassName
{
color: #E86D15;
}
</style>
background-color css
<style>
a { background-color: #E86D15; }
a { background-color: rgb(232,109,21); }
div.DivClassName
{
background-color: #E86D15;
}
.BgClassName
{
background-color: #E86D15;
}
</style>
border-color css
<style>
span { border-color: #E86D15; }
span { border-color: rgb(232,109,21); }
td.TdClassName
{
border-color: #E86D15;
}
.TagClassName
{
border-color: #E86D15;
}
</style>