Shades of Mango Tango #E36A07
Tints of Mango Tango #E36A07
RGB
CMYK
RGB Variations
Color information
#E36A07 (or 0xE36A07) is known color: Mango Tango. HEX triplet: E3, 6A and 07. RGB value is (227,106,7). Sum of RGB (Red+Green+Blue) = 227+106+7=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E36A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36A07 is #1C95F8. Grayscale: #838383. Windows color (decimal): -1873401 or 486115. OLE color: 486115.
HSL color Cylindrical-coordinate representation of color #E36A07: hue angle of 27º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E36A07 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 106 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.11 |
| HSL | 27º | 0.94% | 0.46% | - |
| HSV(B) | 27º | 0.97% | 0.89% | - |
| XYZ | 36.87 | 26.65 | 3.4 | - |
| YUV | 130.89 | 58.09 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 106 | 7 | 0 | 0.53 | 0.97 | 0.11 | 27 | 0.94 | 0.46 |
| Hex | E3 | 6A | 7 | 0 | 35 | 61 | B | 1B | 5E | 2E |
| Octal | 343 | 152 | 7 | 0 | 65 | 141 | 13 | 33 | 136 | 56 |
| Binary | 11100011 | 1101010 | 111 | 0 | 110101 | 1100001 | 1011 | 11011 | 1011110 | 101110 |
Color Harmonies of #E36A07
Complementary color
Monochromatic Colors of #E36A07
Black with #E36A07
Text Example
Text Example
White with #E36A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36A07; }
p { color: rgb(227,106,7); }
H1.HeaderClassName
{
color: #E36A07;
}
.AnyTagClassName
{
color: #E36A07;
}
</style>
background-color css
<style>
a { background-color: #E36A07; }
a { background-color: rgb(227,106,7); }
div.DivClassName
{
background-color: #E36A07;
}
.BgClassName
{
background-color: #E36A07;
}
</style>
border-color css
<style>
span { border-color: #E36A07; }
span { border-color: rgb(227,106,7); }
td.TdClassName
{
border-color: #E36A07;
}
.TagClassName
{
border-color: #E36A07;
}
</style>