Shades of Mango Tango #E07412
Tints of Mango Tango #E07412
RGB
CMYK
RGB Variations
Color information
#E07412 (or 0xE07412) is known color: Mango Tango. HEX triplet: E0, 74 and 12. RGB value is (224,116,18). Sum of RGB (Red+Green+Blue) = 224+116+18=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E07412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07412 is #1F8BED. Grayscale: #898989. Windows color (decimal): -2067438 or 1209568. OLE color: 1209568.
HSL color Cylindrical-coordinate representation of color #E07412: hue angle of 28.54º 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 #E07412 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 18 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.12 |
| HSL | 28.54º | 0.85% | 0.47% | - |
| HSV(B) | 28.54º | 0.92% | 0.88% | - |
| XYZ | 37.1 | 28.38 | 4.1 | - |
| YUV | 137.12 | 60.78 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 18 | 0 | 0.48 | 0.92 | 0.12 | 28.54 | 0.85 | 0.47 |
| Hex | E0 | 74 | 12 | 0 | 30 | 5C | C | 1D | 55 | 2F |
| Octal | 340 | 164 | 22 | 0 | 60 | 134 | 14 | 35 | 125 | 57 |
| Binary | 11100000 | 1110100 | 10010 | 0 | 110000 | 1011100 | 1100 | 11101 | 1010101 | 101111 |
Color Harmonies of #E07412
Complementary color
Monochromatic Colors of #E07412
Black with #E07412
Text Example
Text Example
White with #E07412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07412; }
p { color: rgb(224,116,18); }
H1.HeaderClassName
{
color: #E07412;
}
.AnyTagClassName
{
color: #E07412;
}
</style>
background-color css
<style>
a { background-color: #E07412; }
a { background-color: rgb(224,116,18); }
div.DivClassName
{
background-color: #E07412;
}
.BgClassName
{
background-color: #E07412;
}
</style>
border-color css
<style>
span { border-color: #E07412; }
span { border-color: rgb(224,116,18); }
td.TdClassName
{
border-color: #E07412;
}
.TagClassName
{
border-color: #E07412;
}
</style>