Shades of Mango Tango #E07406
Tints of Mango Tango #E07406
RGB
CMYK
RGB Variations
Color information
#E07406 (or 0xE07406) is known color: Mango Tango. HEX triplet: E0, 74 and 06. RGB value is (224,116,6). Sum of RGB (Red+Green+Blue) = 224+116+6=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E07406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07406 is #1F8BF9. Grayscale: #888888. Windows color (decimal): -2067450 or 423136. OLE color: 423136.
HSL color Cylindrical-coordinate representation of color #E07406: hue angle of 30.28º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E07406 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 6 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.12 |
| HSL | 30.28º | 0.95% | 0.45% | - |
| HSV(B) | 30.28º | 0.97% | 0.88% | - |
| XYZ | 37.02 | 28.35 | 3.69 | - |
| YUV | 135.75 | 54.78 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 6 | 0 | 0.48 | 0.97 | 0.12 | 30.28 | 0.95 | 0.45 |
| Hex | E0 | 74 | 6 | 0 | 30 | 61 | C | 1E | 5F | 2D |
| Octal | 340 | 164 | 6 | 0 | 60 | 141 | 14 | 36 | 137 | 55 |
| Binary | 11100000 | 1110100 | 110 | 0 | 110000 | 1100001 | 1100 | 11110 | 1011111 | 101101 |
Color Harmonies of #E07406
Complementary color
Monochromatic Colors of #E07406
Black with #E07406
Text Example
Text Example
White with #E07406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07406; }
p { color: rgb(224,116,6); }
H1.HeaderClassName
{
color: #E07406;
}
.AnyTagClassName
{
color: #E07406;
}
</style>
background-color css
<style>
a { background-color: #E07406; }
a { background-color: rgb(224,116,6); }
div.DivClassName
{
background-color: #E07406;
}
.BgClassName
{
background-color: #E07406;
}
</style>
border-color css
<style>
span { border-color: #E07406; }
span { border-color: rgb(224,116,6); }
td.TdClassName
{
border-color: #E07406;
}
.TagClassName
{
border-color: #E07406;
}
</style>