Shades of Mango Tango #E47A0B
Tints of Mango Tango #E47A0B
RGB
CMYK
RGB Variations
Color information
#E47A0B (or 0xE47A0B) is known color: Mango Tango. HEX triplet: E4, 7A and 0B. RGB value is (228,122,11). Sum of RGB (Red+Green+Blue) = 228+122+11=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47A0B is #1B85F4. Grayscale: #8D8D8D. Windows color (decimal): -1803765 or 752356. OLE color: 752356.
HSL color Cylindrical-coordinate representation of color #E47A0B: hue angle of 30.69º degrees, saturation: 0.91, 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 #E47A0B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.11 |
| HSL | 30.69º | 0.91% | 0.47% | - |
| HSV(B) | 30.69º | 0.95% | 0.89% | - |
| XYZ | 39.01 | 30.44 | 4.14 | - |
| YUV | 141.04 | 54.62 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 11 | 0 | 0.46 | 0.95 | 0.11 | 30.69 | 0.91 | 0.47 |
| Hex | E4 | 7A | B | 0 | 2E | 5F | B | 1F | 5B | 2F |
| Octal | 344 | 172 | 13 | 0 | 56 | 137 | 13 | 37 | 133 | 57 |
| Binary | 11100100 | 1111010 | 1011 | 0 | 101110 | 1011111 | 1011 | 11111 | 1011011 | 101111 |
Color Harmonies of #E47A0B
Complementary color
Monochromatic Colors of #E47A0B
Black with #E47A0B
Text Example
Text Example
White with #E47A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47A0B; }
p { color: rgb(228,122,11); }
H1.HeaderClassName
{
color: #E47A0B;
}
.AnyTagClassName
{
color: #E47A0B;
}
</style>
background-color css
<style>
a { background-color: #E47A0B; }
a { background-color: rgb(228,122,11); }
div.DivClassName
{
background-color: #E47A0B;
}
.BgClassName
{
background-color: #E47A0B;
}
</style>
border-color css
<style>
span { border-color: #E47A0B; }
span { border-color: rgb(228,122,11); }
td.TdClassName
{
border-color: #E47A0B;
}
.TagClassName
{
border-color: #E47A0B;
}
</style>