Shades of Mango Tango #E27005
Tints of Mango Tango #E27005
RGB
CMYK
RGB Variations
Color information
#E27005 (or 0xE27005) is known color: Mango Tango. HEX triplet: E2, 70 and 05. RGB value is (226,112,5). Sum of RGB (Red+Green+Blue) = 226+112+5=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E27005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27005 is #1D8FFA. Grayscale: #868686. Windows color (decimal): -1937403 or 356578. OLE color: 356578.
HSL color Cylindrical-coordinate representation of color #E27005: hue angle of 29.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E27005 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 5 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.11 |
| HSL | 29.05º | 0.96% | 0.45% | - |
| HSV(B) | 29.05º | 0.98% | 0.89% | - |
| XYZ | 37.19 | 27.77 | 3.54 | - |
| YUV | 133.89 | 55.27 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 5 | 0 | 0.50 | 0.98 | 0.11 | 29.05 | 0.96 | 0.45 |
| Hex | E2 | 70 | 5 | 0 | 32 | 62 | B | 1D | 60 | 2D |
| Octal | 342 | 160 | 5 | 0 | 62 | 142 | 13 | 35 | 140 | 55 |
| Binary | 11100010 | 1110000 | 101 | 0 | 110010 | 1100010 | 1011 | 11101 | 1100000 | 101101 |
Color Harmonies of #E27005
Complementary color
Monochromatic Colors of #E27005
Black with #E27005
Text Example
Text Example
White with #E27005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27005; }
p { color: rgb(226,112,5); }
H1.HeaderClassName
{
color: #E27005;
}
.AnyTagClassName
{
color: #E27005;
}
</style>
background-color css
<style>
a { background-color: #E27005; }
a { background-color: rgb(226,112,5); }
div.DivClassName
{
background-color: #E27005;
}
.BgClassName
{
background-color: #E27005;
}
</style>
border-color css
<style>
span { border-color: #E27005; }
span { border-color: rgb(226,112,5); }
td.TdClassName
{
border-color: #E27005;
}
.TagClassName
{
border-color: #E27005;
}
</style>