Shades of Mango Tango #E0760D
Tints of Mango Tango #E0760D
RGB
CMYK
RGB Variations
Color information
#E0760D (or 0xE0760D) is known color: Mango Tango. HEX triplet: E0, 76 and 0D. RGB value is (224,118,13). Sum of RGB (Red+Green+Blue) = 224+118+13=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0760D is #1F89F2. Grayscale: #8A8A8A. Windows color (decimal): -2066931 or 882400. OLE color: 882400.
HSL color Cylindrical-coordinate representation of color #E0760D: hue angle of 29.86º 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 #E0760D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 13 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.12 |
| HSL | 29.86º | 0.89% | 0.46% | - |
| HSV(B) | 29.86º | 0.94% | 0.88% | - |
| XYZ | 37.29 | 28.83 | 3.98 | - |
| YUV | 137.72 | 57.62 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 13 | 0 | 0.47 | 0.94 | 0.12 | 29.86 | 0.89 | 0.46 |
| Hex | E0 | 76 | D | 0 | 2F | 5E | C | 1E | 59 | 2E |
| Octal | 340 | 166 | 15 | 0 | 57 | 136 | 14 | 36 | 131 | 56 |
| Binary | 11100000 | 1110110 | 1101 | 0 | 101111 | 1011110 | 1100 | 11110 | 1011001 | 101110 |
Color Harmonies of #E0760D
Complementary color
Monochromatic Colors of #E0760D
Black with #E0760D
Text Example
Text Example
White with #E0760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0760D; }
p { color: rgb(224,118,13); }
H1.HeaderClassName
{
color: #E0760D;
}
.AnyTagClassName
{
color: #E0760D;
}
</style>
background-color css
<style>
a { background-color: #E0760D; }
a { background-color: rgb(224,118,13); }
div.DivClassName
{
background-color: #E0760D;
}
.BgClassName
{
background-color: #E0760D;
}
</style>
border-color css
<style>
span { border-color: #E0760D; }
span { border-color: rgb(224,118,13); }
td.TdClassName
{
border-color: #E0760D;
}
.TagClassName
{
border-color: #E0760D;
}
</style>