Shades of Mango Tango #E27000
Tints of Mango Tango #E27000
RGB
CMYK
RGB Variations
Color information
#E27000 (or 0xE27000) is known color: Mango Tango. HEX triplet: E2, 70 and 00. RGB value is (226,112,0). Sum of RGB (Red+Green+Blue) = 226+112+0=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E27000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27000 is #1D8FFF. Grayscale: #858585. Windows color (decimal): -1937408 or 28898. OLE color: 28898.
HSL color Cylindrical-coordinate representation of color #E27000: hue angle of 29.73º 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 #E27000 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.11 |
| HSL | 29.73º | 1% | 0.44% | - |
| HSV(B) | 29.73º | 1% | 0.89% | - |
| XYZ | 37.16 | 27.76 | 3.4 | - |
| YUV | 133.32 | 52.77 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 0 | 0 | 0.50 | 1 | 0.11 | 29.73 | 1 | 0.44 |
| Hex | E2 | 70 | 0 | 0 | 32 | 64 | B | 1E | 64 | 2C |
| Octal | 342 | 160 | 0 | 0 | 62 | 144 | 13 | 36 | 144 | 54 |
| Binary | 11100010 | 1110000 | 0 | 0 | 110010 | 1100100 | 1011 | 11110 | 1100100 | 101100 |
Color Harmonies of #E27000
Complementary color
Monochromatic Colors of #E27000
Black with #E27000
Text Example
Text Example
White with #E27000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27000; }
p { color: rgb(226,112,0); }
H1.HeaderClassName
{
color: #E27000;
}
.AnyTagClassName
{
color: #E27000;
}
</style>
background-color css
<style>
a { background-color: #E27000; }
a { background-color: rgb(226,112,0); }
div.DivClassName
{
background-color: #E27000;
}
.BgClassName
{
background-color: #E27000;
}
</style>
border-color css
<style>
span { border-color: #E27000; }
span { border-color: rgb(226,112,0); }
td.TdClassName
{
border-color: #E27000;
}
.TagClassName
{
border-color: #E27000;
}
</style>