Shades of Mango Tango #E16F12
Tints of Mango Tango #E16F12
RGB
CMYK
RGB Variations
Color information
#E16F12 (or 0xE16F12) is known color: Mango Tango. HEX triplet: E1, 6F and 12. RGB value is (225,111,18). Sum of RGB (Red+Green+Blue) = 225+111+18=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16F12 is #1E90ED. Grayscale: #868686. Windows color (decimal): -2003182 or 1208289. OLE color: 1208289.
HSL color Cylindrical-coordinate representation of color #E16F12: hue angle of 26.96º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E16F12 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 18 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.12 |
| HSL | 26.96º | 0.85% | 0.48% | - |
| HSV(B) | 26.96º | 0.92% | 0.88% | - |
| XYZ | 36.84 | 27.42 | 3.92 | - |
| YUV | 134.48 | 62.27 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 18 | 0 | 0.51 | 0.92 | 0.12 | 26.96 | 0.85 | 0.48 |
| Hex | E1 | 6F | 12 | 0 | 33 | 5C | C | 1B | 55 | 30 |
| Octal | 341 | 157 | 22 | 0 | 63 | 134 | 14 | 33 | 125 | 60 |
| Binary | 11100001 | 1101111 | 10010 | 0 | 110011 | 1011100 | 1100 | 11011 | 1010101 | 110000 |
Color Harmonies of #E16F12
Complementary color
Monochromatic Colors of #E16F12
Black with #E16F12
Text Example
Text Example
White with #E16F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F12; }
p { color: rgb(225,111,18); }
H1.HeaderClassName
{
color: #E16F12;
}
.AnyTagClassName
{
color: #E16F12;
}
</style>
background-color css
<style>
a { background-color: #E16F12; }
a { background-color: rgb(225,111,18); }
div.DivClassName
{
background-color: #E16F12;
}
.BgClassName
{
background-color: #E16F12;
}
</style>
border-color css
<style>
span { border-color: #E16F12; }
span { border-color: rgb(225,111,18); }
td.TdClassName
{
border-color: #E16F12;
}
.TagClassName
{
border-color: #E16F12;
}
</style>