Shades of Mango Tango #E16C0C
Tints of Mango Tango #E16C0C
RGB
CMYK
RGB Variations
Color information
#E16C0C (or 0xE16C0C) is known color: Mango Tango. HEX triplet: E1, 6C and 0C. RGB value is (225,108,12). Sum of RGB (Red+Green+Blue) = 225+108+12=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16C0C is #1E93F3. Grayscale: #848484. Windows color (decimal): -2003956 or 814305. OLE color: 814305.
HSL color Cylindrical-coordinate representation of color #E16C0C: hue angle of 27.04º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E16C0C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.12 |
| HSL | 27.04º | 0.9% | 0.46% | - |
| HSV(B) | 27.04º | 0.95% | 0.88% | - |
| XYZ | 36.48 | 26.76 | 3.59 | - |
| YUV | 132.04 | 60.26 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 12 | 0 | 0.52 | 0.95 | 0.12 | 27.04 | 0.9 | 0.46 |
| Hex | E1 | 6C | C | 0 | 34 | 5F | C | 1B | 5A | 2E |
| Octal | 341 | 154 | 14 | 0 | 64 | 137 | 14 | 33 | 132 | 56 |
| Binary | 11100001 | 1101100 | 1100 | 0 | 110100 | 1011111 | 1100 | 11011 | 1011010 | 101110 |
Color Harmonies of #E16C0C
Complementary color
Monochromatic Colors of #E16C0C
Black with #E16C0C
Text Example
Text Example
White with #E16C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C0C; }
p { color: rgb(225,108,12); }
H1.HeaderClassName
{
color: #E16C0C;
}
.AnyTagClassName
{
color: #E16C0C;
}
</style>
background-color css
<style>
a { background-color: #E16C0C; }
a { background-color: rgb(225,108,12); }
div.DivClassName
{
background-color: #E16C0C;
}
.BgClassName
{
background-color: #E16C0C;
}
</style>
border-color css
<style>
span { border-color: #E16C0C; }
span { border-color: rgb(225,108,12); }
td.TdClassName
{
border-color: #E16C0C;
}
.TagClassName
{
border-color: #E16C0C;
}
</style>