Shades of Mango Tango #E07E14
Tints of Mango Tango #E07E14
RGB
CMYK
RGB Variations
Color information
#E07E14 (or 0xE07E14) is known color: Mango Tango. HEX triplet: E0, 7E and 14. RGB value is (224,126,20). Sum of RGB (Red+Green+Blue) = 224+126+20=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07E14 is #1F81EB. Grayscale: #8F8F8F. Windows color (decimal): -2064876 or 1343200. OLE color: 1343200.
HSL color Cylindrical-coordinate representation of color #E07E14: hue angle of 31.18º degrees, saturation: 0.84, 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 #E07E14 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 20 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.12 |
| HSL | 31.18º | 0.84% | 0.48% | - |
| HSV(B) | 31.18º | 0.91% | 0.88% | - |
| XYZ | 38.33 | 30.82 | 4.59 | - |
| YUV | 143.22 | 58.47 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 20 | 0 | 0.44 | 0.91 | 0.12 | 31.18 | 0.84 | 0.48 |
| Hex | E0 | 7E | 14 | 0 | 2C | 5B | C | 1F | 54 | 30 |
| Octal | 340 | 176 | 24 | 0 | 54 | 133 | 14 | 37 | 124 | 60 |
| Binary | 11100000 | 1111110 | 10100 | 0 | 101100 | 1011011 | 1100 | 11111 | 1010100 | 110000 |
Color Harmonies of #E07E14
Complementary color
Monochromatic Colors of #E07E14
Black with #E07E14
Text Example
Text Example
White with #E07E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E14; }
p { color: rgb(224,126,20); }
H1.HeaderClassName
{
color: #E07E14;
}
.AnyTagClassName
{
color: #E07E14;
}
</style>
background-color css
<style>
a { background-color: #E07E14; }
a { background-color: rgb(224,126,20); }
div.DivClassName
{
background-color: #E07E14;
}
.BgClassName
{
background-color: #E07E14;
}
</style>
border-color css
<style>
span { border-color: #E07E14; }
span { border-color: rgb(224,126,20); }
td.TdClassName
{
border-color: #E07E14;
}
.TagClassName
{
border-color: #E07E14;
}
</style>