Shades of Mango Tango #E16F00
Tints of Mango Tango #E16F00
RGB
CMYK
RGB Variations
Color information
#E16F00 (or 0xE16F00) is known color: Mango Tango. HEX triplet: E1, 6F and 00. RGB value is (225,111,0). Sum of RGB (Red+Green+Blue) = 225+111+0=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16F00 is #1E90FF. Grayscale: #848484. Windows color (decimal): -2003200 or 28641. OLE color: 28641.
HSL color Cylindrical-coordinate representation of color #E16F00: hue angle of 29.6º 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 #E16F00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.12 |
| HSL | 29.6º | 1% | 0.44% | - |
| HSV(B) | 29.6º | 1% | 0.88% | - |
| XYZ | 36.74 | 27.38 | 3.35 | - |
| YUV | 132.43 | 53.27 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 0 | 0 | 0.51 | 1 | 0.12 | 29.6 | 1 | 0.44 |
| Hex | E1 | 6F | 0 | 0 | 33 | 64 | C | 1E | 64 | 2C |
| Octal | 341 | 157 | 0 | 0 | 63 | 144 | 14 | 36 | 144 | 54 |
| Binary | 11100001 | 1101111 | 0 | 0 | 110011 | 1100100 | 1100 | 11110 | 1100100 | 101100 |
Color Harmonies of #E16F00
Complementary color
Monochromatic Colors of #E16F00
Black with #E16F00
Text Example
Text Example
White with #E16F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F00; }
p { color: rgb(225,111,0); }
H1.HeaderClassName
{
color: #E16F00;
}
.AnyTagClassName
{
color: #E16F00;
}
</style>
background-color css
<style>
a { background-color: #E16F00; }
a { background-color: rgb(225,111,0); }
div.DivClassName
{
background-color: #E16F00;
}
.BgClassName
{
background-color: #E16F00;
}
</style>
border-color css
<style>
span { border-color: #E16F00; }
span { border-color: rgb(225,111,0); }
td.TdClassName
{
border-color: #E16F00;
}
.TagClassName
{
border-color: #E16F00;
}
</style>