Shades of Mango Tango #E07815
Tints of Mango Tango #E07815
RGB
CMYK
RGB Variations
Color information
#E07815 (or 0xE07815) is known color: Mango Tango. HEX triplet: E0, 78 and 15. RGB value is (224,120,21). Sum of RGB (Red+Green+Blue) = 224+120+21=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E07815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07815 is #1F87EA. Grayscale: #8C8C8C. Windows color (decimal): -2066411 or 1407200. OLE color: 1407200.
HSL color Cylindrical-coordinate representation of color #E07815: hue angle of 29.26º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E07815 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 21 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.12 |
| HSL | 29.26º | 0.83% | 0.48% | - |
| HSV(B) | 29.26º | 0.91% | 0.88% | - |
| XYZ | 37.59 | 29.33 | 4.39 | - |
| YUV | 139.81 | 60.96 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 21 | 0 | 0.46 | 0.91 | 0.12 | 29.26 | 0.83 | 0.48 |
| Hex | E0 | 78 | 15 | 0 | 2E | 5B | C | 1D | 53 | 30 |
| Octal | 340 | 170 | 25 | 0 | 56 | 133 | 14 | 35 | 123 | 60 |
| Binary | 11100000 | 1111000 | 10101 | 0 | 101110 | 1011011 | 1100 | 11101 | 1010011 | 110000 |
Color Harmonies of #E07815
Complementary color
Monochromatic Colors of #E07815
Black with #E07815
Text Example
Text Example
White with #E07815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07815; }
p { color: rgb(224,120,21); }
H1.HeaderClassName
{
color: #E07815;
}
.AnyTagClassName
{
color: #E07815;
}
</style>
background-color css
<style>
a { background-color: #E07815; }
a { background-color: rgb(224,120,21); }
div.DivClassName
{
background-color: #E07815;
}
.BgClassName
{
background-color: #E07815;
}
</style>
border-color css
<style>
span { border-color: #E07815; }
span { border-color: rgb(224,120,21); }
td.TdClassName
{
border-color: #E07815;
}
.TagClassName
{
border-color: #E07815;
}
</style>