Shades of Mango Tango #E0700D
Tints of Mango Tango #E0700D
RGB
CMYK
RGB Variations
Color information
#E0700D (or 0xE0700D) is known color: Mango Tango. HEX triplet: E0, 70 and 0D. RGB value is (224,112,13). Sum of RGB (Red+Green+Blue) = 224+112+13=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0700D is #1F8FF2. Grayscale: #868686. Windows color (decimal): -2068467 or 880864. OLE color: 880864.
HSL color Cylindrical-coordinate representation of color #E0700D: hue angle of 28.15º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0700D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.12 |
| HSL | 28.15º | 0.89% | 0.46% | - |
| HSV(B) | 28.15º | 0.94% | 0.88% | - |
| XYZ | 36.61 | 27.46 | 3.75 | - |
| YUV | 134.2 | 59.61 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 13 | 0 | 0.50 | 0.94 | 0.12 | 28.15 | 0.89 | 0.46 |
| Hex | E0 | 70 | D | 0 | 32 | 5E | C | 1C | 59 | 2E |
| Octal | 340 | 160 | 15 | 0 | 62 | 136 | 14 | 34 | 131 | 56 |
| Binary | 11100000 | 1110000 | 1101 | 0 | 110010 | 1011110 | 1100 | 11100 | 1011001 | 101110 |
Color Harmonies of #E0700D
Complementary color
Monochromatic Colors of #E0700D
Black with #E0700D
Text Example
Text Example
White with #E0700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0700D; }
p { color: rgb(224,112,13); }
H1.HeaderClassName
{
color: #E0700D;
}
.AnyTagClassName
{
color: #E0700D;
}
</style>
background-color css
<style>
a { background-color: #E0700D; }
a { background-color: rgb(224,112,13); }
div.DivClassName
{
background-color: #E0700D;
}
.BgClassName
{
background-color: #E0700D;
}
</style>
border-color css
<style>
span { border-color: #E0700D; }
span { border-color: rgb(224,112,13); }
td.TdClassName
{
border-color: #E0700D;
}
.TagClassName
{
border-color: #E0700D;
}
</style>