Shades of Mango Tango #E56A04
Tints of Mango Tango #E56A04
RGB
CMYK
RGB Variations
Color information
#E56A04 (or 0xE56A04) is known color: Mango Tango. HEX triplet: E5, 6A and 04. RGB value is (229,106,4). Sum of RGB (Red+Green+Blue) = 229+106+4=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56A04 is #1A95FB. Grayscale: #838383. Windows color (decimal): -1742332 or 289509. OLE color: 289509.
HSL color Cylindrical-coordinate representation of color #E56A04: hue angle of 27.2º 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 #E56A04 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.10 |
| HSL | 27.2º | 0.97% | 0.46% | - |
| HSV(B) | 27.2º | 0.98% | 0.9% | - |
| XYZ | 37.49 | 26.97 | 3.35 | - |
| YUV | 131.15 | 56.25 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 4 | 0 | 0.54 | 0.98 | 0.10 | 27.2 | 0.97 | 0.46 |
| Hex | E5 | 6A | 4 | 0 | 36 | 62 | A | 1B | 61 | 2E |
| Octal | 345 | 152 | 4 | 0 | 66 | 142 | 12 | 33 | 141 | 56 |
| Binary | 11100101 | 1101010 | 100 | 0 | 110110 | 1100010 | 1010 | 11011 | 1100001 | 101110 |
Color Harmonies of #E56A04
Complementary color
Monochromatic Colors of #E56A04
Black with #E56A04
Text Example
Text Example
White with #E56A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A04; }
p { color: rgb(229,106,4); }
H1.HeaderClassName
{
color: #E56A04;
}
.AnyTagClassName
{
color: #E56A04;
}
</style>
background-color css
<style>
a { background-color: #E56A04; }
a { background-color: rgb(229,106,4); }
div.DivClassName
{
background-color: #E56A04;
}
.BgClassName
{
background-color: #E56A04;
}
</style>
border-color css
<style>
span { border-color: #E56A04; }
span { border-color: rgb(229,106,4); }
td.TdClassName
{
border-color: #E56A04;
}
.TagClassName
{
border-color: #E56A04;
}
</style>