Shades of Mango Tango #E16F05
Tints of Mango Tango #E16F05
RGB
CMYK
RGB Variations
Color information
#E16F05 (or 0xE16F05) is known color: Mango Tango. HEX triplet: E1, 6F and 05. RGB value is (225,111,5). Sum of RGB (Red+Green+Blue) = 225+111+5=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16F05 is #1E90FA. Grayscale: #858585. Windows color (decimal): -2003195 or 356321. OLE color: 356321.
HSL color Cylindrical-coordinate representation of color #E16F05: hue angle of 28.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E16F05 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.12 |
| HSL | 28.91º | 0.96% | 0.45% | - |
| HSV(B) | 28.91º | 0.98% | 0.88% | - |
| XYZ | 36.76 | 27.39 | 3.49 | - |
| YUV | 133 | 55.77 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 5 | 0 | 0.51 | 0.98 | 0.12 | 28.91 | 0.96 | 0.45 |
| Hex | E1 | 6F | 5 | 0 | 33 | 62 | C | 1D | 60 | 2D |
| Octal | 341 | 157 | 5 | 0 | 63 | 142 | 14 | 35 | 140 | 55 |
| Binary | 11100001 | 1101111 | 101 | 0 | 110011 | 1100010 | 1100 | 11101 | 1100000 | 101101 |
Color Harmonies of #E16F05
Complementary color
Monochromatic Colors of #E16F05
Black with #E16F05
Text Example
Text Example
White with #E16F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F05; }
p { color: rgb(225,111,5); }
H1.HeaderClassName
{
color: #E16F05;
}
.AnyTagClassName
{
color: #E16F05;
}
</style>
background-color css
<style>
a { background-color: #E16F05; }
a { background-color: rgb(225,111,5); }
div.DivClassName
{
background-color: #E16F05;
}
.BgClassName
{
background-color: #E16F05;
}
</style>
border-color css
<style>
span { border-color: #E16F05; }
span { border-color: rgb(225,111,5); }
td.TdClassName
{
border-color: #E16F05;
}
.TagClassName
{
border-color: #E16F05;
}
</style>