Shades of Mango Tango #E56D04
Tints of Mango Tango #E56D04
RGB
CMYK
RGB Variations
Color information
#E56D04 (or 0xE56D04) is known color: Mango Tango. HEX triplet: E5, 6D and 04. RGB value is (229,109,4). Sum of RGB (Red+Green+Blue) = 229+109+4=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56D04 is #1A92FB. Grayscale: #858585. Windows color (decimal): -1741564 or 290277. OLE color: 290277.
HSL color Cylindrical-coordinate representation of color #E56D04: hue angle of 28º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E56D04 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.10 |
| HSL | 28º | 0.97% | 0.46% | - |
| HSV(B) | 28º | 0.98% | 0.9% | - |
| XYZ | 37.8 | 27.6 | 3.45 | - |
| YUV | 132.91 | 55.26 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 4 | 0 | 0.52 | 0.98 | 0.10 | 28 | 0.97 | 0.46 |
| Hex | E5 | 6D | 4 | 0 | 34 | 62 | A | 1C | 61 | 2E |
| Octal | 345 | 155 | 4 | 0 | 64 | 142 | 12 | 34 | 141 | 56 |
| Binary | 11100101 | 1101101 | 100 | 0 | 110100 | 1100010 | 1010 | 11100 | 1100001 | 101110 |
Color Harmonies of #E56D04
Complementary color
Monochromatic Colors of #E56D04
Black with #E56D04
Text Example
Text Example
White with #E56D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56D04; }
p { color: rgb(229,109,4); }
H1.HeaderClassName
{
color: #E56D04;
}
.AnyTagClassName
{
color: #E56D04;
}
</style>
background-color css
<style>
a { background-color: #E56D04; }
a { background-color: rgb(229,109,4); }
div.DivClassName
{
background-color: #E56D04;
}
.BgClassName
{
background-color: #E56D04;
}
</style>
border-color css
<style>
span { border-color: #E56D04; }
span { border-color: rgb(229,109,4); }
td.TdClassName
{
border-color: #E56D04;
}
.TagClassName
{
border-color: #E56D04;
}
</style>