Shades of Mango Tango #E1710B
Tints of Mango Tango #E1710B
RGB
CMYK
RGB Variations
Color information
#E1710B (or 0xE1710B) is known color: Mango Tango. HEX triplet: E1, 71 and 0B. RGB value is (225,113,11). Sum of RGB (Red+Green+Blue) = 225+113+11=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E1710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1710B is #1E8EF4. Grayscale: #878787. Windows color (decimal): -2002677 or 750049. OLE color: 750049.
HSL color Cylindrical-coordinate representation of color #E1710B: hue angle of 28.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1710B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.12 |
| HSL | 28.6º | 0.91% | 0.46% | - |
| HSV(B) | 28.6º | 0.95% | 0.88% | - |
| XYZ | 37.02 | 27.84 | 3.74 | - |
| YUV | 134.86 | 58.11 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 11 | 0 | 0.50 | 0.95 | 0.12 | 28.6 | 0.91 | 0.46 |
| Hex | E1 | 71 | B | 0 | 32 | 5F | C | 1D | 5B | 2E |
| Octal | 341 | 161 | 13 | 0 | 62 | 137 | 14 | 35 | 133 | 56 |
| Binary | 11100001 | 1110001 | 1011 | 0 | 110010 | 1011111 | 1100 | 11101 | 1011011 | 101110 |
Color Harmonies of #E1710B
Complementary color
Monochromatic Colors of #E1710B
Black with #E1710B
Text Example
Text Example
White with #E1710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1710B; }
p { color: rgb(225,113,11); }
H1.HeaderClassName
{
color: #E1710B;
}
.AnyTagClassName
{
color: #E1710B;
}
</style>
background-color css
<style>
a { background-color: #E1710B; }
a { background-color: rgb(225,113,11); }
div.DivClassName
{
background-color: #E1710B;
}
.BgClassName
{
background-color: #E1710B;
}
</style>
border-color css
<style>
span { border-color: #E1710B; }
span { border-color: rgb(225,113,11); }
td.TdClassName
{
border-color: #E1710B;
}
.TagClassName
{
border-color: #E1710B;
}
</style>