Shades of Mango Tango #E86805
Tints of Mango Tango #E86805
RGB
CMYK
RGB Variations
Color information
#E86805 (or 0xE86805) is known color: Mango Tango. HEX triplet: E8, 68 and 05. RGB value is (232,104,5). Sum of RGB (Red+Green+Blue) = 232+104+5=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E86805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86805 is #1797FA. Grayscale: #838383. Windows color (decimal): -1546235 or 354536. OLE color: 354536.
HSL color Cylindrical-coordinate representation of color #E86805: hue angle of 26.17º 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 #E86805 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 5 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.09 |
| HSL | 26.17º | 0.96% | 0.46% | - |
| HSV(B) | 26.17º | 0.98% | 0.91% | - |
| XYZ | 38.26 | 27.07 | 3.35 | - |
| YUV | 130.99 | 56.91 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 5 | 0 | 0.55 | 0.98 | 0.09 | 26.17 | 0.96 | 0.46 |
| Hex | E8 | 68 | 5 | 0 | 37 | 62 | 9 | 1A | 60 | 2E |
| Octal | 350 | 150 | 5 | 0 | 67 | 142 | 11 | 32 | 140 | 56 |
| Binary | 11101000 | 1101000 | 101 | 0 | 110111 | 1100010 | 1001 | 11010 | 1100000 | 101110 |
Color Harmonies of #E86805
Complementary color
Monochromatic Colors of #E86805
Black with #E86805
Text Example
Text Example
White with #E86805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86805; }
p { color: rgb(232,104,5); }
H1.HeaderClassName
{
color: #E86805;
}
.AnyTagClassName
{
color: #E86805;
}
</style>
background-color css
<style>
a { background-color: #E86805; }
a { background-color: rgb(232,104,5); }
div.DivClassName
{
background-color: #E86805;
}
.BgClassName
{
background-color: #E86805;
}
</style>
border-color css
<style>
span { border-color: #E86805; }
span { border-color: rgb(232,104,5); }
td.TdClassName
{
border-color: #E86805;
}
.TagClassName
{
border-color: #E86805;
}
</style>