Shades of Mango Tango #E08013
Tints of Mango Tango #E08013
RGB
CMYK
RGB Variations
Color information
#E08013 (or 0xE08013) is known color: Mango Tango. HEX triplet: E0, 80 and 13. RGB value is (224,128,19). Sum of RGB (Red+Green+Blue) = 224+128+19=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E08013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08013 is #1F7FEC. Grayscale: #909090. Windows color (decimal): -2064365 or 1278176. OLE color: 1278176.
HSL color Cylindrical-coordinate representation of color #E08013: hue angle of 31.9º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E08013 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 19 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.12 |
| HSL | 31.9º | 0.84% | 0.48% | - |
| HSV(B) | 31.9º | 0.92% | 0.88% | - |
| XYZ | 38.58 | 31.33 | 4.63 | - |
| YUV | 144.28 | 57.3 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 19 | 0 | 0.43 | 0.92 | 0.12 | 31.9 | 0.84 | 0.48 |
| Hex | E0 | 80 | 13 | 0 | 2B | 5C | C | 20 | 54 | 30 |
| Octal | 340 | 200 | 23 | 0 | 53 | 134 | 14 | 40 | 124 | 60 |
| Binary | 11100000 | 10000000 | 10011 | 0 | 101011 | 1011100 | 1100 | 100000 | 1010100 | 110000 |
Color Harmonies of #E08013
Complementary color
Monochromatic Colors of #E08013
Black with #E08013
Text Example
Text Example
White with #E08013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08013; }
p { color: rgb(224,128,19); }
H1.HeaderClassName
{
color: #E08013;
}
.AnyTagClassName
{
color: #E08013;
}
</style>
background-color css
<style>
a { background-color: #E08013; }
a { background-color: rgb(224,128,19); }
div.DivClassName
{
background-color: #E08013;
}
.BgClassName
{
background-color: #E08013;
}
</style>
border-color css
<style>
span { border-color: #E08013; }
span { border-color: rgb(224,128,19); }
td.TdClassName
{
border-color: #E08013;
}
.TagClassName
{
border-color: #E08013;
}
</style>