Shades of Mango Tango #E0800B
Tints of Mango Tango #E0800B
RGB
CMYK
RGB Variations
Color information
#E0800B (or 0xE0800B) is known color: Mango Tango. HEX triplet: E0, 80 and 0B. RGB value is (224,128,11). Sum of RGB (Red+Green+Blue) = 224+128+11=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E0800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0800B is #1F7FF4. Grayscale: #8F8F8F. Windows color (decimal): -2064373 or 753888. OLE color: 753888.
HSL color Cylindrical-coordinate representation of color #E0800B: hue angle of 32.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0800B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.12 |
| HSL | 32.96º | 0.91% | 0.46% | - |
| HSV(B) | 32.96º | 0.95% | 0.88% | - |
| XYZ | 38.52 | 31.31 | 4.33 | - |
| YUV | 143.37 | 53.3 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 11 | 0 | 0.43 | 0.95 | 0.12 | 32.96 | 0.91 | 0.46 |
| Hex | E0 | 80 | B | 0 | 2B | 5F | C | 21 | 5B | 2E |
| Octal | 340 | 200 | 13 | 0 | 53 | 137 | 14 | 41 | 133 | 56 |
| Binary | 11100000 | 10000000 | 1011 | 0 | 101011 | 1011111 | 1100 | 100001 | 1011011 | 101110 |
Color Harmonies of #E0800B
Complementary color
Monochromatic Colors of #E0800B
Black with #E0800B
Text Example
Text Example
White with #E0800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0800B; }
p { color: rgb(224,128,11); }
H1.HeaderClassName
{
color: #E0800B;
}
.AnyTagClassName
{
color: #E0800B;
}
</style>
background-color css
<style>
a { background-color: #E0800B; }
a { background-color: rgb(224,128,11); }
div.DivClassName
{
background-color: #E0800B;
}
.BgClassName
{
background-color: #E0800B;
}
</style>
border-color css
<style>
span { border-color: #E0800B; }
span { border-color: rgb(224,128,11); }
td.TdClassName
{
border-color: #E0800B;
}
.TagClassName
{
border-color: #E0800B;
}
</style>