Shades of Mango Tango #E27006
Tints of Mango Tango #E27006
RGB
CMYK
RGB Variations
Color information
#E27006 (or 0xE27006) is known color: Mango Tango. HEX triplet: E2, 70 and 06. RGB value is (226,112,6). Sum of RGB (Red+Green+Blue) = 226+112+6=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E27006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27006 is #1D8FF9. Grayscale: #868686. Windows color (decimal): -1937402 or 422114. OLE color: 422114.
HSL color Cylindrical-coordinate representation of color #E27006: hue angle of 28.91º 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 #E27006 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 6 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.11 |
| HSL | 28.91º | 0.95% | 0.45% | - |
| HSV(B) | 28.91º | 0.97% | 0.89% | - |
| XYZ | 37.19 | 27.77 | 3.57 | - |
| YUV | 134 | 55.77 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 6 | 0 | 0.50 | 0.97 | 0.11 | 28.91 | 0.95 | 0.45 |
| Hex | E2 | 70 | 6 | 0 | 32 | 61 | B | 1D | 5F | 2D |
| Octal | 342 | 160 | 6 | 0 | 62 | 141 | 13 | 35 | 137 | 55 |
| Binary | 11100010 | 1110000 | 110 | 0 | 110010 | 1100001 | 1011 | 11101 | 1011111 | 101101 |
Color Harmonies of #E27006
Complementary color
Monochromatic Colors of #E27006
Black with #E27006
Text Example
Text Example
White with #E27006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27006; }
p { color: rgb(226,112,6); }
H1.HeaderClassName
{
color: #E27006;
}
.AnyTagClassName
{
color: #E27006;
}
</style>
background-color css
<style>
a { background-color: #E27006; }
a { background-color: rgb(226,112,6); }
div.DivClassName
{
background-color: #E27006;
}
.BgClassName
{
background-color: #E27006;
}
</style>
border-color css
<style>
span { border-color: #E27006; }
span { border-color: rgb(226,112,6); }
td.TdClassName
{
border-color: #E27006;
}
.TagClassName
{
border-color: #E27006;
}
</style>