Shades of Mango Tango #E07F12
Tints of Mango Tango #E07F12
RGB
CMYK
RGB Variations
Color information
#E07F12 (or 0xE07F12) is known color: Mango Tango. HEX triplet: E0, 7F and 12. RGB value is (224,127,18). Sum of RGB (Red+Green+Blue) = 224+127+18=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07F12 is #1F80ED. Grayscale: #909090. Windows color (decimal): -2064622 or 1212384. OLE color: 1212384.
HSL color Cylindrical-coordinate representation of color #E07F12: hue angle of 31.75º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E07F12 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 18 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.12 |
| HSL | 31.75º | 0.85% | 0.47% | - |
| HSV(B) | 31.75º | 0.92% | 0.88% | - |
| XYZ | 38.44 | 31.07 | 4.54 | - |
| YUV | 143.58 | 57.14 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 18 | 0 | 0.43 | 0.92 | 0.12 | 31.75 | 0.85 | 0.47 |
| Hex | E0 | 7F | 12 | 0 | 2B | 5C | C | 20 | 55 | 2F |
| Octal | 340 | 177 | 22 | 0 | 53 | 134 | 14 | 40 | 125 | 57 |
| Binary | 11100000 | 1111111 | 10010 | 0 | 101011 | 1011100 | 1100 | 100000 | 1010101 | 101111 |
Color Harmonies of #E07F12
Complementary color
Monochromatic Colors of #E07F12
Black with #E07F12
Text Example
Text Example
White with #E07F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F12; }
p { color: rgb(224,127,18); }
H1.HeaderClassName
{
color: #E07F12;
}
.AnyTagClassName
{
color: #E07F12;
}
</style>
background-color css
<style>
a { background-color: #E07F12; }
a { background-color: rgb(224,127,18); }
div.DivClassName
{
background-color: #E07F12;
}
.BgClassName
{
background-color: #E07F12;
}
</style>
border-color css
<style>
span { border-color: #E07F12; }
span { border-color: rgb(224,127,18); }
td.TdClassName
{
border-color: #E07F12;
}
.TagClassName
{
border-color: #E07F12;
}
</style>