Shades of Mango Tango #E16F07
Tints of Mango Tango #E16F07
RGB
CMYK
RGB Variations
Color information
#E16F07 (or 0xE16F07) is known color: Mango Tango. HEX triplet: E1, 6F and 07. RGB value is (225,111,7). Sum of RGB (Red+Green+Blue) = 225+111+7=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16F07 is #1E90F8. Grayscale: #858585. Windows color (decimal): -2003193 or 487393. OLE color: 487393.
HSL color Cylindrical-coordinate representation of color #E16F07: hue angle of 28.62º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E16F07 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 7 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.12 |
| HSL | 28.62º | 0.94% | 0.45% | - |
| HSV(B) | 28.62º | 0.97% | 0.88% | - |
| XYZ | 36.77 | 27.39 | 3.55 | - |
| YUV | 133.23 | 56.77 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 7 | 0 | 0.51 | 0.97 | 0.12 | 28.62 | 0.94 | 0.45 |
| Hex | E1 | 6F | 7 | 0 | 33 | 61 | C | 1D | 5E | 2D |
| Octal | 341 | 157 | 7 | 0 | 63 | 141 | 14 | 35 | 136 | 55 |
| Binary | 11100001 | 1101111 | 111 | 0 | 110011 | 1100001 | 1100 | 11101 | 1011110 | 101101 |
Color Harmonies of #E16F07
Complementary color
Monochromatic Colors of #E16F07
Black with #E16F07
Text Example
Text Example
White with #E16F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F07; }
p { color: rgb(225,111,7); }
H1.HeaderClassName
{
color: #E16F07;
}
.AnyTagClassName
{
color: #E16F07;
}
</style>
background-color css
<style>
a { background-color: #E16F07; }
a { background-color: rgb(225,111,7); }
div.DivClassName
{
background-color: #E16F07;
}
.BgClassName
{
background-color: #E16F07;
}
</style>
border-color css
<style>
span { border-color: #E16F07; }
span { border-color: rgb(225,111,7); }
td.TdClassName
{
border-color: #E16F07;
}
.TagClassName
{
border-color: #E16F07;
}
</style>