Shades of Mango Tango #E28000
Tints of Mango Tango #E28000
RGB
CMYK
RGB Variations
Color information
#E28000 (or 0xE28000) is known color: Mango Tango. HEX triplet: E2, 80 and 00. RGB value is (226,128,0). Sum of RGB (Red+Green+Blue) = 226+128+0=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E28000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28000 is #1D7FFF. Grayscale: #8F8F8F. Windows color (decimal): -1933312 or 32994. OLE color: 32994.
HSL color Cylindrical-coordinate representation of color #E28000: hue angle of 33.98º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E28000 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.11 |
| HSL | 33.98º | 1% | 0.44% | - |
| HSV(B) | 33.98º | 1% | 0.89% | - |
| XYZ | 39.08 | 31.61 | 4.04 | - |
| YUV | 142.71 | 47.47 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 0 | 0 | 0.43 | 1 | 0.11 | 33.98 | 1 | 0.44 |
| Hex | E2 | 80 | 0 | 0 | 2B | 64 | B | 22 | 64 | 2C |
| Octal | 342 | 200 | 0 | 0 | 53 | 144 | 13 | 42 | 144 | 54 |
| Binary | 11100010 | 10000000 | 0 | 0 | 101011 | 1100100 | 1011 | 100010 | 1100100 | 101100 |
Color Harmonies of #E28000
Complementary color
Monochromatic Colors of #E28000
Black with #E28000
Text Example
Text Example
White with #E28000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28000; }
p { color: rgb(226,128,0); }
H1.HeaderClassName
{
color: #E28000;
}
.AnyTagClassName
{
color: #E28000;
}
</style>
background-color css
<style>
a { background-color: #E28000; }
a { background-color: rgb(226,128,0); }
div.DivClassName
{
background-color: #E28000;
}
.BgClassName
{
background-color: #E28000;
}
</style>
border-color css
<style>
span { border-color: #E28000; }
span { border-color: rgb(226,128,0); }
td.TdClassName
{
border-color: #E28000;
}
.TagClassName
{
border-color: #E28000;
}
</style>