Shades of Mango Tango #E2720C
Tints of Mango Tango #E2720C
RGB
CMYK
RGB Variations
Color information
#E2720C (or 0xE2720C) is known color: Mango Tango. HEX triplet: E2, 72 and 0C. RGB value is (226,114,12). Sum of RGB (Red+Green+Blue) = 226+114+12=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E2720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2720C is #1D8DF3. Grayscale: #888888. Windows color (decimal): -1936884 or 815842. OLE color: 815842.
HSL color Cylindrical-coordinate representation of color #E2720C: hue angle of 28.6º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2720C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 12 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.11 |
| HSL | 28.6º | 0.9% | 0.47% | - |
| HSV(B) | 28.6º | 0.95% | 0.89% | - |
| XYZ | 37.45 | 28.23 | 3.82 | - |
| YUV | 135.86 | 58.11 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 12 | 0 | 0.50 | 0.95 | 0.11 | 28.6 | 0.9 | 0.47 |
| Hex | E2 | 72 | C | 0 | 32 | 5F | B | 1D | 5A | 2F |
| Octal | 342 | 162 | 14 | 0 | 62 | 137 | 13 | 35 | 132 | 57 |
| Binary | 11100010 | 1110010 | 1100 | 0 | 110010 | 1011111 | 1011 | 11101 | 1011010 | 101111 |
Color Harmonies of #E2720C
Complementary color
Monochromatic Colors of #E2720C
Black with #E2720C
Text Example
Text Example
White with #E2720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2720C; }
p { color: rgb(226,114,12); }
H1.HeaderClassName
{
color: #E2720C;
}
.AnyTagClassName
{
color: #E2720C;
}
</style>
background-color css
<style>
a { background-color: #E2720C; }
a { background-color: rgb(226,114,12); }
div.DivClassName
{
background-color: #E2720C;
}
.BgClassName
{
background-color: #E2720C;
}
</style>
border-color css
<style>
span { border-color: #E2720C; }
span { border-color: rgb(226,114,12); }
td.TdClassName
{
border-color: #E2720C;
}
.TagClassName
{
border-color: #E2720C;
}
</style>