Shades of Mango Tango #E86804
Tints of Mango Tango #E86804
RGB
CMYK
RGB Variations
Color information
#E86804 (or 0xE86804) is known color: Mango Tango. HEX triplet: E8, 68 and 04. RGB value is (232,104,4). Sum of RGB (Red+Green+Blue) = 232+104+4=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E86804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86804 is #1797FB. Grayscale: #838383. Windows color (decimal): -1546236 or 289000. OLE color: 289000.
HSL color Cylindrical-coordinate representation of color #E86804: hue angle of 26.32º degrees, saturation: 0.97, 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 #E86804 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.09 |
| HSL | 26.32º | 0.97% | 0.46% | - |
| HSV(B) | 26.32º | 0.98% | 0.91% | - |
| XYZ | 38.25 | 27.07 | 3.32 | - |
| YUV | 130.87 | 56.41 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 4 | 0 | 0.55 | 0.98 | 0.09 | 26.32 | 0.97 | 0.46 |
| Hex | E8 | 68 | 4 | 0 | 37 | 62 | 9 | 1A | 61 | 2E |
| Octal | 350 | 150 | 4 | 0 | 67 | 142 | 11 | 32 | 141 | 56 |
| Binary | 11101000 | 1101000 | 100 | 0 | 110111 | 1100010 | 1001 | 11010 | 1100001 | 101110 |
Color Harmonies of #E86804
Complementary color
Monochromatic Colors of #E86804
Black with #E86804
Text Example
Text Example
White with #E86804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86804; }
p { color: rgb(232,104,4); }
H1.HeaderClassName
{
color: #E86804;
}
.AnyTagClassName
{
color: #E86804;
}
</style>
background-color css
<style>
a { background-color: #E86804; }
a { background-color: rgb(232,104,4); }
div.DivClassName
{
background-color: #E86804;
}
.BgClassName
{
background-color: #E86804;
}
</style>
border-color css
<style>
span { border-color: #E86804; }
span { border-color: rgb(232,104,4); }
td.TdClassName
{
border-color: #E86804;
}
.TagClassName
{
border-color: #E86804;
}
</style>