Shades of Mango Tango #E86901
Tints of Mango Tango #E86901
RGB
CMYK
RGB Variations
Color information
#E86901 (or 0xE86901) is known color: Mango Tango. HEX triplet: E8, 69 and 01. RGB value is (232,105,1). Sum of RGB (Red+Green+Blue) = 232+105+1=338 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.64% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 232 - color contains mainly: red. Hex color #E86901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86901 is #1796FE. Grayscale: #838383. Windows color (decimal): -1545983 or 92648. OLE color: 92648.
HSL color Cylindrical-coordinate representation of color #E86901: hue angle of 27.01º 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 #E86901 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 1 | - |
| CMYK | 0 | 0.55 | 1.00 | 0.09 |
| HSL | 27.01º | 0.99% | 0.46% | - |
| HSV(B) | 27.01º | 1% | 0.91% | - |
| XYZ | 38.34 | 27.26 | 3.27 | - |
| YUV | 131.12 | 54.58 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 1 | 0 | 0.55 | 1.00 | 0.09 | 27.01 | 0.99 | 0.46 |
| Hex | E8 | 69 | 1 | 0 | 37 | 64 | 9 | 1B | 63 | 2E |
| Octal | 350 | 151 | 1 | 0 | 67 | 144 | 11 | 33 | 143 | 56 |
| Binary | 11101000 | 1101001 | 1 | 0 | 110111 | 1100100 | 1001 | 11011 | 1100011 | 101110 |
Color Harmonies of #E86901
Complementary color
Monochromatic Colors of #E86901
Black with #E86901
Text Example
Text Example
White with #E86901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86901; }
p { color: rgb(232,105,1); }
H1.HeaderClassName
{
color: #E86901;
}
.AnyTagClassName
{
color: #E86901;
}
</style>
background-color css
<style>
a { background-color: #E86901; }
a { background-color: rgb(232,105,1); }
div.DivClassName
{
background-color: #E86901;
}
.BgClassName
{
background-color: #E86901;
}
</style>
border-color css
<style>
span { border-color: #E86901; }
span { border-color: rgb(232,105,1); }
td.TdClassName
{
border-color: #E86901;
}
.TagClassName
{
border-color: #E86901;
}
</style>