Shades of Mango Tango #E16C06
Tints of Mango Tango #E16C06
RGB
CMYK
RGB Variations
Color information
#E16C06 (or 0xE16C06) is known color: Mango Tango. HEX triplet: E1, 6C and 06. RGB value is (225,108,6). Sum of RGB (Red+Green+Blue) = 225+108+6=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16C06 is #1E93F9. Grayscale: #838383. Windows color (decimal): -2003962 or 421089. OLE color: 421089.
HSL color Cylindrical-coordinate representation of color #E16C06: hue angle of 27.95º degrees, saturation: 0.95, 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 #E16C06 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 6 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.12 |
| HSL | 27.95º | 0.95% | 0.45% | - |
| HSV(B) | 27.95º | 0.97% | 0.88% | - |
| XYZ | 36.45 | 26.75 | 3.41 | - |
| YUV | 131.36 | 57.26 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 6 | 0 | 0.52 | 0.97 | 0.12 | 27.95 | 0.95 | 0.45 |
| Hex | E1 | 6C | 6 | 0 | 34 | 61 | C | 1C | 5F | 2D |
| Octal | 341 | 154 | 6 | 0 | 64 | 141 | 14 | 34 | 137 | 55 |
| Binary | 11100001 | 1101100 | 110 | 0 | 110100 | 1100001 | 1100 | 11100 | 1011111 | 101101 |
Color Harmonies of #E16C06
Complementary color
Monochromatic Colors of #E16C06
Black with #E16C06
Text Example
Text Example
White with #E16C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C06; }
p { color: rgb(225,108,6); }
H1.HeaderClassName
{
color: #E16C06;
}
.AnyTagClassName
{
color: #E16C06;
}
</style>
background-color css
<style>
a { background-color: #E16C06; }
a { background-color: rgb(225,108,6); }
div.DivClassName
{
background-color: #E16C06;
}
.BgClassName
{
background-color: #E16C06;
}
</style>
border-color css
<style>
span { border-color: #E16C06; }
span { border-color: rgb(225,108,6); }
td.TdClassName
{
border-color: #E16C06;
}
.TagClassName
{
border-color: #E16C06;
}
</style>