Shades of Mango Tango #E86D0E
Tints of Mango Tango #E86D0E
RGB
CMYK
RGB Variations
Color information
#E86D0E (or 0xE86D0E) is known color: Mango Tango. HEX triplet: E8, 6D and 0E. RGB value is (232,109,14). Sum of RGB (Red+Green+Blue) = 232+109+14=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86D0E is #1792F1. Grayscale: #878787. Windows color (decimal): -1544946 or 945640. OLE color: 945640.
HSL color Cylindrical-coordinate representation of color #E86D0E: hue angle of 26.15º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E86D0E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.09 |
| HSL | 26.15º | 0.89% | 0.48% | - |
| HSV(B) | 26.15º | 0.94% | 0.91% | - |
| XYZ | 38.83 | 28.12 | 3.8 | - |
| YUV | 134.95 | 59.75 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 14 | 0 | 0.53 | 0.94 | 0.09 | 26.15 | 0.89 | 0.48 |
| Hex | E8 | 6D | E | 0 | 35 | 5E | 9 | 1A | 59 | 30 |
| Octal | 350 | 155 | 16 | 0 | 65 | 136 | 11 | 32 | 131 | 60 |
| Binary | 11101000 | 1101101 | 1110 | 0 | 110101 | 1011110 | 1001 | 11010 | 1011001 | 110000 |
Color Harmonies of #E86D0E
Complementary color
Monochromatic Colors of #E86D0E
Black with #E86D0E
Text Example
Text Example
White with #E86D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86D0E; }
p { color: rgb(232,109,14); }
H1.HeaderClassName
{
color: #E86D0E;
}
.AnyTagClassName
{
color: #E86D0E;
}
</style>
background-color css
<style>
a { background-color: #E86D0E; }
a { background-color: rgb(232,109,14); }
div.DivClassName
{
background-color: #E86D0E;
}
.BgClassName
{
background-color: #E86D0E;
}
</style>
border-color css
<style>
span { border-color: #E86D0E; }
span { border-color: rgb(232,109,14); }
td.TdClassName
{
border-color: #E86D0E;
}
.TagClassName
{
border-color: #E86D0E;
}
</style>