Shades of Mango Tango #E56804
Tints of Mango Tango #E56804
RGB
CMYK
RGB Variations
Color information
#E56804 (or 0xE56804) is known color: Mango Tango. HEX triplet: E5, 68 and 04. RGB value is (229,104,4). Sum of RGB (Red+Green+Blue) = 229+104+4=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E56804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56804 is #1A97FB. Grayscale: #828282. Windows color (decimal): -1742844 or 288997. OLE color: 288997.
HSL color Cylindrical-coordinate representation of color #E56804: hue angle of 26.67º 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 #E56804 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.10 |
| HSL | 26.67º | 0.97% | 0.46% | - |
| HSV(B) | 26.67º | 0.98% | 0.9% | - |
| XYZ | 37.29 | 26.57 | 3.28 | - |
| YUV | 129.98 | 56.91 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 4 | 0 | 0.55 | 0.98 | 0.10 | 26.67 | 0.97 | 0.46 |
| Hex | E5 | 68 | 4 | 0 | 37 | 62 | A | 1B | 61 | 2E |
| Octal | 345 | 150 | 4 | 0 | 67 | 142 | 12 | 33 | 141 | 56 |
| Binary | 11100101 | 1101000 | 100 | 0 | 110111 | 1100010 | 1010 | 11011 | 1100001 | 101110 |
Color Harmonies of #E56804
Complementary color
Monochromatic Colors of #E56804
Black with #E56804
Text Example
Text Example
White with #E56804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56804; }
p { color: rgb(229,104,4); }
H1.HeaderClassName
{
color: #E56804;
}
.AnyTagClassName
{
color: #E56804;
}
</style>
background-color css
<style>
a { background-color: #E56804; }
a { background-color: rgb(229,104,4); }
div.DivClassName
{
background-color: #E56804;
}
.BgClassName
{
background-color: #E56804;
}
</style>
border-color css
<style>
span { border-color: #E56804; }
span { border-color: rgb(229,104,4); }
td.TdClassName
{
border-color: #E56804;
}
.TagClassName
{
border-color: #E56804;
}
</style>