Shades of Mango Tango #E0780A
Tints of Mango Tango #E0780A
RGB
CMYK
RGB Variations
Color information
#E0780A (or 0xE0780A) is known color: Mango Tango. HEX triplet: E0, 78 and 0A. RGB value is (224,120,10). Sum of RGB (Red+Green+Blue) = 224+120+10=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0780A is #1F87F5. Grayscale: #8B8B8B. Windows color (decimal): -2066422 or 686304. OLE color: 686304.
HSL color Cylindrical-coordinate representation of color #E0780A: hue angle of 30.84º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0780A is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 10 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.12 |
| HSL | 30.84º | 0.91% | 0.46% | - |
| HSV(B) | 30.84º | 0.96% | 0.88% | - |
| XYZ | 37.51 | 29.3 | 3.97 | - |
| YUV | 138.56 | 55.46 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 10 | 0 | 0.46 | 0.96 | 0.12 | 30.84 | 0.91 | 0.46 |
| Hex | E0 | 78 | A | 0 | 2E | 60 | C | 1F | 5B | 2E |
| Octal | 340 | 170 | 12 | 0 | 56 | 140 | 14 | 37 | 133 | 56 |
| Binary | 11100000 | 1111000 | 1010 | 0 | 101110 | 1100000 | 1100 | 11111 | 1011011 | 101110 |
Color Harmonies of #E0780A
Complementary color
Monochromatic Colors of #E0780A
Black with #E0780A
Text Example
Text Example
White with #E0780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0780A; }
p { color: rgb(224,120,10); }
H1.HeaderClassName
{
color: #E0780A;
}
.AnyTagClassName
{
color: #E0780A;
}
</style>
background-color css
<style>
a { background-color: #E0780A; }
a { background-color: rgb(224,120,10); }
div.DivClassName
{
background-color: #E0780A;
}
.BgClassName
{
background-color: #E0780A;
}
</style>
border-color css
<style>
span { border-color: #E0780A; }
span { border-color: rgb(224,120,10); }
td.TdClassName
{
border-color: #E0780A;
}
.TagClassName
{
border-color: #E0780A;
}
</style>