Shades of Mango Tango #E56C07
Tints of Mango Tango #E56C07
RGB
CMYK
RGB Variations
Color information
#E56C07 (or 0xE56C07) is known color: Mango Tango. HEX triplet: E5, 6C and 07. RGB value is (229,108,7). Sum of RGB (Red+Green+Blue) = 229+108+7=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56C07 is #1A93F8. Grayscale: #858585. Windows color (decimal): -1741817 or 486629. OLE color: 486629.
HSL color Cylindrical-coordinate representation of color #E56C07: hue angle of 27.3º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E56C07 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.10 |
| HSL | 27.3º | 0.94% | 0.46% | - |
| HSV(B) | 27.3º | 0.97% | 0.9% | - |
| XYZ | 37.71 | 27.4 | 3.5 | - |
| YUV | 132.67 | 57.09 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 7 | 0 | 0.53 | 0.97 | 0.10 | 27.3 | 0.94 | 0.46 |
| Hex | E5 | 6C | 7 | 0 | 35 | 61 | A | 1B | 5E | 2E |
| Octal | 345 | 154 | 7 | 0 | 65 | 141 | 12 | 33 | 136 | 56 |
| Binary | 11100101 | 1101100 | 111 | 0 | 110101 | 1100001 | 1010 | 11011 | 1011110 | 101110 |
Color Harmonies of #E56C07
Complementary color
Monochromatic Colors of #E56C07
Black with #E56C07
Text Example
Text Example
White with #E56C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C07; }
p { color: rgb(229,108,7); }
H1.HeaderClassName
{
color: #E56C07;
}
.AnyTagClassName
{
color: #E56C07;
}
</style>
background-color css
<style>
a { background-color: #E56C07; }
a { background-color: rgb(229,108,7); }
div.DivClassName
{
background-color: #E56C07;
}
.BgClassName
{
background-color: #E56C07;
}
</style>
border-color css
<style>
span { border-color: #E56C07; }
span { border-color: rgb(229,108,7); }
td.TdClassName
{
border-color: #E56C07;
}
.TagClassName
{
border-color: #E56C07;
}
</style>