Shades of Mango Tango #E87D15
Tints of Mango Tango #E87D15
RGB
CMYK
RGB Variations
Color information
#E87D15 (or 0xE87D15) is known color: Mango Tango. HEX triplet: E8, 7D and 15. RGB value is (232,125,21). Sum of RGB (Red+Green+Blue) = 232+125+21=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E87D15 is #1782EA. Grayscale: #919191. Windows color (decimal): -1540843 or 1408488. OLE color: 1408488.
HSL color Cylindrical-coordinate representation of color #E87D15: hue angle of 29.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E87D15 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 21 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.09 |
| HSL | 29.57º | 0.83% | 0.5% | - |
| HSV(B) | 29.57º | 0.91% | 0.91% | - |
| XYZ | 40.75 | 31.88 | 4.71 | - |
| YUV | 145.14 | 57.95 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 21 | 0 | 0.46 | 0.91 | 0.09 | 29.57 | 0.83 | 0.5 |
| Hex | E8 | 7D | 15 | 0 | 2E | 5B | 9 | 1E | 53 | 32 |
| Octal | 350 | 175 | 25 | 0 | 56 | 133 | 11 | 36 | 123 | 62 |
| Binary | 11101000 | 1111101 | 10101 | 0 | 101110 | 1011011 | 1001 | 11110 | 1010011 | 110010 |
Color Harmonies of #E87D15
Complementary color
Monochromatic Colors of #E87D15
Black with #E87D15
Text Example
Text Example
White with #E87D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87D15; }
p { color: rgb(232,125,21); }
H1.HeaderClassName
{
color: #E87D15;
}
.AnyTagClassName
{
color: #E87D15;
}
</style>
background-color css
<style>
a { background-color: #E87D15; }
a { background-color: rgb(232,125,21); }
div.DivClassName
{
background-color: #E87D15;
}
.BgClassName
{
background-color: #E87D15;
}
</style>
border-color css
<style>
span { border-color: #E87D15; }
span { border-color: rgb(232,125,21); }
td.TdClassName
{
border-color: #E87D15;
}
.TagClassName
{
border-color: #E87D15;
}
</style>