Shades of Mango Tango #E1700D
Tints of Mango Tango #E1700D
RGB
CMYK
RGB Variations
Color information
#E1700D (or 0xE1700D) is known color: Mango Tango. HEX triplet: E1, 70 and 0D. RGB value is (225,112,13). Sum of RGB (Red+Green+Blue) = 225+112+13=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1700D is #1E8FF2. Grayscale: #878787. Windows color (decimal): -2002931 or 880865. OLE color: 880865.
HSL color Cylindrical-coordinate representation of color #E1700D: hue angle of 28.02º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1700D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.12 |
| HSL | 28.02º | 0.89% | 0.47% | - |
| HSV(B) | 28.02º | 0.94% | 0.88% | - |
| XYZ | 36.92 | 27.62 | 3.77 | - |
| YUV | 134.5 | 59.44 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 13 | 0 | 0.50 | 0.94 | 0.12 | 28.02 | 0.89 | 0.47 |
| Hex | E1 | 70 | D | 0 | 32 | 5E | C | 1C | 59 | 2F |
| Octal | 341 | 160 | 15 | 0 | 62 | 136 | 14 | 34 | 131 | 57 |
| Binary | 11100001 | 1110000 | 1101 | 0 | 110010 | 1011110 | 1100 | 11100 | 1011001 | 101111 |
Color Harmonies of #E1700D
Complementary color
Monochromatic Colors of #E1700D
Black with #E1700D
Text Example
Text Example
White with #E1700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1700D; }
p { color: rgb(225,112,13); }
H1.HeaderClassName
{
color: #E1700D;
}
.AnyTagClassName
{
color: #E1700D;
}
</style>
background-color css
<style>
a { background-color: #E1700D; }
a { background-color: rgb(225,112,13); }
div.DivClassName
{
background-color: #E1700D;
}
.BgClassName
{
background-color: #E1700D;
}
</style>
border-color css
<style>
span { border-color: #E1700D; }
span { border-color: rgb(225,112,13); }
td.TdClassName
{
border-color: #E1700D;
}
.TagClassName
{
border-color: #E1700D;
}
</style>