Shades of Mango Tango #E07E02
Tints of Mango Tango #E07E02
RGB
CMYK
RGB Variations
Color information
#E07E02 (or 0xE07E02) is known color: Mango Tango. HEX triplet: E0, 7E and 02. RGB value is (224,126,2). Sum of RGB (Red+Green+Blue) = 224+126+2=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07E02 is #1F81FD. Grayscale: #8D8D8D. Windows color (decimal): -2064894 or 163552. OLE color: 163552.
HSL color Cylindrical-coordinate representation of color #E07E02: hue angle of 33.51º 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 #E07E02 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.12 |
| HSL | 33.51º | 0.98% | 0.44% | - |
| HSV(B) | 33.51º | 0.99% | 0.88% | - |
| XYZ | 38.21 | 30.77 | 3.98 | - |
| YUV | 141.17 | 49.47 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 2 | 0 | 0.44 | 0.99 | 0.12 | 33.51 | 0.98 | 0.44 |
| Hex | E0 | 7E | 2 | 0 | 2C | 63 | C | 22 | 62 | 2C |
| Octal | 340 | 176 | 2 | 0 | 54 | 143 | 14 | 42 | 142 | 54 |
| Binary | 11100000 | 1111110 | 10 | 0 | 101100 | 1100011 | 1100 | 100010 | 1100010 | 101100 |
Color Harmonies of #E07E02
Complementary color
Monochromatic Colors of #E07E02
Black with #E07E02
Text Example
Text Example
White with #E07E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E02; }
p { color: rgb(224,126,2); }
H1.HeaderClassName
{
color: #E07E02;
}
.AnyTagClassName
{
color: #E07E02;
}
</style>
background-color css
<style>
a { background-color: #E07E02; }
a { background-color: rgb(224,126,2); }
div.DivClassName
{
background-color: #E07E02;
}
.BgClassName
{
background-color: #E07E02;
}
</style>
border-color css
<style>
span { border-color: #E07E02; }
span { border-color: rgb(224,126,2); }
td.TdClassName
{
border-color: #E07E02;
}
.TagClassName
{
border-color: #E07E02;
}
</style>