Shades of Mango Tango #E07914
Tints of Mango Tango #E07914
RGB
CMYK
RGB Variations
Color information
#E07914 (or 0xE07914) is known color: Mango Tango. HEX triplet: E0, 79 and 14. RGB value is (224,121,20). Sum of RGB (Red+Green+Blue) = 224+121+20=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E07914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07914 is #1F86EB. Grayscale: #8C8C8C. Windows color (decimal): -2066156 or 1341920. OLE color: 1341920.
HSL color Cylindrical-coordinate representation of color #E07914: hue angle of 29.71º 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 #E07914 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 20 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.12 |
| HSL | 29.71º | 0.84% | 0.48% | - |
| HSV(B) | 29.71º | 0.91% | 0.88% | - |
| XYZ | 37.7 | 29.57 | 4.38 | - |
| YUV | 140.28 | 60.12 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 20 | 0 | 0.46 | 0.91 | 0.12 | 29.71 | 0.84 | 0.48 |
| Hex | E0 | 79 | 14 | 0 | 2E | 5B | C | 1E | 54 | 30 |
| Octal | 340 | 171 | 24 | 0 | 56 | 133 | 14 | 36 | 124 | 60 |
| Binary | 11100000 | 1111001 | 10100 | 0 | 101110 | 1011011 | 1100 | 11110 | 1010100 | 110000 |
Color Harmonies of #E07914
Complementary color
Monochromatic Colors of #E07914
Black with #E07914
Text Example
Text Example
White with #E07914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07914; }
p { color: rgb(224,121,20); }
H1.HeaderClassName
{
color: #E07914;
}
.AnyTagClassName
{
color: #E07914;
}
</style>
background-color css
<style>
a { background-color: #E07914; }
a { background-color: rgb(224,121,20); }
div.DivClassName
{
background-color: #E07914;
}
.BgClassName
{
background-color: #E07914;
}
</style>
border-color css
<style>
span { border-color: #E07914; }
span { border-color: rgb(224,121,20); }
td.TdClassName
{
border-color: #E07914;
}
.TagClassName
{
border-color: #E07914;
}
</style>