Shades of Mango Tango #E28006
Tints of Mango Tango #E28006
RGB
CMYK
RGB Variations
Color information
#E28006 (or 0xE28006) is known color: Mango Tango. HEX triplet: E2, 80 and 06. RGB value is (226,128,6). Sum of RGB (Red+Green+Blue) = 226+128+6=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E28006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28006 is #1D7FF9. Grayscale: #8F8F8F. Windows color (decimal): -1933306 or 426210. OLE color: 426210.
HSL color Cylindrical-coordinate representation of color #E28006: hue angle of 33.27º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E28006 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 6 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.11 |
| HSL | 33.27º | 0.95% | 0.45% | - |
| HSV(B) | 33.27º | 0.97% | 0.89% | - |
| XYZ | 39.12 | 31.62 | 4.21 | - |
| YUV | 143.39 | 50.47 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 6 | 0 | 0.43 | 0.97 | 0.11 | 33.27 | 0.95 | 0.45 |
| Hex | E2 | 80 | 6 | 0 | 2B | 61 | B | 21 | 5F | 2D |
| Octal | 342 | 200 | 6 | 0 | 53 | 141 | 13 | 41 | 137 | 55 |
| Binary | 11100010 | 10000000 | 110 | 0 | 101011 | 1100001 | 1011 | 100001 | 1011111 | 101101 |
Color Harmonies of #E28006
Complementary color
Monochromatic Colors of #E28006
Black with #E28006
Text Example
Text Example
White with #E28006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28006; }
p { color: rgb(226,128,6); }
H1.HeaderClassName
{
color: #E28006;
}
.AnyTagClassName
{
color: #E28006;
}
</style>
background-color css
<style>
a { background-color: #E28006; }
a { background-color: rgb(226,128,6); }
div.DivClassName
{
background-color: #E28006;
}
.BgClassName
{
background-color: #E28006;
}
</style>
border-color css
<style>
span { border-color: #E28006; }
span { border-color: rgb(226,128,6); }
td.TdClassName
{
border-color: #E28006;
}
.TagClassName
{
border-color: #E28006;
}
</style>