Shades of Mango Tango #E5760D
Tints of Mango Tango #E5760D
RGB
CMYK
RGB Variations
Color information
#E5760D (or 0xE5760D) is known color: Mango Tango. HEX triplet: E5, 76 and 0D. RGB value is (229,118,13). Sum of RGB (Red+Green+Blue) = 229+118+13=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5760D is #1A89F2. Grayscale: #8B8B8B. Windows color (decimal): -1739251 or 882405. OLE color: 882405.
HSL color Cylindrical-coordinate representation of color #E5760D: hue angle of 29.17º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5760D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.10 |
| HSL | 29.17º | 0.89% | 0.47% | - |
| HSV(B) | 29.17º | 0.94% | 0.9% | - |
| XYZ | 38.86 | 29.64 | 4.05 | - |
| YUV | 139.22 | 56.77 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 13 | 0 | 0.48 | 0.94 | 0.10 | 29.17 | 0.89 | 0.47 |
| Hex | E5 | 76 | D | 0 | 30 | 5E | A | 1D | 59 | 2F |
| Octal | 345 | 166 | 15 | 0 | 60 | 136 | 12 | 35 | 131 | 57 |
| Binary | 11100101 | 1110110 | 1101 | 0 | 110000 | 1011110 | 1010 | 11101 | 1011001 | 101111 |
Color Harmonies of #E5760D
Complementary color
Monochromatic Colors of #E5760D
Black with #E5760D
Text Example
Text Example
White with #E5760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5760D; }
p { color: rgb(229,118,13); }
H1.HeaderClassName
{
color: #E5760D;
}
.AnyTagClassName
{
color: #E5760D;
}
</style>
background-color css
<style>
a { background-color: #E5760D; }
a { background-color: rgb(229,118,13); }
div.DivClassName
{
background-color: #E5760D;
}
.BgClassName
{
background-color: #E5760D;
}
</style>
border-color css
<style>
span { border-color: #E5760D; }
span { border-color: rgb(229,118,13); }
td.TdClassName
{
border-color: #E5760D;
}
.TagClassName
{
border-color: #E5760D;
}
</style>