Shades of Mango Tango #E17414
Tints of Mango Tango #E17414
RGB
CMYK
RGB Variations
Color information
#E17414 (or 0xE17414) is known color: Mango Tango. HEX triplet: E1, 74 and 14. RGB value is (225,116,20). Sum of RGB (Red+Green+Blue) = 225+116+20=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E17414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17414 is #1E8BEB. Grayscale: #8A8A8A. Windows color (decimal): -2001900 or 1340641. OLE color: 1340641.
HSL color Cylindrical-coordinate representation of color #E17414: hue angle of 28.1º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E17414 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 20 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.12 |
| HSL | 28.1º | 0.84% | 0.48% | - |
| HSV(B) | 28.1º | 0.91% | 0.88% | - |
| XYZ | 37.42 | 28.55 | 4.2 | - |
| YUV | 137.65 | 61.61 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 20 | 0 | 0.48 | 0.91 | 0.12 | 28.1 | 0.84 | 0.48 |
| Hex | E1 | 74 | 14 | 0 | 30 | 5B | C | 1C | 54 | 30 |
| Octal | 341 | 164 | 24 | 0 | 60 | 133 | 14 | 34 | 124 | 60 |
| Binary | 11100001 | 1110100 | 10100 | 0 | 110000 | 1011011 | 1100 | 11100 | 1010100 | 110000 |
Color Harmonies of #E17414
Complementary color
Monochromatic Colors of #E17414
Black with #E17414
Text Example
Text Example
White with #E17414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17414; }
p { color: rgb(225,116,20); }
H1.HeaderClassName
{
color: #E17414;
}
.AnyTagClassName
{
color: #E17414;
}
</style>
background-color css
<style>
a { background-color: #E17414; }
a { background-color: rgb(225,116,20); }
div.DivClassName
{
background-color: #E17414;
}
.BgClassName
{
background-color: #E17414;
}
</style>
border-color css
<style>
span { border-color: #E17414; }
span { border-color: rgb(225,116,20); }
td.TdClassName
{
border-color: #E17414;
}
.TagClassName
{
border-color: #E17414;
}
</style>