Shades of Mango Tango #E0780D
Tints of Mango Tango #E0780D
RGB
CMYK
RGB Variations
Color information
#E0780D (or 0xE0780D) is known color: Mango Tango. HEX triplet: E0, 78 and 0D. RGB value is (224,120,13). Sum of RGB (Red+Green+Blue) = 224+120+13=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0780D is #1F87F2. Grayscale: #8B8B8B. Windows color (decimal): -2066419 or 882912. OLE color: 882912.
HSL color Cylindrical-coordinate representation of color #E0780D: hue angle of 30.43º 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 #E0780D is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 13 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.12 |
| HSL | 30.43º | 0.89% | 0.46% | - |
| HSV(B) | 30.43º | 0.94% | 0.88% | - |
| XYZ | 37.53 | 29.31 | 4.06 | - |
| YUV | 138.9 | 56.96 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 13 | 0 | 0.46 | 0.94 | 0.12 | 30.43 | 0.89 | 0.46 |
| Hex | E0 | 78 | D | 0 | 2E | 5E | C | 1E | 59 | 2E |
| Octal | 340 | 170 | 15 | 0 | 56 | 136 | 14 | 36 | 131 | 56 |
| Binary | 11100000 | 1111000 | 1101 | 0 | 101110 | 1011110 | 1100 | 11110 | 1011001 | 101110 |
Color Harmonies of #E0780D
Complementary color
Monochromatic Colors of #E0780D
Black with #E0780D
Text Example
Text Example
White with #E0780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0780D; }
p { color: rgb(224,120,13); }
H1.HeaderClassName
{
color: #E0780D;
}
.AnyTagClassName
{
color: #E0780D;
}
</style>
background-color css
<style>
a { background-color: #E0780D; }
a { background-color: rgb(224,120,13); }
div.DivClassName
{
background-color: #E0780D;
}
.BgClassName
{
background-color: #E0780D;
}
</style>
border-color css
<style>
span { border-color: #E0780D; }
span { border-color: rgb(224,120,13); }
td.TdClassName
{
border-color: #E0780D;
}
.TagClassName
{
border-color: #E0780D;
}
</style>