Shades of Mango Tango #E0820E
Tints of Mango Tango #E0820E
RGB
CMYK
RGB Variations
Color information
#E0820E (or 0xE0820E) is known color: Mango Tango. HEX triplet: E0, 82 and 0E. RGB value is (224,130,14). Sum of RGB (Red+Green+Blue) = 224+130+14=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0820E is #1F7DF1. Grayscale: #919191. Windows color (decimal): -2063858 or 951008. OLE color: 951008.
HSL color Cylindrical-coordinate representation of color #E0820E: hue angle of 33.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0820E is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 14 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.12 |
| HSL | 33.14º | 0.88% | 0.47% | - |
| HSV(B) | 33.14º | 0.94% | 0.88% | - |
| XYZ | 38.8 | 31.84 | 4.52 | - |
| YUV | 144.88 | 54.14 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 14 | 0 | 0.42 | 0.94 | 0.12 | 33.14 | 0.88 | 0.47 |
| Hex | E0 | 82 | E | 0 | 2A | 5E | C | 21 | 58 | 2F |
| Octal | 340 | 202 | 16 | 0 | 52 | 136 | 14 | 41 | 130 | 57 |
| Binary | 11100000 | 10000010 | 1110 | 0 | 101010 | 1011110 | 1100 | 100001 | 1011000 | 101111 |
Color Harmonies of #E0820E
Complementary color
Monochromatic Colors of #E0820E
Black with #E0820E
Text Example
Text Example
White with #E0820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0820E; }
p { color: rgb(224,130,14); }
H1.HeaderClassName
{
color: #E0820E;
}
.AnyTagClassName
{
color: #E0820E;
}
</style>
background-color css
<style>
a { background-color: #E0820E; }
a { background-color: rgb(224,130,14); }
div.DivClassName
{
background-color: #E0820E;
}
.BgClassName
{
background-color: #E0820E;
}
</style>
border-color css
<style>
span { border-color: #E0820E; }
span { border-color: rgb(224,130,14); }
td.TdClassName
{
border-color: #E0820E;
}
.TagClassName
{
border-color: #E0820E;
}
</style>