Shades of Mango Tango #E47301
Tints of Mango Tango #E47301
RGB
CMYK
RGB Variations
Color information
#E47301 (or 0xE47301) is known color: Mango Tango. HEX triplet: E4, 73 and 01. RGB value is (228,115,1). Sum of RGB (Red+Green+Blue) = 228+115+1=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E47301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47301 is #1B8CFE. Grayscale: #888888. Windows color (decimal): -1805567 or 95204. OLE color: 95204.
HSL color Cylindrical-coordinate representation of color #E47301: hue angle of 30.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E47301 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.11 |
| HSL | 30.13º | 0.99% | 0.45% | - |
| HSV(B) | 30.13º | 1% | 0.89% | - |
| XYZ | 38.13 | 28.76 | 3.57 | - |
| YUV | 135.79 | 51.94 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 1 | 0 | 0.50 | 1.00 | 0.11 | 30.13 | 0.99 | 0.45 |
| Hex | E4 | 73 | 1 | 0 | 32 | 64 | B | 1E | 63 | 2D |
| Octal | 344 | 163 | 1 | 0 | 62 | 144 | 13 | 36 | 143 | 55 |
| Binary | 11100100 | 1110011 | 1 | 0 | 110010 | 1100100 | 1011 | 11110 | 1100011 | 101101 |
Color Harmonies of #E47301
Complementary color
Monochromatic Colors of #E47301
Black with #E47301
Text Example
Text Example
White with #E47301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47301; }
p { color: rgb(228,115,1); }
H1.HeaderClassName
{
color: #E47301;
}
.AnyTagClassName
{
color: #E47301;
}
</style>
background-color css
<style>
a { background-color: #E47301; }
a { background-color: rgb(228,115,1); }
div.DivClassName
{
background-color: #E47301;
}
.BgClassName
{
background-color: #E47301;
}
</style>
border-color css
<style>
span { border-color: #E47301; }
span { border-color: rgb(228,115,1); }
td.TdClassName
{
border-color: #E47301;
}
.TagClassName
{
border-color: #E47301;
}
</style>