Shades of Mango Tango #E16E01
Tints of Mango Tango #E16E01
RGB
CMYK
RGB Variations
Color information
#E16E01 (or 0xE16E01) is known color: Mango Tango. HEX triplet: E1, 6E and 01. RGB value is (225,110,1). Sum of RGB (Red+Green+Blue) = 225+110+1=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16E01 is #1E91FE. Grayscale: #848484. Windows color (decimal): -2003455 or 93921. OLE color: 93921.
HSL color Cylindrical-coordinate representation of color #E16E01: hue angle of 29.2º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E16E01 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.12 |
| HSL | 29.2º | 0.99% | 0.44% | - |
| HSV(B) | 29.2º | 1% | 0.88% | - |
| XYZ | 36.63 | 27.16 | 3.34 | - |
| YUV | 131.96 | 54.1 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 1 | 0 | 0.51 | 1.00 | 0.12 | 29.2 | 0.99 | 0.44 |
| Hex | E1 | 6E | 1 | 0 | 33 | 64 | C | 1D | 63 | 2C |
| Octal | 341 | 156 | 1 | 0 | 63 | 144 | 14 | 35 | 143 | 54 |
| Binary | 11100001 | 1101110 | 1 | 0 | 110011 | 1100100 | 1100 | 11101 | 1100011 | 101100 |
Color Harmonies of #E16E01
Complementary color
Monochromatic Colors of #E16E01
Black with #E16E01
Text Example
Text Example
White with #E16E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E01; }
p { color: rgb(225,110,1); }
H1.HeaderClassName
{
color: #E16E01;
}
.AnyTagClassName
{
color: #E16E01;
}
</style>
background-color css
<style>
a { background-color: #E16E01; }
a { background-color: rgb(225,110,1); }
div.DivClassName
{
background-color: #E16E01;
}
.BgClassName
{
background-color: #E16E01;
}
</style>
border-color css
<style>
span { border-color: #E16E01; }
span { border-color: rgb(225,110,1); }
td.TdClassName
{
border-color: #E16E01;
}
.TagClassName
{
border-color: #E16E01;
}
</style>