Shades of Mango Tango #E0750D
Tints of Mango Tango #E0750D
RGB
CMYK
RGB Variations
Color information
#E0750D (or 0xE0750D) is known color: Mango Tango. HEX triplet: E0, 75 and 0D. RGB value is (224,117,13). Sum of RGB (Red+Green+Blue) = 224+117+13=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0750D is #1F8AF2. Grayscale: #898989. Windows color (decimal): -2067187 or 882144. OLE color: 882144.
HSL color Cylindrical-coordinate representation of color #E0750D: hue angle of 29.57º 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 #E0750D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.12 |
| HSL | 29.57º | 0.89% | 0.46% | - |
| HSV(B) | 29.57º | 0.94% | 0.88% | - |
| XYZ | 37.17 | 28.6 | 3.94 | - |
| YUV | 137.14 | 57.95 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 13 | 0 | 0.48 | 0.94 | 0.12 | 29.57 | 0.89 | 0.46 |
| Hex | E0 | 75 | D | 0 | 30 | 5E | C | 1E | 59 | 2E |
| Octal | 340 | 165 | 15 | 0 | 60 | 136 | 14 | 36 | 131 | 56 |
| Binary | 11100000 | 1110101 | 1101 | 0 | 110000 | 1011110 | 1100 | 11110 | 1011001 | 101110 |
Color Harmonies of #E0750D
Complementary color
Monochromatic Colors of #E0750D
Black with #E0750D
Text Example
Text Example
White with #E0750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0750D; }
p { color: rgb(224,117,13); }
H1.HeaderClassName
{
color: #E0750D;
}
.AnyTagClassName
{
color: #E0750D;
}
</style>
background-color css
<style>
a { background-color: #E0750D; }
a { background-color: rgb(224,117,13); }
div.DivClassName
{
background-color: #E0750D;
}
.BgClassName
{
background-color: #E0750D;
}
</style>
border-color css
<style>
span { border-color: #E0750D; }
span { border-color: rgb(224,117,13); }
td.TdClassName
{
border-color: #E0750D;
}
.TagClassName
{
border-color: #E0750D;
}
</style>