Shades of Mango Tango #E17C00
Tints of Mango Tango #E17C00
RGB
CMYK
RGB Variations
Color information
#E17C00 (or 0xE17C00) is known color: Mango Tango. HEX triplet: E1, 7C and 00. RGB value is (225,124,0). Sum of RGB (Red+Green+Blue) = 225+124+0=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17C00 is #1E83FF. Grayscale: #8C8C8C. Windows color (decimal): -1999872 or 31969. OLE color: 31969.
HSL color Cylindrical-coordinate representation of color #E17C00: hue angle of 33.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E17C00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.12 |
| HSL | 33.07º | 1% | 0.44% | - |
| HSV(B) | 33.07º | 1% | 0.88% | - |
| XYZ | 38.26 | 30.42 | 3.86 | - |
| YUV | 140.06 | 48.96 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 0 | 0 | 0.45 | 1 | 0.12 | 33.07 | 1 | 0.44 |
| Hex | E1 | 7C | 0 | 0 | 2D | 64 | C | 21 | 64 | 2C |
| Octal | 341 | 174 | 0 | 0 | 55 | 144 | 14 | 41 | 144 | 54 |
| Binary | 11100001 | 1111100 | 0 | 0 | 101101 | 1100100 | 1100 | 100001 | 1100100 | 101100 |
Color Harmonies of #E17C00
Complementary color
Monochromatic Colors of #E17C00
Black with #E17C00
Text Example
Text Example
White with #E17C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C00; }
p { color: rgb(225,124,0); }
H1.HeaderClassName
{
color: #E17C00;
}
.AnyTagClassName
{
color: #E17C00;
}
</style>
background-color css
<style>
a { background-color: #E17C00; }
a { background-color: rgb(225,124,0); }
div.DivClassName
{
background-color: #E17C00;
}
.BgClassName
{
background-color: #E17C00;
}
</style>
border-color css
<style>
span { border-color: #E17C00; }
span { border-color: rgb(225,124,0); }
td.TdClassName
{
border-color: #E17C00;
}
.TagClassName
{
border-color: #E17C00;
}
</style>