Shades of Mango Tango #E37005
Tints of Mango Tango #E37005
RGB
CMYK
RGB Variations
Color information
#E37005 (or 0xE37005) is known color: Mango Tango. HEX triplet: E3, 70 and 05. RGB value is (227,112,5). Sum of RGB (Red+Green+Blue) = 227+112+5=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E37005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E37005 is #1C8FFA. Grayscale: #868686. Windows color (decimal): -1871867 or 356579. OLE color: 356579.
HSL color Cylindrical-coordinate representation of color #E37005: hue angle of 28.92º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E37005 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.11 |
| HSL | 28.92º | 0.96% | 0.45% | - |
| HSV(B) | 28.92º | 0.98% | 0.89% | - |
| XYZ | 37.5 | 27.93 | 3.56 | - |
| YUV | 134.19 | 55.1 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 5 | 0 | 0.51 | 0.98 | 0.11 | 28.92 | 0.96 | 0.45 |
| Hex | E3 | 70 | 5 | 0 | 33 | 62 | B | 1D | 60 | 2D |
| Octal | 343 | 160 | 5 | 0 | 63 | 142 | 13 | 35 | 140 | 55 |
| Binary | 11100011 | 1110000 | 101 | 0 | 110011 | 1100010 | 1011 | 11101 | 1100000 | 101101 |
Color Harmonies of #E37005
Complementary color
Monochromatic Colors of #E37005
Black with #E37005
Text Example
Text Example
White with #E37005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37005; }
p { color: rgb(227,112,5); }
H1.HeaderClassName
{
color: #E37005;
}
.AnyTagClassName
{
color: #E37005;
}
</style>
background-color css
<style>
a { background-color: #E37005; }
a { background-color: rgb(227,112,5); }
div.DivClassName
{
background-color: #E37005;
}
.BgClassName
{
background-color: #E37005;
}
</style>
border-color css
<style>
span { border-color: #E37005; }
span { border-color: rgb(227,112,5); }
td.TdClassName
{
border-color: #E37005;
}
.TagClassName
{
border-color: #E37005;
}
</style>