Shades of Mango Tango #E07913
Tints of Mango Tango #E07913
RGB
CMYK
RGB Variations
Color information
#E07913 (or 0xE07913) is known color: Mango Tango. HEX triplet: E0, 79 and 13. RGB value is (224,121,19). Sum of RGB (Red+Green+Blue) = 224+121+19=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E07913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07913 is #1F86EC. Grayscale: #8C8C8C. Windows color (decimal): -2066157 or 1276384. OLE color: 1276384.
HSL color Cylindrical-coordinate representation of color #E07913: hue angle of 29.85º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E07913 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 19 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.12 |
| HSL | 29.85º | 0.84% | 0.48% | - |
| HSV(B) | 29.85º | 0.92% | 0.88% | - |
| XYZ | 37.7 | 29.57 | 4.34 | - |
| YUV | 140.17 | 59.62 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 19 | 0 | 0.46 | 0.92 | 0.12 | 29.85 | 0.84 | 0.48 |
| Hex | E0 | 79 | 13 | 0 | 2E | 5C | C | 1E | 54 | 30 |
| Octal | 340 | 171 | 23 | 0 | 56 | 134 | 14 | 36 | 124 | 60 |
| Binary | 11100000 | 1111001 | 10011 | 0 | 101110 | 1011100 | 1100 | 11110 | 1010100 | 110000 |
Color Harmonies of #E07913
Complementary color
Monochromatic Colors of #E07913
Black with #E07913
Text Example
Text Example
White with #E07913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07913; }
p { color: rgb(224,121,19); }
H1.HeaderClassName
{
color: #E07913;
}
.AnyTagClassName
{
color: #E07913;
}
</style>
background-color css
<style>
a { background-color: #E07913; }
a { background-color: rgb(224,121,19); }
div.DivClassName
{
background-color: #E07913;
}
.BgClassName
{
background-color: #E07913;
}
</style>
border-color css
<style>
span { border-color: #E07913; }
span { border-color: rgb(224,121,19); }
td.TdClassName
{
border-color: #E07913;
}
.TagClassName
{
border-color: #E07913;
}
</style>