Shades of Mango Tango #E16C02
Tints of Mango Tango #E16C02
RGB
CMYK
RGB Variations
Color information
#E16C02 (or 0xE16C02) is known color: Mango Tango. HEX triplet: E1, 6C and 02. RGB value is (225,108,2). Sum of RGB (Red+Green+Blue) = 225+108+2=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16C02 is #1E93FD. Grayscale: #838383. Windows color (decimal): -2003966 or 158945. OLE color: 158945.
HSL color Cylindrical-coordinate representation of color #E16C02: hue angle of 28.52º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E16C02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.12 |
| HSL | 28.52º | 0.98% | 0.45% | - |
| HSV(B) | 28.52º | 0.99% | 0.88% | - |
| XYZ | 36.42 | 26.74 | 3.3 | - |
| YUV | 130.9 | 55.26 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 2 | 0 | 0.52 | 0.99 | 0.12 | 28.52 | 0.98 | 0.45 |
| Hex | E1 | 6C | 2 | 0 | 34 | 63 | C | 1D | 62 | 2D |
| Octal | 341 | 154 | 2 | 0 | 64 | 143 | 14 | 35 | 142 | 55 |
| Binary | 11100001 | 1101100 | 10 | 0 | 110100 | 1100011 | 1100 | 11101 | 1100010 | 101101 |
Color Harmonies of #E16C02
Complementary color
Monochromatic Colors of #E16C02
Black with #E16C02
Text Example
Text Example
White with #E16C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C02; }
p { color: rgb(225,108,2); }
H1.HeaderClassName
{
color: #E16C02;
}
.AnyTagClassName
{
color: #E16C02;
}
</style>
background-color css
<style>
a { background-color: #E16C02; }
a { background-color: rgb(225,108,2); }
div.DivClassName
{
background-color: #E16C02;
}
.BgClassName
{
background-color: #E16C02;
}
</style>
border-color css
<style>
span { border-color: #E16C02; }
span { border-color: rgb(225,108,2); }
td.TdClassName
{
border-color: #E16C02;
}
.TagClassName
{
border-color: #E16C02;
}
</style>