Shades of Mango Tango #E16B0C
Tints of Mango Tango #E16B0C
RGB
CMYK
RGB Variations
Color information
#E16B0C (or 0xE16B0C) is known color: Mango Tango. HEX triplet: E1, 6B and 0C. RGB value is (225,107,12). Sum of RGB (Red+Green+Blue) = 225+107+12=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16B0C is #1E94F3. Grayscale: #838383. Windows color (decimal): -2004212 or 814049. OLE color: 814049.
HSL color Cylindrical-coordinate representation of color #E16B0C: hue angle of 26.76º 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 #E16B0C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.12 |
| HSL | 26.76º | 0.9% | 0.46% | - |
| HSV(B) | 26.76º | 0.95% | 0.88% | - |
| XYZ | 36.38 | 26.55 | 3.56 | - |
| YUV | 131.45 | 60.59 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 12 | 0 | 0.52 | 0.95 | 0.12 | 26.76 | 0.9 | 0.46 |
| Hex | E1 | 6B | C | 0 | 34 | 5F | C | 1B | 5A | 2E |
| Octal | 341 | 153 | 14 | 0 | 64 | 137 | 14 | 33 | 132 | 56 |
| Binary | 11100001 | 1101011 | 1100 | 0 | 110100 | 1011111 | 1100 | 11011 | 1011010 | 101110 |
Color Harmonies of #E16B0C
Complementary color
Monochromatic Colors of #E16B0C
Black with #E16B0C
Text Example
Text Example
White with #E16B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B0C; }
p { color: rgb(225,107,12); }
H1.HeaderClassName
{
color: #E16B0C;
}
.AnyTagClassName
{
color: #E16B0C;
}
</style>
background-color css
<style>
a { background-color: #E16B0C; }
a { background-color: rgb(225,107,12); }
div.DivClassName
{
background-color: #E16B0C;
}
.BgClassName
{
background-color: #E16B0C;
}
</style>
border-color css
<style>
span { border-color: #E16B0C; }
span { border-color: rgb(225,107,12); }
td.TdClassName
{
border-color: #E16B0C;
}
.TagClassName
{
border-color: #E16B0C;
}
</style>