Shades of Mango Tango #E2750D
Tints of Mango Tango #E2750D
RGB
CMYK
RGB Variations
Color information
#E2750D (or 0xE2750D) is known color: Mango Tango. HEX triplet: E2, 75 and 0D. RGB value is (226,117,13). Sum of RGB (Red+Green+Blue) = 226+117+13=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2750D is #1D8AF2. Grayscale: #8A8A8A. Windows color (decimal): -1936115 or 882146. OLE color: 882146.
HSL color Cylindrical-coordinate representation of color #E2750D: hue angle of 29.3º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2750D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.11 |
| HSL | 29.3º | 0.89% | 0.47% | - |
| HSV(B) | 29.3º | 0.94% | 0.89% | - |
| XYZ | 37.8 | 28.92 | 3.97 | - |
| YUV | 137.74 | 57.61 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 13 | 0 | 0.48 | 0.94 | 0.11 | 29.3 | 0.89 | 0.47 |
| Hex | E2 | 75 | D | 0 | 30 | 5E | B | 1D | 59 | 2F |
| Octal | 342 | 165 | 15 | 0 | 60 | 136 | 13 | 35 | 131 | 57 |
| Binary | 11100010 | 1110101 | 1101 | 0 | 110000 | 1011110 | 1011 | 11101 | 1011001 | 101111 |
Color Harmonies of #E2750D
Complementary color
Monochromatic Colors of #E2750D
Black with #E2750D
Text Example
Text Example
White with #E2750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2750D; }
p { color: rgb(226,117,13); }
H1.HeaderClassName
{
color: #E2750D;
}
.AnyTagClassName
{
color: #E2750D;
}
</style>
background-color css
<style>
a { background-color: #E2750D; }
a { background-color: rgb(226,117,13); }
div.DivClassName
{
background-color: #E2750D;
}
.BgClassName
{
background-color: #E2750D;
}
</style>
border-color css
<style>
span { border-color: #E2750D; }
span { border-color: rgb(226,117,13); }
td.TdClassName
{
border-color: #E2750D;
}
.TagClassName
{
border-color: #E2750D;
}
</style>