Shades of Mango Tango #E86501
Tints of Mango Tango #E86501
RGB
CMYK
RGB Variations
Color information
#E86501 (or 0xE86501) is known color: Mango Tango. HEX triplet: E8, 65 and 01. RGB value is (232,101,1). Sum of RGB (Red+Green+Blue) = 232+101+1=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E86501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86501 is #179AFE. Grayscale: #818181. Windows color (decimal): -1547007 or 91624. OLE color: 91624.
HSL color Cylindrical-coordinate representation of color #E86501: hue angle of 25.97º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E86501 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.09 |
| HSL | 25.97º | 0.99% | 0.46% | - |
| HSV(B) | 25.97º | 1% | 0.91% | - |
| XYZ | 37.94 | 26.47 | 3.14 | - |
| YUV | 128.77 | 55.9 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 1 | 0 | 0.56 | 1.00 | 0.09 | 25.97 | 0.99 | 0.46 |
| Hex | E8 | 65 | 1 | 0 | 38 | 64 | 9 | 1A | 63 | 2E |
| Octal | 350 | 145 | 1 | 0 | 70 | 144 | 11 | 32 | 143 | 56 |
| Binary | 11101000 | 1100101 | 1 | 0 | 111000 | 1100100 | 1001 | 11010 | 1100011 | 101110 |
Color Harmonies of #E86501
Complementary color
Monochromatic Colors of #E86501
Black with #E86501
Text Example
Text Example
White with #E86501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86501; }
p { color: rgb(232,101,1); }
H1.HeaderClassName
{
color: #E86501;
}
.AnyTagClassName
{
color: #E86501;
}
</style>
background-color css
<style>
a { background-color: #E86501; }
a { background-color: rgb(232,101,1); }
div.DivClassName
{
background-color: #E86501;
}
.BgClassName
{
background-color: #E86501;
}
</style>
border-color css
<style>
span { border-color: #E86501; }
span { border-color: rgb(232,101,1); }
td.TdClassName
{
border-color: #E86501;
}
.TagClassName
{
border-color: #E86501;
}
</style>