Shades of Mango Tango #E5730D
Tints of Mango Tango #E5730D
RGB
CMYK
RGB Variations
Color information
#E5730D (or 0xE5730D) is known color: Mango Tango. HEX triplet: E5, 73 and 0D. RGB value is (229,115,13). Sum of RGB (Red+Green+Blue) = 229+115+13=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5730D is #1A8CF2. Grayscale: #898989. Windows color (decimal): -1740019 or 881637. OLE color: 881637.
HSL color Cylindrical-coordinate representation of color #E5730D: hue angle of 28.33º 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 #E5730D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.10 |
| HSL | 28.33º | 0.89% | 0.47% | - |
| HSV(B) | 28.33º | 0.94% | 0.9% | - |
| XYZ | 38.52 | 28.95 | 3.94 | - |
| YUV | 137.46 | 57.77 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 13 | 0 | 0.50 | 0.94 | 0.10 | 28.33 | 0.89 | 0.47 |
| Hex | E5 | 73 | D | 0 | 32 | 5E | A | 1C | 59 | 2F |
| Octal | 345 | 163 | 15 | 0 | 62 | 136 | 12 | 34 | 131 | 57 |
| Binary | 11100101 | 1110011 | 1101 | 0 | 110010 | 1011110 | 1010 | 11100 | 1011001 | 101111 |
Color Harmonies of #E5730D
Complementary color
Monochromatic Colors of #E5730D
Black with #E5730D
Text Example
Text Example
White with #E5730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5730D; }
p { color: rgb(229,115,13); }
H1.HeaderClassName
{
color: #E5730D;
}
.AnyTagClassName
{
color: #E5730D;
}
</style>
background-color css
<style>
a { background-color: #E5730D; }
a { background-color: rgb(229,115,13); }
div.DivClassName
{
background-color: #E5730D;
}
.BgClassName
{
background-color: #E5730D;
}
</style>
border-color css
<style>
span { border-color: #E5730D; }
span { border-color: rgb(229,115,13); }
td.TdClassName
{
border-color: #E5730D;
}
.TagClassName
{
border-color: #E5730D;
}
</style>