Shades of Mango Tango #E27C0D
Tints of Mango Tango #E27C0D
RGB
CMYK
RGB Variations
Color information
#E27C0D (or 0xE27C0D) is known color: Mango Tango. HEX triplet: E2, 7C and 0D. RGB value is (226,124,13). Sum of RGB (Red+Green+Blue) = 226+124+13=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27C0D is #1D83F2. Grayscale: #8E8E8E. Windows color (decimal): -1934323 or 883938. OLE color: 883938.
HSL color Cylindrical-coordinate representation of color #E27C0D: hue angle of 31.27º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E27C0D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.11 |
| HSL | 31.27º | 0.89% | 0.47% | - |
| HSV(B) | 31.27º | 0.94% | 0.89% | - |
| XYZ | 38.64 | 30.61 | 4.25 | - |
| YUV | 141.84 | 55.29 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 13 | 0 | 0.45 | 0.94 | 0.11 | 31.27 | 0.89 | 0.47 |
| Hex | E2 | 7C | D | 0 | 2D | 5E | B | 1F | 59 | 2F |
| Octal | 342 | 174 | 15 | 0 | 55 | 136 | 13 | 37 | 131 | 57 |
| Binary | 11100010 | 1111100 | 1101 | 0 | 101101 | 1011110 | 1011 | 11111 | 1011001 | 101111 |
Color Harmonies of #E27C0D
Complementary color
Monochromatic Colors of #E27C0D
Black with #E27C0D
Text Example
Text Example
White with #E27C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27C0D; }
p { color: rgb(226,124,13); }
H1.HeaderClassName
{
color: #E27C0D;
}
.AnyTagClassName
{
color: #E27C0D;
}
</style>
background-color css
<style>
a { background-color: #E27C0D; }
a { background-color: rgb(226,124,13); }
div.DivClassName
{
background-color: #E27C0D;
}
.BgClassName
{
background-color: #E27C0D;
}
</style>
border-color css
<style>
span { border-color: #E27C0D; }
span { border-color: rgb(226,124,13); }
td.TdClassName
{
border-color: #E27C0D;
}
.TagClassName
{
border-color: #E27C0D;
}
</style>