Shades of Mango Tango #E27C00
Tints of Mango Tango #E27C00
RGB
CMYK
RGB Variations
Color information
#E27C00 (or 0xE27C00) is known color: Mango Tango. HEX triplet: E2, 7C and 00. RGB value is (226,124,0). Sum of RGB (Red+Green+Blue) = 226+124+0=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27C00 is #1D83FF. Grayscale: #8C8C8C. Windows color (decimal): -1934336 or 31970. OLE color: 31970.
HSL color Cylindrical-coordinate representation of color #E27C00: hue angle of 32.92º 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 #E27C00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.11 |
| HSL | 32.92º | 1% | 0.44% | - |
| HSV(B) | 32.92º | 1% | 0.89% | - |
| XYZ | 38.57 | 30.58 | 3.87 | - |
| YUV | 140.36 | 48.79 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 0 | 0 | 0.45 | 1 | 0.11 | 32.92 | 1 | 0.44 |
| Hex | E2 | 7C | 0 | 0 | 2D | 64 | B | 21 | 64 | 2C |
| Octal | 342 | 174 | 0 | 0 | 55 | 144 | 13 | 41 | 144 | 54 |
| Binary | 11100010 | 1111100 | 0 | 0 | 101101 | 1100100 | 1011 | 100001 | 1100100 | 101100 |
Color Harmonies of #E27C00
Complementary color
Monochromatic Colors of #E27C00
Black with #E27C00
Text Example
Text Example
White with #E27C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27C00; }
p { color: rgb(226,124,0); }
H1.HeaderClassName
{
color: #E27C00;
}
.AnyTagClassName
{
color: #E27C00;
}
</style>
background-color css
<style>
a { background-color: #E27C00; }
a { background-color: rgb(226,124,0); }
div.DivClassName
{
background-color: #E27C00;
}
.BgClassName
{
background-color: #E27C00;
}
</style>
border-color css
<style>
span { border-color: #E27C00; }
span { border-color: rgb(226,124,0); }
td.TdClassName
{
border-color: #E27C00;
}
.TagClassName
{
border-color: #E27C00;
}
</style>