Shades of Mango Tango #E06D07
Tints of Mango Tango #E06D07
RGB
CMYK
RGB Variations
Color information
#E06D07 (or 0xE06D07) is known color: Mango Tango. HEX triplet: E0, 6D and 07. RGB value is (224,109,7). Sum of RGB (Red+Green+Blue) = 224+109+7=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06D07 is #1F92F8. Grayscale: #848484. Windows color (decimal): -2069241 or 486880. OLE color: 486880.
HSL color Cylindrical-coordinate representation of color #E06D07: hue angle of 28.2º degrees, saturation: 0.94, 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 #E06D07 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 7 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.12 |
| HSL | 28.2º | 0.94% | 0.45% | - |
| HSV(B) | 28.2º | 0.97% | 0.88% | - |
| XYZ | 36.25 | 26.8 | 3.46 | - |
| YUV | 131.76 | 57.6 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 7 | 0 | 0.51 | 0.97 | 0.12 | 28.2 | 0.94 | 0.45 |
| Hex | E0 | 6D | 7 | 0 | 33 | 61 | C | 1C | 5E | 2D |
| Octal | 340 | 155 | 7 | 0 | 63 | 141 | 14 | 34 | 136 | 55 |
| Binary | 11100000 | 1101101 | 111 | 0 | 110011 | 1100001 | 1100 | 11100 | 1011110 | 101101 |
Color Harmonies of #E06D07
Complementary color
Monochromatic Colors of #E06D07
Black with #E06D07
Text Example
Text Example
White with #E06D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D07; }
p { color: rgb(224,109,7); }
H1.HeaderClassName
{
color: #E06D07;
}
.AnyTagClassName
{
color: #E06D07;
}
</style>
background-color css
<style>
a { background-color: #E06D07; }
a { background-color: rgb(224,109,7); }
div.DivClassName
{
background-color: #E06D07;
}
.BgClassName
{
background-color: #E06D07;
}
</style>
border-color css
<style>
span { border-color: #E06D07; }
span { border-color: rgb(224,109,7); }
td.TdClassName
{
border-color: #E06D07;
}
.TagClassName
{
border-color: #E06D07;
}
</style>