Shades of Mango Tango #E17F07
Tints of Mango Tango #E17F07
RGB
CMYK
RGB Variations
Color information
#E17F07 (or 0xE17F07) is known color: Mango Tango. HEX triplet: E1, 7F and 07. RGB value is (225,127,7). Sum of RGB (Red+Green+Blue) = 225+127+7=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17F07 is #1E80F8. Grayscale: #8F8F8F. Windows color (decimal): -1999097 or 491489. OLE color: 491489.
HSL color Cylindrical-coordinate representation of color #E17F07: hue angle of 33.03º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E17F07 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 7 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.12 |
| HSL | 33.03º | 0.94% | 0.45% | - |
| HSV(B) | 33.03º | 0.97% | 0.88% | - |
| XYZ | 38.68 | 31.2 | 4.18 | - |
| YUV | 142.62 | 51.47 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 7 | 0 | 0.44 | 0.97 | 0.12 | 33.03 | 0.94 | 0.45 |
| Hex | E1 | 7F | 7 | 0 | 2C | 61 | C | 21 | 5E | 2D |
| Octal | 341 | 177 | 7 | 0 | 54 | 141 | 14 | 41 | 136 | 55 |
| Binary | 11100001 | 1111111 | 111 | 0 | 101100 | 1100001 | 1100 | 100001 | 1011110 | 101101 |
Color Harmonies of #E17F07
Complementary color
Monochromatic Colors of #E17F07
Black with #E17F07
Text Example
Text Example
White with #E17F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F07; }
p { color: rgb(225,127,7); }
H1.HeaderClassName
{
color: #E17F07;
}
.AnyTagClassName
{
color: #E17F07;
}
</style>
background-color css
<style>
a { background-color: #E17F07; }
a { background-color: rgb(225,127,7); }
div.DivClassName
{
background-color: #E17F07;
}
.BgClassName
{
background-color: #E17F07;
}
</style>
border-color css
<style>
span { border-color: #E17F07; }
span { border-color: rgb(225,127,7); }
td.TdClassName
{
border-color: #E17F07;
}
.TagClassName
{
border-color: #E17F07;
}
</style>