Shades of Mango Tango #E56D0F
Tints of Mango Tango #E56D0F
RGB
CMYK
RGB Variations
Color information
#E56D0F (or 0xE56D0F) is known color: Mango Tango. HEX triplet: E5, 6D and 0F. RGB value is (229,109,15). Sum of RGB (Red+Green+Blue) = 229+109+15=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56D0F is #1A92F0. Grayscale: #868686. Windows color (decimal): -1741553 or 1011173. OLE color: 1011173.
HSL color Cylindrical-coordinate representation of color #E56D0F: hue angle of 26.36º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E56D0F is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 15 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.10 |
| HSL | 26.36º | 0.88% | 0.48% | - |
| HSV(B) | 26.36º | 0.93% | 0.9% | - |
| XYZ | 37.87 | 27.63 | 3.79 | - |
| YUV | 134.16 | 60.76 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 15 | 0 | 0.52 | 0.93 | 0.10 | 26.36 | 0.88 | 0.48 |
| Hex | E5 | 6D | F | 0 | 34 | 5D | A | 1A | 58 | 30 |
| Octal | 345 | 155 | 17 | 0 | 64 | 135 | 12 | 32 | 130 | 60 |
| Binary | 11100101 | 1101101 | 1111 | 0 | 110100 | 1011101 | 1010 | 11010 | 1011000 | 110000 |
Color Harmonies of #E56D0F
Complementary color
Monochromatic Colors of #E56D0F
Black with #E56D0F
Text Example
Text Example
White with #E56D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56D0F; }
p { color: rgb(229,109,15); }
H1.HeaderClassName
{
color: #E56D0F;
}
.AnyTagClassName
{
color: #E56D0F;
}
</style>
background-color css
<style>
a { background-color: #E56D0F; }
a { background-color: rgb(229,109,15); }
div.DivClassName
{
background-color: #E56D0F;
}
.BgClassName
{
background-color: #E56D0F;
}
</style>
border-color css
<style>
span { border-color: #E56D0F; }
span { border-color: rgb(229,109,15); }
td.TdClassName
{
border-color: #E56D0F;
}
.TagClassName
{
border-color: #E56D0F;
}
</style>