Shades of Mango Tango #E0720B
Tints of Mango Tango #E0720B
RGB
CMYK
RGB Variations
Color information
#E0720B (or 0xE0720B) is known color: Mango Tango. HEX triplet: E0, 72 and 0B. RGB value is (224,114,11). Sum of RGB (Red+Green+Blue) = 224+114+11=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0720B is #1F8DF4. Grayscale: #878787. Windows color (decimal): -2067957 or 750304. OLE color: 750304.
HSL color Cylindrical-coordinate representation of color #E0720B: hue angle of 29.01º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0720B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 11 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.12 |
| HSL | 29.01º | 0.91% | 0.46% | - |
| HSV(B) | 29.01º | 0.95% | 0.88% | - |
| XYZ | 36.82 | 27.91 | 3.76 | - |
| YUV | 135.15 | 57.94 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 11 | 0 | 0.49 | 0.95 | 0.12 | 29.01 | 0.91 | 0.46 |
| Hex | E0 | 72 | B | 0 | 31 | 5F | C | 1D | 5B | 2E |
| Octal | 340 | 162 | 13 | 0 | 61 | 137 | 14 | 35 | 133 | 56 |
| Binary | 11100000 | 1110010 | 1011 | 0 | 110001 | 1011111 | 1100 | 11101 | 1011011 | 101110 |
Color Harmonies of #E0720B
Complementary color
Monochromatic Colors of #E0720B
Black with #E0720B
Text Example
Text Example
White with #E0720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0720B; }
p { color: rgb(224,114,11); }
H1.HeaderClassName
{
color: #E0720B;
}
.AnyTagClassName
{
color: #E0720B;
}
</style>
background-color css
<style>
a { background-color: #E0720B; }
a { background-color: rgb(224,114,11); }
div.DivClassName
{
background-color: #E0720B;
}
.BgClassName
{
background-color: #E0720B;
}
</style>
border-color css
<style>
span { border-color: #E0720B; }
span { border-color: rgb(224,114,11); }
td.TdClassName
{
border-color: #E0720B;
}
.TagClassName
{
border-color: #E0720B;
}
</style>