Shades of Mango Tango #E56D07
Tints of Mango Tango #E56D07
RGB
CMYK
RGB Variations
Color information
#E56D07 (or 0xE56D07) is known color: Mango Tango. HEX triplet: E5, 6D and 07. RGB value is (229,109,7). Sum of RGB (Red+Green+Blue) = 229+109+7=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56D07 is #1A92F8. Grayscale: #858585. Windows color (decimal): -1741561 or 486885. OLE color: 486885.
HSL color Cylindrical-coordinate representation of color #E56D07: hue angle of 27.57º 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 #E56D07 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 7 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.10 |
| HSL | 27.57º | 0.94% | 0.46% | - |
| HSV(B) | 27.57º | 0.97% | 0.9% | - |
| XYZ | 37.82 | 27.61 | 3.54 | - |
| YUV | 133.25 | 56.76 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 7 | 0 | 0.52 | 0.97 | 0.10 | 27.57 | 0.94 | 0.46 |
| Hex | E5 | 6D | 7 | 0 | 34 | 61 | A | 1C | 5E | 2E |
| Octal | 345 | 155 | 7 | 0 | 64 | 141 | 12 | 34 | 136 | 56 |
| Binary | 11100101 | 1101101 | 111 | 0 | 110100 | 1100001 | 1010 | 11100 | 1011110 | 101110 |
Color Harmonies of #E56D07
Complementary color
Monochromatic Colors of #E56D07
Black with #E56D07
Text Example
Text Example
White with #E56D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56D07; }
p { color: rgb(229,109,7); }
H1.HeaderClassName
{
color: #E56D07;
}
.AnyTagClassName
{
color: #E56D07;
}
</style>
background-color css
<style>
a { background-color: #E56D07; }
a { background-color: rgb(229,109,7); }
div.DivClassName
{
background-color: #E56D07;
}
.BgClassName
{
background-color: #E56D07;
}
</style>
border-color css
<style>
span { border-color: #E56D07; }
span { border-color: rgb(229,109,7); }
td.TdClassName
{
border-color: #E56D07;
}
.TagClassName
{
border-color: #E56D07;
}
</style>