Shades of Mango Tango #E56F04
Tints of Mango Tango #E56F04
RGB
CMYK
RGB Variations
Color information
#E56F04 (or 0xE56F04) is known color: Mango Tango. HEX triplet: E5, 6F and 04. RGB value is (229,111,4). Sum of RGB (Red+Green+Blue) = 229+111+4=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56F04 is #1A90FB. Grayscale: #868686. Windows color (decimal): -1741052 or 290789. OLE color: 290789.
HSL color Cylindrical-coordinate representation of color #E56F04: hue angle of 28.53º 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 #E56F04 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.10 |
| HSL | 28.53º | 0.97% | 0.46% | - |
| HSV(B) | 28.53º | 0.98% | 0.9% | - |
| XYZ | 38.02 | 28.04 | 3.52 | - |
| YUV | 134.08 | 54.59 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 4 | 0 | 0.52 | 0.98 | 0.10 | 28.53 | 0.97 | 0.46 |
| Hex | E5 | 6F | 4 | 0 | 34 | 62 | A | 1D | 61 | 2E |
| Octal | 345 | 157 | 4 | 0 | 64 | 142 | 12 | 35 | 141 | 56 |
| Binary | 11100101 | 1101111 | 100 | 0 | 110100 | 1100010 | 1010 | 11101 | 1100001 | 101110 |
Color Harmonies of #E56F04
Complementary color
Monochromatic Colors of #E56F04
Black with #E56F04
Text Example
Text Example
White with #E56F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F04; }
p { color: rgb(229,111,4); }
H1.HeaderClassName
{
color: #E56F04;
}
.AnyTagClassName
{
color: #E56F04;
}
</style>
background-color css
<style>
a { background-color: #E56F04; }
a { background-color: rgb(229,111,4); }
div.DivClassName
{
background-color: #E56F04;
}
.BgClassName
{
background-color: #E56F04;
}
</style>
border-color css
<style>
span { border-color: #E56F04; }
span { border-color: rgb(229,111,4); }
td.TdClassName
{
border-color: #E56F04;
}
.TagClassName
{
border-color: #E56F04;
}
</style>