Shades of Mango Tango #E17A00
Tints of Mango Tango #E17A00
RGB
CMYK
RGB Variations
Color information
#E17A00 (or 0xE17A00) is known color: Mango Tango. HEX triplet: E1, 7A and 00. RGB value is (225,122,0). Sum of RGB (Red+Green+Blue) = 225+122+0=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E17A00 is #1E85FF. Grayscale: #8B8B8B. Windows color (decimal): -2000384 or 31457. OLE color: 31457.
HSL color Cylindrical-coordinate representation of color #E17A00: hue angle of 32.53º 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 #E17A00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.12 |
| HSL | 32.53º | 1% | 0.44% | - |
| HSV(B) | 32.53º | 1% | 0.88% | - |
| XYZ | 38.01 | 29.93 | 3.77 | - |
| YUV | 138.89 | 49.62 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 0 | 0 | 0.46 | 1 | 0.12 | 32.53 | 1 | 0.44 |
| Hex | E1 | 7A | 0 | 0 | 2E | 64 | C | 21 | 64 | 2C |
| Octal | 341 | 172 | 0 | 0 | 56 | 144 | 14 | 41 | 144 | 54 |
| Binary | 11100001 | 1111010 | 0 | 0 | 101110 | 1100100 | 1100 | 100001 | 1100100 | 101100 |
Color Harmonies of #E17A00
Complementary color
Monochromatic Colors of #E17A00
Black with #E17A00
Text Example
Text Example
White with #E17A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A00; }
p { color: rgb(225,122,0); }
H1.HeaderClassName
{
color: #E17A00;
}
.AnyTagClassName
{
color: #E17A00;
}
</style>
background-color css
<style>
a { background-color: #E17A00; }
a { background-color: rgb(225,122,0); }
div.DivClassName
{
background-color: #E17A00;
}
.BgClassName
{
background-color: #E17A00;
}
</style>
border-color css
<style>
span { border-color: #E17A00; }
span { border-color: rgb(225,122,0); }
td.TdClassName
{
border-color: #E17A00;
}
.TagClassName
{
border-color: #E17A00;
}
</style>