Shades of Mango Tango #E2710C
Tints of Mango Tango #E2710C
RGB
CMYK
RGB Variations
Color information
#E2710C (or 0xE2710C) is known color: Mango Tango. HEX triplet: E2, 71 and 0C. RGB value is (226,113,12). Sum of RGB (Red+Green+Blue) = 226+113+12=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2710C is #1D8EF3. Grayscale: #878787. Windows color (decimal): -1937140 or 815586. OLE color: 815586.
HSL color Cylindrical-coordinate representation of color #E2710C: hue angle of 28.32º 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 #E2710C is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 12 | - |
| CMYK | 0 | 0.5 | 0.95 | 0.11 |
| HSL | 28.32º | 0.9% | 0.47% | - |
| HSV(B) | 28.32º | 0.95% | 0.89% | - |
| XYZ | 37.34 | 28.01 | 3.79 | - |
| YUV | 135.27 | 58.44 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 12 | 0 | 0.5 | 0.95 | 0.11 | 28.32 | 0.9 | 0.47 |
| Hex | E2 | 71 | C | 0 | 32 | 5F | B | 1C | 5A | 2F |
| Octal | 342 | 161 | 14 | 0 | 62 | 137 | 13 | 34 | 132 | 57 |
| Binary | 11100010 | 1110001 | 1100 | 0 | 110010 | 1011111 | 1011 | 11100 | 1011010 | 101111 |
Color Harmonies of #E2710C
Complementary color
Monochromatic Colors of #E2710C
Black with #E2710C
Text Example
Text Example
White with #E2710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2710C; }
p { color: rgb(226,113,12); }
H1.HeaderClassName
{
color: #E2710C;
}
.AnyTagClassName
{
color: #E2710C;
}
</style>
background-color css
<style>
a { background-color: #E2710C; }
a { background-color: rgb(226,113,12); }
div.DivClassName
{
background-color: #E2710C;
}
.BgClassName
{
background-color: #E2710C;
}
</style>
border-color css
<style>
span { border-color: #E2710C; }
span { border-color: rgb(226,113,12); }
td.TdClassName
{
border-color: #E2710C;
}
.TagClassName
{
border-color: #E2710C;
}
</style>