Shades of Mango Tango #E47F0C
Tints of Mango Tango #E47F0C
RGB
CMYK
RGB Variations
Color information
#E47F0C (or 0xE47F0C) is known color: Mango Tango. HEX triplet: E4, 7F and 0C. RGB value is (228,127,12). Sum of RGB (Red+Green+Blue) = 228+127+12=367 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.13% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47F0C is #1B80F3. Grayscale: #909090. Windows color (decimal): -1802484 or 819172. OLE color: 819172.
HSL color Cylindrical-coordinate representation of color #E47F0C: hue angle of 31.94º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E47F0C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.11 |
| HSL | 31.94º | 0.9% | 0.47% | - |
| HSV(B) | 31.94º | 0.95% | 0.89% | - |
| XYZ | 39.65 | 31.7 | 4.38 | - |
| YUV | 144.09 | 53.46 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 12 | 0 | 0.44 | 0.95 | 0.11 | 31.94 | 0.9 | 0.47 |
| Hex | E4 | 7F | C | 0 | 2C | 5F | B | 20 | 5A | 2F |
| Octal | 344 | 177 | 14 | 0 | 54 | 137 | 13 | 40 | 132 | 57 |
| Binary | 11100100 | 1111111 | 1100 | 0 | 101100 | 1011111 | 1011 | 100000 | 1011010 | 101111 |
Color Harmonies of #E47F0C
Complementary color
Monochromatic Colors of #E47F0C
Black with #E47F0C
Text Example
Text Example
White with #E47F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47F0C; }
p { color: rgb(228,127,12); }
H1.HeaderClassName
{
color: #E47F0C;
}
.AnyTagClassName
{
color: #E47F0C;
}
</style>
background-color css
<style>
a { background-color: #E47F0C; }
a { background-color: rgb(228,127,12); }
div.DivClassName
{
background-color: #E47F0C;
}
.BgClassName
{
background-color: #E47F0C;
}
</style>
border-color css
<style>
span { border-color: #E47F0C; }
span { border-color: rgb(228,127,12); }
td.TdClassName
{
border-color: #E47F0C;
}
.TagClassName
{
border-color: #E47F0C;
}
</style>