Shades of Mango Tango #E07907
Tints of Mango Tango #E07907
RGB
CMYK
RGB Variations
Color information
#E07907 (or 0xE07907) is known color: Mango Tango. HEX triplet: E0, 79 and 07. RGB value is (224,121,7). Sum of RGB (Red+Green+Blue) = 224+121+7=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E07907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07907 is #1F86F8. Grayscale: #8B8B8B. Windows color (decimal): -2066169 or 489952. OLE color: 489952.
HSL color Cylindrical-coordinate representation of color #E07907: hue angle of 31.52º 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 #E07907 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.12 |
| HSL | 31.52º | 0.94% | 0.45% | - |
| HSV(B) | 31.52º | 0.97% | 0.88% | - |
| XYZ | 37.62 | 29.54 | 3.92 | - |
| YUV | 138.8 | 53.62 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 7 | 0 | 0.46 | 0.97 | 0.12 | 31.52 | 0.94 | 0.45 |
| Hex | E0 | 79 | 7 | 0 | 2E | 61 | C | 20 | 5E | 2D |
| Octal | 340 | 171 | 7 | 0 | 56 | 141 | 14 | 40 | 136 | 55 |
| Binary | 11100000 | 1111001 | 111 | 0 | 101110 | 1100001 | 1100 | 100000 | 1011110 | 101101 |
Color Harmonies of #E07907
Complementary color
Monochromatic Colors of #E07907
Black with #E07907
Text Example
Text Example
White with #E07907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07907; }
p { color: rgb(224,121,7); }
H1.HeaderClassName
{
color: #E07907;
}
.AnyTagClassName
{
color: #E07907;
}
</style>
background-color css
<style>
a { background-color: #E07907; }
a { background-color: rgb(224,121,7); }
div.DivClassName
{
background-color: #E07907;
}
.BgClassName
{
background-color: #E07907;
}
</style>
border-color css
<style>
span { border-color: #E07907; }
span { border-color: rgb(224,121,7); }
td.TdClassName
{
border-color: #E07907;
}
.TagClassName
{
border-color: #E07907;
}
</style>