Shades of Mango Tango #E06707
Tints of Mango Tango #E06707
RGB
CMYK
RGB Variations
Color information
#E06707 (or 0xE06707) is known color: Mango Tango. HEX triplet: E0, 67 and 07. RGB value is (224,103,7). Sum of RGB (Red+Green+Blue) = 224+103+7=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E06707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06707 is #1F98F8. Grayscale: #808080. Windows color (decimal): -2070777 or 485344. OLE color: 485344.
HSL color Cylindrical-coordinate representation of color #E06707: hue angle of 26.54º 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 #E06707 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 7 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.12 |
| HSL | 26.54º | 0.94% | 0.45% | - |
| HSV(B) | 26.54º | 0.97% | 0.88% | - |
| XYZ | 35.63 | 25.56 | 3.26 | - |
| YUV | 128.24 | 59.59 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 7 | 0 | 0.54 | 0.97 | 0.12 | 26.54 | 0.94 | 0.45 |
| Hex | E0 | 67 | 7 | 0 | 36 | 61 | C | 1B | 5E | 2D |
| Octal | 340 | 147 | 7 | 0 | 66 | 141 | 14 | 33 | 136 | 55 |
| Binary | 11100000 | 1100111 | 111 | 0 | 110110 | 1100001 | 1100 | 11011 | 1011110 | 101101 |
Color Harmonies of #E06707
Complementary color
Monochromatic Colors of #E06707
Black with #E06707
Text Example
Text Example
White with #E06707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06707; }
p { color: rgb(224,103,7); }
H1.HeaderClassName
{
color: #E06707;
}
.AnyTagClassName
{
color: #E06707;
}
</style>
background-color css
<style>
a { background-color: #E06707; }
a { background-color: rgb(224,103,7); }
div.DivClassName
{
background-color: #E06707;
}
.BgClassName
{
background-color: #E06707;
}
</style>
border-color css
<style>
span { border-color: #E06707; }
span { border-color: rgb(224,103,7); }
td.TdClassName
{
border-color: #E06707;
}
.TagClassName
{
border-color: #E06707;
}
</style>