Shades of Mango Tango #E16C00
Tints of Mango Tango #E16C00
RGB
CMYK
RGB Variations
Color information
#E16C00 (or 0xE16C00) is known color: Mango Tango. HEX triplet: E1, 6C and 00. RGB value is (225,108,0). Sum of RGB (Red+Green+Blue) = 225+108+0=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16C00 is #1E93FF. Grayscale: #838383. Windows color (decimal): -2003968 or 27873. OLE color: 27873.
HSL color Cylindrical-coordinate representation of color #E16C00: hue angle of 28.8º 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 #E16C00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.12 |
| HSL | 28.8º | 1% | 0.44% | - |
| HSV(B) | 28.8º | 1% | 0.88% | - |
| XYZ | 36.41 | 26.73 | 3.24 | - |
| YUV | 130.67 | 54.26 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 0 | 0 | 0.52 | 1 | 0.12 | 28.8 | 1 | 0.44 |
| Hex | E1 | 6C | 0 | 0 | 34 | 64 | C | 1D | 64 | 2C |
| Octal | 341 | 154 | 0 | 0 | 64 | 144 | 14 | 35 | 144 | 54 |
| Binary | 11100001 | 1101100 | 0 | 0 | 110100 | 1100100 | 1100 | 11101 | 1100100 | 101100 |
Color Harmonies of #E16C00
Complementary color
Monochromatic Colors of #E16C00
Black with #E16C00
Text Example
Text Example
White with #E16C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C00; }
p { color: rgb(225,108,0); }
H1.HeaderClassName
{
color: #E16C00;
}
.AnyTagClassName
{
color: #E16C00;
}
</style>
background-color css
<style>
a { background-color: #E16C00; }
a { background-color: rgb(225,108,0); }
div.DivClassName
{
background-color: #E16C00;
}
.BgClassName
{
background-color: #E16C00;
}
</style>
border-color css
<style>
span { border-color: #E16C00; }
span { border-color: rgb(225,108,0); }
td.TdClassName
{
border-color: #E16C00;
}
.TagClassName
{
border-color: #E16C00;
}
</style>