Shades of Mango Tango #E27412
Tints of Mango Tango #E27412
RGB
CMYK
RGB Variations
Color information
#E27412 (or 0xE27412) is known color: Mango Tango. HEX triplet: E2, 74 and 12. RGB value is (226,116,18). Sum of RGB (Red+Green+Blue) = 226+116+18=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E27412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27412 is #1D8BED. Grayscale: #8A8A8A. Windows color (decimal): -1936366 or 1209570. OLE color: 1209570.
HSL color Cylindrical-coordinate representation of color #E27412: hue angle of 28.27º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E27412 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 18 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.11 |
| HSL | 28.27º | 0.85% | 0.48% | - |
| HSV(B) | 28.27º | 0.92% | 0.89% | - |
| XYZ | 37.72 | 28.7 | 4.12 | - |
| YUV | 137.72 | 60.44 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 18 | 0 | 0.49 | 0.92 | 0.11 | 28.27 | 0.85 | 0.48 |
| Hex | E2 | 74 | 12 | 0 | 31 | 5C | B | 1C | 55 | 30 |
| Octal | 342 | 164 | 22 | 0 | 61 | 134 | 13 | 34 | 125 | 60 |
| Binary | 11100010 | 1110100 | 10010 | 0 | 110001 | 1011100 | 1011 | 11100 | 1010101 | 110000 |
Color Harmonies of #E27412
Complementary color
Monochromatic Colors of #E27412
Black with #E27412
Text Example
Text Example
White with #E27412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27412; }
p { color: rgb(226,116,18); }
H1.HeaderClassName
{
color: #E27412;
}
.AnyTagClassName
{
color: #E27412;
}
</style>
background-color css
<style>
a { background-color: #E27412; }
a { background-color: rgb(226,116,18); }
div.DivClassName
{
background-color: #E27412;
}
.BgClassName
{
background-color: #E27412;
}
</style>
border-color css
<style>
span { border-color: #E27412; }
span { border-color: rgb(226,116,18); }
td.TdClassName
{
border-color: #E27412;
}
.TagClassName
{
border-color: #E27412;
}
</style>