Shades of Mango Tango #E07101
Tints of Mango Tango #E07101
RGB
CMYK
RGB Variations
Color information
#E07101 (or 0xE07101) is known color: Mango Tango. HEX triplet: E0, 71 and 01. RGB value is (224,113,1). Sum of RGB (Red+Green+Blue) = 224+113+1=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E07101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07101 is #1F8EFE. Grayscale: #858585. Windows color (decimal): -2068223 or 94688. OLE color: 94688.
HSL color Cylindrical-coordinate representation of color #E07101: hue angle of 30.13º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E07101 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.12 |
| HSL | 30.13º | 0.99% | 0.44% | - |
| HSV(B) | 30.13º | 1% | 0.88% | - |
| XYZ | 36.65 | 27.66 | 3.44 | - |
| YUV | 133.42 | 53.27 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 1 | 0 | 0.50 | 1.00 | 0.12 | 30.13 | 0.99 | 0.44 |
| Hex | E0 | 71 | 1 | 0 | 32 | 64 | C | 1E | 63 | 2C |
| Octal | 340 | 161 | 1 | 0 | 62 | 144 | 14 | 36 | 143 | 54 |
| Binary | 11100000 | 1110001 | 1 | 0 | 110010 | 1100100 | 1100 | 11110 | 1100011 | 101100 |
Color Harmonies of #E07101
Complementary color
Monochromatic Colors of #E07101
Black with #E07101
Text Example
Text Example
White with #E07101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07101; }
p { color: rgb(224,113,1); }
H1.HeaderClassName
{
color: #E07101;
}
.AnyTagClassName
{
color: #E07101;
}
</style>
background-color css
<style>
a { background-color: #E07101; }
a { background-color: rgb(224,113,1); }
div.DivClassName
{
background-color: #E07101;
}
.BgClassName
{
background-color: #E07101;
}
</style>
border-color css
<style>
span { border-color: #E07101; }
span { border-color: rgb(224,113,1); }
td.TdClassName
{
border-color: #E07101;
}
.TagClassName
{
border-color: #E07101;
}
</style>