Shades of Mango Tango #E87B0F
Tints of Mango Tango #E87B0F
RGB
CMYK
RGB Variations
Color information
#E87B0F (or 0xE87B0F) is known color: Mango Tango. HEX triplet: E8, 7B and 0F. RGB value is (232,123,15). Sum of RGB (Red+Green+Blue) = 232+123+15=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E87B0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E87B0F is #1784F0. Grayscale: #8F8F8F. Windows color (decimal): -1541361 or 1014760. OLE color: 1014760.
HSL color Cylindrical-coordinate representation of color #E87B0F: hue angle of 29.86º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E87B0F is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 15 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.09 |
| HSL | 29.86º | 0.88% | 0.48% | - |
| HSV(B) | 29.86º | 0.94% | 0.91% | - |
| XYZ | 40.45 | 31.36 | 4.37 | - |
| YUV | 143.28 | 55.61 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 15 | 0 | 0.47 | 0.94 | 0.09 | 29.86 | 0.88 | 0.48 |
| Hex | E8 | 7B | F | 0 | 2F | 5E | 9 | 1E | 58 | 30 |
| Octal | 350 | 173 | 17 | 0 | 57 | 136 | 11 | 36 | 130 | 60 |
| Binary | 11101000 | 1111011 | 1111 | 0 | 101111 | 1011110 | 1001 | 11110 | 1011000 | 110000 |
Color Harmonies of #E87B0F
Complementary color
Monochromatic Colors of #E87B0F
Black with #E87B0F
Text Example
Text Example
White with #E87B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87B0F; }
p { color: rgb(232,123,15); }
H1.HeaderClassName
{
color: #E87B0F;
}
.AnyTagClassName
{
color: #E87B0F;
}
</style>
background-color css
<style>
a { background-color: #E87B0F; }
a { background-color: rgb(232,123,15); }
div.DivClassName
{
background-color: #E87B0F;
}
.BgClassName
{
background-color: #E87B0F;
}
</style>
border-color css
<style>
span { border-color: #E87B0F; }
span { border-color: rgb(232,123,15); }
td.TdClassName
{
border-color: #E87B0F;
}
.TagClassName
{
border-color: #E87B0F;
}
</style>