Shades of Mango Tango #E07A15
Tints of Mango Tango #E07A15
RGB
CMYK
RGB Variations
Color information
#E07A15 (or 0xE07A15) is known color: Mango Tango. HEX triplet: E0, 7A and 15. RGB value is (224,122,21). Sum of RGB (Red+Green+Blue) = 224+122+21=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07A15 is #1F85EA. Grayscale: #8D8D8D. Windows color (decimal): -2065899 or 1407712. OLE color: 1407712.
HSL color Cylindrical-coordinate representation of color #E07A15: hue angle of 29.85º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E07A15 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 21 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.12 |
| HSL | 29.85º | 0.83% | 0.48% | - |
| HSV(B) | 29.85º | 0.91% | 0.88% | - |
| XYZ | 37.84 | 29.82 | 4.47 | - |
| YUV | 140.98 | 60.29 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 21 | 0 | 0.46 | 0.91 | 0.12 | 29.85 | 0.83 | 0.48 |
| Hex | E0 | 7A | 15 | 0 | 2E | 5B | C | 1E | 53 | 30 |
| Octal | 340 | 172 | 25 | 0 | 56 | 133 | 14 | 36 | 123 | 60 |
| Binary | 11100000 | 1111010 | 10101 | 0 | 101110 | 1011011 | 1100 | 11110 | 1010011 | 110000 |
Color Harmonies of #E07A15
Complementary color
Monochromatic Colors of #E07A15
Black with #E07A15
Text Example
Text Example
White with #E07A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A15; }
p { color: rgb(224,122,21); }
H1.HeaderClassName
{
color: #E07A15;
}
.AnyTagClassName
{
color: #E07A15;
}
</style>
background-color css
<style>
a { background-color: #E07A15; }
a { background-color: rgb(224,122,21); }
div.DivClassName
{
background-color: #E07A15;
}
.BgClassName
{
background-color: #E07A15;
}
</style>
border-color css
<style>
span { border-color: #E07A15; }
span { border-color: rgb(224,122,21); }
td.TdClassName
{
border-color: #E07A15;
}
.TagClassName
{
border-color: #E07A15;
}
</style>