Shades of Mango Tango #E07F00
Tints of Mango Tango #E07F00
RGB
CMYK
RGB Variations
Color information
#E07F00 (or 0xE07F00) is known color: Mango Tango. HEX triplet: E0, 7F and 00. RGB value is (224,127,0). Sum of RGB (Red+Green+Blue) = 224+127+0=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07F00 is #1F80FF. Grayscale: #8E8E8E. Windows color (decimal): -2064640 or 32736. OLE color: 32736.
HSL color Cylindrical-coordinate representation of color #E07F00: hue angle of 34.02º 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 #E07F00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.12 |
| HSL | 34.02º | 1% | 0.44% | - |
| HSV(B) | 34.02º | 1% | 0.88% | - |
| XYZ | 38.33 | 31.03 | 3.97 | - |
| YUV | 141.53 | 48.14 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 0 | 0 | 0.43 | 1 | 0.12 | 34.02 | 1 | 0.44 |
| Hex | E0 | 7F | 0 | 0 | 2B | 64 | C | 22 | 64 | 2C |
| Octal | 340 | 177 | 0 | 0 | 53 | 144 | 14 | 42 | 144 | 54 |
| Binary | 11100000 | 1111111 | 0 | 0 | 101011 | 1100100 | 1100 | 100010 | 1100100 | 101100 |
Color Harmonies of #E07F00
Complementary color
Monochromatic Colors of #E07F00
Black with #E07F00
Text Example
Text Example
White with #E07F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F00; }
p { color: rgb(224,127,0); }
H1.HeaderClassName
{
color: #E07F00;
}
.AnyTagClassName
{
color: #E07F00;
}
</style>
background-color css
<style>
a { background-color: #E07F00; }
a { background-color: rgb(224,127,0); }
div.DivClassName
{
background-color: #E07F00;
}
.BgClassName
{
background-color: #E07F00;
}
</style>
border-color css
<style>
span { border-color: #E07F00; }
span { border-color: rgb(224,127,0); }
td.TdClassName
{
border-color: #E07F00;
}
.TagClassName
{
border-color: #E07F00;
}
</style>