Shades of Mango Tango #E56D14
Tints of Mango Tango #E56D14
RGB
CMYK
RGB Variations
Color information
#E56D14 (or 0xE56D14) is known color: Mango Tango. HEX triplet: E5, 6D and 14. RGB value is (229,109,20). Sum of RGB (Red+Green+Blue) = 229+109+20=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56D14 is #1A92EB. Grayscale: #878787. Windows color (decimal): -1741548 or 1338853. OLE color: 1338853.
HSL color Cylindrical-coordinate representation of color #E56D14: hue angle of 25.55º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E56D14 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 20 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.10 |
| HSL | 25.55º | 0.84% | 0.49% | - |
| HSV(B) | 25.55º | 0.91% | 0.9% | - |
| XYZ | 37.91 | 27.65 | 4 | - |
| YUV | 134.73 | 63.26 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 20 | 0 | 0.52 | 0.91 | 0.10 | 25.55 | 0.84 | 0.49 |
| Hex | E5 | 6D | 14 | 0 | 34 | 5B | A | 1A | 54 | 31 |
| Octal | 345 | 155 | 24 | 0 | 64 | 133 | 12 | 32 | 124 | 61 |
| Binary | 11100101 | 1101101 | 10100 | 0 | 110100 | 1011011 | 1010 | 11010 | 1010100 | 110001 |
Color Harmonies of #E56D14
Complementary color
Monochromatic Colors of #E56D14
Black with #E56D14
Text Example
Text Example
White with #E56D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56D14; }
p { color: rgb(229,109,20); }
H1.HeaderClassName
{
color: #E56D14;
}
.AnyTagClassName
{
color: #E56D14;
}
</style>
background-color css
<style>
a { background-color: #E56D14; }
a { background-color: rgb(229,109,20); }
div.DivClassName
{
background-color: #E56D14;
}
.BgClassName
{
background-color: #E56D14;
}
</style>
border-color css
<style>
span { border-color: #E56D14; }
span { border-color: rgb(229,109,20); }
td.TdClassName
{
border-color: #E56D14;
}
.TagClassName
{
border-color: #E56D14;
}
</style>