Shades of Mango Tango #E07A04
Tints of Mango Tango #E07A04
RGB
CMYK
RGB Variations
Color information
#E07A04 (or 0xE07A04) is known color: Mango Tango. HEX triplet: E0, 7A and 04. RGB value is (224,122,4). Sum of RGB (Red+Green+Blue) = 224+122+4=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07A04 is #1F85FB. Grayscale: #8B8B8B. Windows color (decimal): -2065916 or 293600. OLE color: 293600.
HSL color Cylindrical-coordinate representation of color #E07A04: hue angle of 32.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E07A04 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.12 |
| HSL | 32.18º | 0.96% | 0.45% | - |
| HSV(B) | 32.18º | 0.98% | 0.88% | - |
| XYZ | 37.72 | 29.78 | 3.87 | - |
| YUV | 139.05 | 51.79 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 4 | 0 | 0.46 | 0.98 | 0.12 | 32.18 | 0.96 | 0.45 |
| Hex | E0 | 7A | 4 | 0 | 2E | 62 | C | 20 | 60 | 2D |
| Octal | 340 | 172 | 4 | 0 | 56 | 142 | 14 | 40 | 140 | 55 |
| Binary | 11100000 | 1111010 | 100 | 0 | 101110 | 1100010 | 1100 | 100000 | 1100000 | 101101 |
Color Harmonies of #E07A04
Complementary color
Monochromatic Colors of #E07A04
Black with #E07A04
Text Example
Text Example
White with #E07A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A04; }
p { color: rgb(224,122,4); }
H1.HeaderClassName
{
color: #E07A04;
}
.AnyTagClassName
{
color: #E07A04;
}
</style>
background-color css
<style>
a { background-color: #E07A04; }
a { background-color: rgb(224,122,4); }
div.DivClassName
{
background-color: #E07A04;
}
.BgClassName
{
background-color: #E07A04;
}
</style>
border-color css
<style>
span { border-color: #E07A04; }
span { border-color: rgb(224,122,4); }
td.TdClassName
{
border-color: #E07A04;
}
.TagClassName
{
border-color: #E07A04;
}
</style>