Shades of Mango Tango #E38012
Tints of Mango Tango #E38012
RGB
CMYK
RGB Variations
Color information
#E38012 (or 0xE38012) is known color: Mango Tango. HEX triplet: E3, 80 and 12. RGB value is (227,128,18). Sum of RGB (Red+Green+Blue) = 227+128+18=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E38012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38012 is #1C7FED. Grayscale: #919191. Windows color (decimal): -1867758 or 1212643. OLE color: 1212643.
HSL color Cylindrical-coordinate representation of color #E38012: hue angle of 31.58º 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 #E38012 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 18 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.11 |
| HSL | 31.58º | 0.85% | 0.48% | - |
| HSV(B) | 31.58º | 0.92% | 0.89% | - |
| XYZ | 39.51 | 31.81 | 4.63 | - |
| YUV | 145.06 | 56.3 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 18 | 0 | 0.44 | 0.92 | 0.11 | 31.58 | 0.85 | 0.48 |
| Hex | E3 | 80 | 12 | 0 | 2C | 5C | B | 20 | 55 | 30 |
| Octal | 343 | 200 | 22 | 0 | 54 | 134 | 13 | 40 | 125 | 60 |
| Binary | 11100011 | 10000000 | 10010 | 0 | 101100 | 1011100 | 1011 | 100000 | 1010101 | 110000 |
Color Harmonies of #E38012
Complementary color
Monochromatic Colors of #E38012
Black with #E38012
Text Example
Text Example
White with #E38012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38012; }
p { color: rgb(227,128,18); }
H1.HeaderClassName
{
color: #E38012;
}
.AnyTagClassName
{
color: #E38012;
}
</style>
background-color css
<style>
a { background-color: #E38012; }
a { background-color: rgb(227,128,18); }
div.DivClassName
{
background-color: #E38012;
}
.BgClassName
{
background-color: #E38012;
}
</style>
border-color css
<style>
span { border-color: #E38012; }
span { border-color: rgb(227,128,18); }
td.TdClassName
{
border-color: #E38012;
}
.TagClassName
{
border-color: #E38012;
}
</style>