Shades of Mango Tango #E47F01
Tints of Mango Tango #E47F01
RGB
CMYK
RGB Variations
Color information
#E47F01 (or 0xE47F01) is known color: Mango Tango. HEX triplet: E4, 7F and 01. RGB value is (228,127,1). Sum of RGB (Red+Green+Blue) = 228+127+1=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47F01 is #1B80FE. Grayscale: #8F8F8F. Windows color (decimal): -1802495 or 98276. OLE color: 98276.
HSL color Cylindrical-coordinate representation of color #E47F01: hue angle of 33.3º 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 #E47F01 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.11 |
| HSL | 33.3º | 0.99% | 0.45% | - |
| HSV(B) | 33.3º | 1% | 0.89% | - |
| XYZ | 39.59 | 31.67 | 4.06 | - |
| YUV | 142.84 | 47.96 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 1 | 0 | 0.44 | 1.00 | 0.11 | 33.3 | 0.99 | 0.45 |
| Hex | E4 | 7F | 1 | 0 | 2C | 64 | B | 21 | 63 | 2D |
| Octal | 344 | 177 | 1 | 0 | 54 | 144 | 13 | 41 | 143 | 55 |
| Binary | 11100100 | 1111111 | 1 | 0 | 101100 | 1100100 | 1011 | 100001 | 1100011 | 101101 |
Color Harmonies of #E47F01
Complementary color
Monochromatic Colors of #E47F01
Black with #E47F01
Text Example
Text Example
White with #E47F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47F01; }
p { color: rgb(228,127,1); }
H1.HeaderClassName
{
color: #E47F01;
}
.AnyTagClassName
{
color: #E47F01;
}
</style>
background-color css
<style>
a { background-color: #E47F01; }
a { background-color: rgb(228,127,1); }
div.DivClassName
{
background-color: #E47F01;
}
.BgClassName
{
background-color: #E47F01;
}
</style>
border-color css
<style>
span { border-color: #E47F01; }
span { border-color: rgb(228,127,1); }
td.TdClassName
{
border-color: #E47F01;
}
.TagClassName
{
border-color: #E47F01;
}
</style>