Shades of Mango Tango #E17F01
Tints of Mango Tango #E17F01
RGB
CMYK
RGB Variations
Color information
#E17F01 (or 0xE17F01) is known color: Mango Tango. HEX triplet: E1, 7F and 01. RGB value is (225,127,1). Sum of RGB (Red+Green+Blue) = 225+127+1=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17F01 is #1E80FE. Grayscale: #8E8E8E. Windows color (decimal): -1999103 or 98273. OLE color: 98273.
HSL color Cylindrical-coordinate representation of color #E17F01: hue angle of 33.75º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E17F01 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.12 |
| HSL | 33.75º | 0.99% | 0.44% | - |
| HSV(B) | 33.75º | 1% | 0.88% | - |
| XYZ | 38.65 | 31.19 | 4.01 | - |
| YUV | 141.94 | 48.47 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 1 | 0 | 0.44 | 1.00 | 0.12 | 33.75 | 0.99 | 0.44 |
| Hex | E1 | 7F | 1 | 0 | 2C | 64 | C | 22 | 63 | 2C |
| Octal | 341 | 177 | 1 | 0 | 54 | 144 | 14 | 42 | 143 | 54 |
| Binary | 11100001 | 1111111 | 1 | 0 | 101100 | 1100100 | 1100 | 100010 | 1100011 | 101100 |
Color Harmonies of #E17F01
Complementary color
Monochromatic Colors of #E17F01
Black with #E17F01
Text Example
Text Example
White with #E17F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F01; }
p { color: rgb(225,127,1); }
H1.HeaderClassName
{
color: #E17F01;
}
.AnyTagClassName
{
color: #E17F01;
}
</style>
background-color css
<style>
a { background-color: #E17F01; }
a { background-color: rgb(225,127,1); }
div.DivClassName
{
background-color: #E17F01;
}
.BgClassName
{
background-color: #E17F01;
}
</style>
border-color css
<style>
span { border-color: #E17F01; }
span { border-color: rgb(225,127,1); }
td.TdClassName
{
border-color: #E17F01;
}
.TagClassName
{
border-color: #E17F01;
}
</style>