Shades of Mango Tango #E07513
Tints of Mango Tango #E07513
RGB
CMYK
RGB Variations
Color information
#E07513 (or 0xE07513) is known color: Mango Tango. HEX triplet: E0, 75 and 13. RGB value is (224,117,19). Sum of RGB (Red+Green+Blue) = 224+117+19=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E07513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07513 is #1F8AEC. Grayscale: #8A8A8A. Windows color (decimal): -2067181 or 1275360. OLE color: 1275360.
HSL color Cylindrical-coordinate representation of color #E07513: hue angle of 28.68º 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 #E07513 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 19 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.12 |
| HSL | 28.68º | 0.84% | 0.48% | - |
| HSV(B) | 28.68º | 0.92% | 0.88% | - |
| XYZ | 37.22 | 28.62 | 4.18 | - |
| YUV | 137.82 | 60.95 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 19 | 0 | 0.48 | 0.92 | 0.12 | 28.68 | 0.84 | 0.48 |
| Hex | E0 | 75 | 13 | 0 | 30 | 5C | C | 1D | 54 | 30 |
| Octal | 340 | 165 | 23 | 0 | 60 | 134 | 14 | 35 | 124 | 60 |
| Binary | 11100000 | 1110101 | 10011 | 0 | 110000 | 1011100 | 1100 | 11101 | 1010100 | 110000 |
Color Harmonies of #E07513
Complementary color
Monochromatic Colors of #E07513
Black with #E07513
Text Example
Text Example
White with #E07513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07513; }
p { color: rgb(224,117,19); }
H1.HeaderClassName
{
color: #E07513;
}
.AnyTagClassName
{
color: #E07513;
}
</style>
background-color css
<style>
a { background-color: #E07513; }
a { background-color: rgb(224,117,19); }
div.DivClassName
{
background-color: #E07513;
}
.BgClassName
{
background-color: #E07513;
}
</style>
border-color css
<style>
span { border-color: #E07513; }
span { border-color: rgb(224,117,19); }
td.TdClassName
{
border-color: #E07513;
}
.TagClassName
{
border-color: #E07513;
}
</style>