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