Shades of Mango Tango #E17F00
Tints of Mango Tango #E17F00
RGB
CMYK
RGB Variations
Color information
#E17F00 (or 0xE17F00) is known color: Mango Tango. HEX triplet: E1, 7F and 00. RGB value is (225,127,0). Sum of RGB (Red+Green+Blue) = 225+127+0=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17F00 is #1E80FF. Grayscale: #8E8E8E. Windows color (decimal): -1999104 or 32737. OLE color: 32737.
HSL color Cylindrical-coordinate representation of color #E17F00: hue angle of 33.87º 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 #E17F00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.12 |
| HSL | 33.87º | 1% | 0.44% | - |
| HSV(B) | 33.87º | 1% | 0.88% | - |
| XYZ | 38.64 | 31.19 | 3.98 | - |
| YUV | 141.82 | 47.97 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 0 | 0 | 0.44 | 1 | 0.12 | 33.87 | 1 | 0.44 |
| Hex | E1 | 7F | 0 | 0 | 2C | 64 | C | 22 | 64 | 2C |
| Octal | 341 | 177 | 0 | 0 | 54 | 144 | 14 | 42 | 144 | 54 |
| Binary | 11100001 | 1111111 | 0 | 0 | 101100 | 1100100 | 1100 | 100010 | 1100100 | 101100 |
Color Harmonies of #E17F00
Complementary color
Monochromatic Colors of #E17F00
Black with #E17F00
Text Example
Text Example
White with #E17F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F00; }
p { color: rgb(225,127,0); }
H1.HeaderClassName
{
color: #E17F00;
}
.AnyTagClassName
{
color: #E17F00;
}
</style>
background-color css
<style>
a { background-color: #E17F00; }
a { background-color: rgb(225,127,0); }
div.DivClassName
{
background-color: #E17F00;
}
.BgClassName
{
background-color: #E17F00;
}
</style>
border-color css
<style>
span { border-color: #E17F00; }
span { border-color: rgb(225,127,0); }
td.TdClassName
{
border-color: #E17F00;
}
.TagClassName
{
border-color: #E17F00;
}
</style>