Shades of Mango Tango #E16C0A
Tints of Mango Tango #E16C0A
RGB
CMYK
RGB Variations
Color information
#E16C0A (or 0xE16C0A) is known color: Mango Tango. HEX triplet: E1, 6C and 0A. RGB value is (225,108,10). Sum of RGB (Red+Green+Blue) = 225+108+10=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16C0A is #1E93F5. Grayscale: #848484. Windows color (decimal): -2003958 or 683233. OLE color: 683233.
HSL color Cylindrical-coordinate representation of color #E16C0A: hue angle of 27.35º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E16C0A is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 10 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.12 |
| HSL | 27.35º | 0.91% | 0.46% | - |
| HSV(B) | 27.35º | 0.96% | 0.88% | - |
| XYZ | 36.47 | 26.75 | 3.53 | - |
| YUV | 131.81 | 59.26 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 10 | 0 | 0.52 | 0.96 | 0.12 | 27.35 | 0.91 | 0.46 |
| Hex | E1 | 6C | A | 0 | 34 | 60 | C | 1B | 5B | 2E |
| Octal | 341 | 154 | 12 | 0 | 64 | 140 | 14 | 33 | 133 | 56 |
| Binary | 11100001 | 1101100 | 1010 | 0 | 110100 | 1100000 | 1100 | 11011 | 1011011 | 101110 |
Color Harmonies of #E16C0A
Complementary color
Monochromatic Colors of #E16C0A
Black with #E16C0A
Text Example
Text Example
White with #E16C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C0A; }
p { color: rgb(225,108,10); }
H1.HeaderClassName
{
color: #E16C0A;
}
.AnyTagClassName
{
color: #E16C0A;
}
</style>
background-color css
<style>
a { background-color: #E16C0A; }
a { background-color: rgb(225,108,10); }
div.DivClassName
{
background-color: #E16C0A;
}
.BgClassName
{
background-color: #E16C0A;
}
</style>
border-color css
<style>
span { border-color: #E16C0A; }
span { border-color: rgb(225,108,10); }
td.TdClassName
{
border-color: #E16C0A;
}
.TagClassName
{
border-color: #E16C0A;
}
</style>