Shades of Mango Tango #E17C0E
Tints of Mango Tango #E17C0E
RGB
CMYK
RGB Variations
Color information
#E17C0E (or 0xE17C0E) is known color: Mango Tango. HEX triplet: E1, 7C and 0E. RGB value is (225,124,14). Sum of RGB (Red+Green+Blue) = 225+124+14=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17C0E is #1E83F1. Grayscale: #8E8E8E. Windows color (decimal): -1999858 or 949473. OLE color: 949473.
HSL color Cylindrical-coordinate representation of color #E17C0E: hue angle of 31.28º degrees, saturation: 0.88, 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 #E17C0E is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 14 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.12 |
| HSL | 31.28º | 0.88% | 0.47% | - |
| HSV(B) | 31.28º | 0.94% | 0.88% | - |
| XYZ | 38.34 | 30.45 | 4.27 | - |
| YUV | 141.66 | 55.96 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 14 | 0 | 0.45 | 0.94 | 0.12 | 31.28 | 0.88 | 0.47 |
| Hex | E1 | 7C | E | 0 | 2D | 5E | C | 1F | 58 | 2F |
| Octal | 341 | 174 | 16 | 0 | 55 | 136 | 14 | 37 | 130 | 57 |
| Binary | 11100001 | 1111100 | 1110 | 0 | 101101 | 1011110 | 1100 | 11111 | 1011000 | 101111 |
Color Harmonies of #E17C0E
Complementary color
Monochromatic Colors of #E17C0E
Black with #E17C0E
Text Example
Text Example
White with #E17C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C0E; }
p { color: rgb(225,124,14); }
H1.HeaderClassName
{
color: #E17C0E;
}
.AnyTagClassName
{
color: #E17C0E;
}
</style>
background-color css
<style>
a { background-color: #E17C0E; }
a { background-color: rgb(225,124,14); }
div.DivClassName
{
background-color: #E17C0E;
}
.BgClassName
{
background-color: #E17C0E;
}
</style>
border-color css
<style>
span { border-color: #E17C0E; }
span { border-color: rgb(225,124,14); }
td.TdClassName
{
border-color: #E17C0E;
}
.TagClassName
{
border-color: #E17C0E;
}
</style>