Shades of Mango Tango #E2730C
Tints of Mango Tango #E2730C
RGB
CMYK
RGB Variations
Color information
#E2730C (or 0xE2730C) is known color: Mango Tango. HEX triplet: E2, 73 and 0C. RGB value is (226,115,12). Sum of RGB (Red+Green+Blue) = 226+115+12=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2730C is #1D8CF3. Grayscale: #888888. Windows color (decimal): -1936628 or 816098. OLE color: 816098.
HSL color Cylindrical-coordinate representation of color #E2730C: hue angle of 28.88º 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 #E2730C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.11 |
| HSL | 28.88º | 0.9% | 0.47% | - |
| HSV(B) | 28.88º | 0.95% | 0.89% | - |
| XYZ | 37.56 | 28.46 | 3.86 | - |
| YUV | 136.45 | 57.77 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 12 | 0 | 0.49 | 0.95 | 0.11 | 28.88 | 0.9 | 0.47 |
| Hex | E2 | 73 | C | 0 | 31 | 5F | B | 1D | 5A | 2F |
| Octal | 342 | 163 | 14 | 0 | 61 | 137 | 13 | 35 | 132 | 57 |
| Binary | 11100010 | 1110011 | 1100 | 0 | 110001 | 1011111 | 1011 | 11101 | 1011010 | 101111 |
Color Harmonies of #E2730C
Complementary color
Monochromatic Colors of #E2730C
Black with #E2730C
Text Example
Text Example
White with #E2730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2730C; }
p { color: rgb(226,115,12); }
H1.HeaderClassName
{
color: #E2730C;
}
.AnyTagClassName
{
color: #E2730C;
}
</style>
background-color css
<style>
a { background-color: #E2730C; }
a { background-color: rgb(226,115,12); }
div.DivClassName
{
background-color: #E2730C;
}
.BgClassName
{
background-color: #E2730C;
}
</style>
border-color css
<style>
span { border-color: #E2730C; }
span { border-color: rgb(226,115,12); }
td.TdClassName
{
border-color: #E2730C;
}
.TagClassName
{
border-color: #E2730C;
}
</style>