Shades of Mango Tango #E07A05
Tints of Mango Tango #E07A05
RGB
CMYK
RGB Variations
Color information
#E07A05 (or 0xE07A05) is known color: Mango Tango. HEX triplet: E0, 7A and 05. RGB value is (224,122,5). Sum of RGB (Red+Green+Blue) = 224+122+5=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07A05 is #1F85FA. Grayscale: #8B8B8B. Windows color (decimal): -2065915 or 359136. OLE color: 359136.
HSL color Cylindrical-coordinate representation of color #E07A05: hue angle of 32.05º 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 #E07A05 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.12 |
| HSL | 32.05º | 0.96% | 0.45% | - |
| HSV(B) | 32.05º | 0.98% | 0.88% | - |
| XYZ | 37.73 | 29.78 | 3.9 | - |
| YUV | 139.16 | 52.29 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 5 | 0 | 0.46 | 0.98 | 0.12 | 32.05 | 0.96 | 0.45 |
| Hex | E0 | 7A | 5 | 0 | 2E | 62 | C | 20 | 60 | 2D |
| Octal | 340 | 172 | 5 | 0 | 56 | 142 | 14 | 40 | 140 | 55 |
| Binary | 11100000 | 1111010 | 101 | 0 | 101110 | 1100010 | 1100 | 100000 | 1100000 | 101101 |
Color Harmonies of #E07A05
Complementary color
Monochromatic Colors of #E07A05
Black with #E07A05
Text Example
Text Example
White with #E07A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A05; }
p { color: rgb(224,122,5); }
H1.HeaderClassName
{
color: #E07A05;
}
.AnyTagClassName
{
color: #E07A05;
}
</style>
background-color css
<style>
a { background-color: #E07A05; }
a { background-color: rgb(224,122,5); }
div.DivClassName
{
background-color: #E07A05;
}
.BgClassName
{
background-color: #E07A05;
}
</style>
border-color css
<style>
span { border-color: #E07A05; }
span { border-color: rgb(224,122,5); }
td.TdClassName
{
border-color: #E07A05;
}
.TagClassName
{
border-color: #E07A05;
}
</style>