Shades of Mango Tango #E27C01
Tints of Mango Tango #E27C01
RGB
CMYK
RGB Variations
Color information
#E27C01 (or 0xE27C01) is known color: Mango Tango. HEX triplet: E2, 7C and 01. RGB value is (226,124,1). Sum of RGB (Red+Green+Blue) = 226+124+1=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27C01 is #1D83FE. Grayscale: #8D8D8D. Windows color (decimal): -1934335 or 97506. OLE color: 97506.
HSL color Cylindrical-coordinate representation of color #E27C01: hue angle of 32.8º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E27C01 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.11 |
| HSL | 32.8º | 0.99% | 0.45% | - |
| HSV(B) | 32.8º | 1% | 0.89% | - |
| XYZ | 38.58 | 30.59 | 3.9 | - |
| YUV | 140.48 | 49.29 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 1 | 0 | 0.45 | 1.00 | 0.11 | 32.8 | 0.99 | 0.45 |
| Hex | E2 | 7C | 1 | 0 | 2D | 64 | B | 21 | 63 | 2D |
| Octal | 342 | 174 | 1 | 0 | 55 | 144 | 13 | 41 | 143 | 55 |
| Binary | 11100010 | 1111100 | 1 | 0 | 101101 | 1100100 | 1011 | 100001 | 1100011 | 101101 |
Color Harmonies of #E27C01
Complementary color
Monochromatic Colors of #E27C01
Black with #E27C01
Text Example
Text Example
White with #E27C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27C01; }
p { color: rgb(226,124,1); }
H1.HeaderClassName
{
color: #E27C01;
}
.AnyTagClassName
{
color: #E27C01;
}
</style>
background-color css
<style>
a { background-color: #E27C01; }
a { background-color: rgb(226,124,1); }
div.DivClassName
{
background-color: #E27C01;
}
.BgClassName
{
background-color: #E27C01;
}
</style>
border-color css
<style>
span { border-color: #E27C01; }
span { border-color: rgb(226,124,1); }
td.TdClassName
{
border-color: #E27C01;
}
.TagClassName
{
border-color: #E27C01;
}
</style>