Shades of Mango Tango #E17C14
Tints of Mango Tango #E17C14
RGB
CMYK
RGB Variations
Color information
#E17C14 (or 0xE17C14) is known color: Mango Tango. HEX triplet: E1, 7C and 14. RGB value is (225,124,20). Sum of RGB (Red+Green+Blue) = 225+124+20=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17C14 is #1E83EB. Grayscale: #8E8E8E. Windows color (decimal): -1999852 or 1342689. OLE color: 1342689.
HSL color Cylindrical-coordinate representation of color #E17C14: hue angle of 30.44º 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 #E17C14 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 20 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.12 |
| HSL | 30.44º | 0.84% | 0.48% | - |
| HSV(B) | 30.44º | 0.91% | 0.88% | - |
| XYZ | 38.39 | 30.47 | 4.52 | - |
| YUV | 142.34 | 58.96 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 20 | 0 | 0.45 | 0.91 | 0.12 | 30.44 | 0.84 | 0.48 |
| Hex | E1 | 7C | 14 | 0 | 2D | 5B | C | 1E | 54 | 30 |
| Octal | 341 | 174 | 24 | 0 | 55 | 133 | 14 | 36 | 124 | 60 |
| Binary | 11100001 | 1111100 | 10100 | 0 | 101101 | 1011011 | 1100 | 11110 | 1010100 | 110000 |
Color Harmonies of #E17C14
Complementary color
Monochromatic Colors of #E17C14
Black with #E17C14
Text Example
Text Example
White with #E17C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C14; }
p { color: rgb(225,124,20); }
H1.HeaderClassName
{
color: #E17C14;
}
.AnyTagClassName
{
color: #E17C14;
}
</style>
background-color css
<style>
a { background-color: #E17C14; }
a { background-color: rgb(225,124,20); }
div.DivClassName
{
background-color: #E17C14;
}
.BgClassName
{
background-color: #E17C14;
}
</style>
border-color css
<style>
span { border-color: #E17C14; }
span { border-color: rgb(225,124,20); }
td.TdClassName
{
border-color: #E17C14;
}
.TagClassName
{
border-color: #E17C14;
}
</style>