Shades of Mango Tango #E1700F
Tints of Mango Tango #E1700F
RGB
CMYK
RGB Variations
Color information
#E1700F (or 0xE1700F) is known color: Mango Tango. HEX triplet: E1, 70 and 0F. RGB value is (225,112,15). Sum of RGB (Red+Green+Blue) = 225+112+15=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1700F is #1E8FF0. Grayscale: #878787. Windows color (decimal): -2002929 or 1011937. OLE color: 1011937.
HSL color Cylindrical-coordinate representation of color #E1700F: hue angle of 27.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1700F is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 15 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.12 |
| HSL | 27.71º | 0.88% | 0.47% | - |
| HSV(B) | 27.71º | 0.93% | 0.88% | - |
| XYZ | 36.93 | 27.63 | 3.84 | - |
| YUV | 134.73 | 60.44 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 15 | 0 | 0.50 | 0.93 | 0.12 | 27.71 | 0.88 | 0.47 |
| Hex | E1 | 70 | F | 0 | 32 | 5D | C | 1C | 58 | 2F |
| Octal | 341 | 160 | 17 | 0 | 62 | 135 | 14 | 34 | 130 | 57 |
| Binary | 11100001 | 1110000 | 1111 | 0 | 110010 | 1011101 | 1100 | 11100 | 1011000 | 101111 |
Color Harmonies of #E1700F
Complementary color
Monochromatic Colors of #E1700F
Black with #E1700F
Text Example
Text Example
White with #E1700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1700F; }
p { color: rgb(225,112,15); }
H1.HeaderClassName
{
color: #E1700F;
}
.AnyTagClassName
{
color: #E1700F;
}
</style>
background-color css
<style>
a { background-color: #E1700F; }
a { background-color: rgb(225,112,15); }
div.DivClassName
{
background-color: #E1700F;
}
.BgClassName
{
background-color: #E1700F;
}
</style>
border-color css
<style>
span { border-color: #E1700F; }
span { border-color: rgb(225,112,15); }
td.TdClassName
{
border-color: #E1700F;
}
.TagClassName
{
border-color: #E1700F;
}
</style>