Shades of Mango Tango #E07D00
Tints of Mango Tango #E07D00
RGB
CMYK
RGB Variations
Color information
#E07D00 (or 0xE07D00) is known color: Mango Tango. HEX triplet: E0, 7D and 00. RGB value is (224,125,0). Sum of RGB (Red+Green+Blue) = 224+125+0=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07D00 is #1F82FF. Grayscale: #8C8C8C. Windows color (decimal): -2065152 or 32224. OLE color: 32224.
HSL color Cylindrical-coordinate representation of color #E07D00: hue angle of 33.48º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E07D00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.12 |
| HSL | 33.48º | 1% | 0.44% | - |
| HSV(B) | 33.48º | 1% | 0.88% | - |
| XYZ | 38.07 | 30.51 | 3.88 | - |
| YUV | 140.35 | 48.8 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 0 | 0 | 0.44 | 1 | 0.12 | 33.48 | 1 | 0.44 |
| Hex | E0 | 7D | 0 | 0 | 2C | 64 | C | 21 | 64 | 2C |
| Octal | 340 | 175 | 0 | 0 | 54 | 144 | 14 | 41 | 144 | 54 |
| Binary | 11100000 | 1111101 | 0 | 0 | 101100 | 1100100 | 1100 | 100001 | 1100100 | 101100 |
Color Harmonies of #E07D00
Complementary color
Monochromatic Colors of #E07D00
Black with #E07D00
Text Example
Text Example
White with #E07D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07D00; }
p { color: rgb(224,125,0); }
H1.HeaderClassName
{
color: #E07D00;
}
.AnyTagClassName
{
color: #E07D00;
}
</style>
background-color css
<style>
a { background-color: #E07D00; }
a { background-color: rgb(224,125,0); }
div.DivClassName
{
background-color: #E07D00;
}
.BgClassName
{
background-color: #E07D00;
}
</style>
border-color css
<style>
span { border-color: #E07D00; }
span { border-color: rgb(224,125,0); }
td.TdClassName
{
border-color: #E07D00;
}
.TagClassName
{
border-color: #E07D00;
}
</style>