Shades of Mango Tango #E86D00
Tints of Mango Tango #E86D00
RGB
CMYK
RGB Variations
Color information
#E86D00 (or 0xE86D00) is known color: Mango Tango. HEX triplet: E8, 6D and 00. RGB value is (232,109,0). Sum of RGB (Red+Green+Blue) = 232+109+0=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86D00 is #1792FF. Grayscale: #858585. Windows color (decimal): -1544960 or 28136. OLE color: 28136.
HSL color Cylindrical-coordinate representation of color #E86D00: hue angle of 28.19º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E86D00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.09 |
| HSL | 28.19º | 1% | 0.45% | - |
| HSV(B) | 28.19º | 1% | 0.91% | - |
| XYZ | 38.75 | 28.09 | 3.38 | - |
| YUV | 133.35 | 52.75 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 0 | 0 | 0.53 | 1 | 0.09 | 28.19 | 1 | 0.45 |
| Hex | E8 | 6D | 0 | 0 | 35 | 64 | 9 | 1C | 64 | 2D |
| Octal | 350 | 155 | 0 | 0 | 65 | 144 | 11 | 34 | 144 | 55 |
| Binary | 11101000 | 1101101 | 0 | 0 | 110101 | 1100100 | 1001 | 11100 | 1100100 | 101101 |
Color Harmonies of #E86D00
Complementary color
Monochromatic Colors of #E86D00
Black with #E86D00
Text Example
Text Example
White with #E86D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86D00; }
p { color: rgb(232,109,0); }
H1.HeaderClassName
{
color: #E86D00;
}
.AnyTagClassName
{
color: #E86D00;
}
</style>
background-color css
<style>
a { background-color: #E86D00; }
a { background-color: rgb(232,109,0); }
div.DivClassName
{
background-color: #E86D00;
}
.BgClassName
{
background-color: #E86D00;
}
</style>
border-color css
<style>
span { border-color: #E86D00; }
span { border-color: rgb(232,109,0); }
td.TdClassName
{
border-color: #E86D00;
}
.TagClassName
{
border-color: #E86D00;
}
</style>