Shades of Mango Tango #E07002
Tints of Mango Tango #E07002
RGB
CMYK
RGB Variations
Color information
#E07002 (or 0xE07002) is known color: Mango Tango. HEX triplet: E0, 70 and 02. RGB value is (224,112,2). Sum of RGB (Red+Green+Blue) = 224+112+2=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E07002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07002 is #1F8FFD. Grayscale: #858585. Windows color (decimal): -2068478 or 159968. OLE color: 159968.
HSL color Cylindrical-coordinate representation of color #E07002: hue angle of 29.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E07002 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.12 |
| HSL | 29.73º | 0.98% | 0.44% | - |
| HSV(B) | 29.73º | 0.99% | 0.88% | - |
| XYZ | 36.55 | 27.44 | 3.43 | - |
| YUV | 132.95 | 54.11 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 2 | 0 | 0.50 | 0.99 | 0.12 | 29.73 | 0.98 | 0.44 |
| Hex | E0 | 70 | 2 | 0 | 32 | 63 | C | 1E | 62 | 2C |
| Octal | 340 | 160 | 2 | 0 | 62 | 143 | 14 | 36 | 142 | 54 |
| Binary | 11100000 | 1110000 | 10 | 0 | 110010 | 1100011 | 1100 | 11110 | 1100010 | 101100 |
Color Harmonies of #E07002
Complementary color
Monochromatic Colors of #E07002
Black with #E07002
Text Example
Text Example
White with #E07002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07002; }
p { color: rgb(224,112,2); }
H1.HeaderClassName
{
color: #E07002;
}
.AnyTagClassName
{
color: #E07002;
}
</style>
background-color css
<style>
a { background-color: #E07002; }
a { background-color: rgb(224,112,2); }
div.DivClassName
{
background-color: #E07002;
}
.BgClassName
{
background-color: #E07002;
}
</style>
border-color css
<style>
span { border-color: #E07002; }
span { border-color: rgb(224,112,2); }
td.TdClassName
{
border-color: #E07002;
}
.TagClassName
{
border-color: #E07002;
}
</style>