Shades of Mango Tango #E76C0B
Tints of Mango Tango #E76C0B
RGB
CMYK
RGB Variations
Color information
#E76C0B (or 0xE76C0B) is known color: Mango Tango. HEX triplet: E7, 6C and 0B. RGB value is (231,108,11). Sum of RGB (Red+Green+Blue) = 231+108+11=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76C0B is #1893F4. Grayscale: #868686. Windows color (decimal): -1610741 or 748775. OLE color: 748775.
HSL color Cylindrical-coordinate representation of color #E76C0B: hue angle of 26.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E76C0B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.09 |
| HSL | 26.45º | 0.91% | 0.47% | - |
| HSV(B) | 26.45º | 0.95% | 0.91% | - |
| XYZ | 38.38 | 27.74 | 3.65 | - |
| YUV | 133.72 | 58.75 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 11 | 0 | 0.53 | 0.95 | 0.09 | 26.45 | 0.91 | 0.47 |
| Hex | E7 | 6C | B | 0 | 35 | 5F | 9 | 1A | 5B | 2F |
| Octal | 347 | 154 | 13 | 0 | 65 | 137 | 11 | 32 | 133 | 57 |
| Binary | 11100111 | 1101100 | 1011 | 0 | 110101 | 1011111 | 1001 | 11010 | 1011011 | 101111 |
Color Harmonies of #E76C0B
Complementary color
Monochromatic Colors of #E76C0B
Black with #E76C0B
Text Example
Text Example
White with #E76C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C0B; }
p { color: rgb(231,108,11); }
H1.HeaderClassName
{
color: #E76C0B;
}
.AnyTagClassName
{
color: #E76C0B;
}
</style>
background-color css
<style>
a { background-color: #E76C0B; }
a { background-color: rgb(231,108,11); }
div.DivClassName
{
background-color: #E76C0B;
}
.BgClassName
{
background-color: #E76C0B;
}
</style>
border-color css
<style>
span { border-color: #E76C0B; }
span { border-color: rgb(231,108,11); }
td.TdClassName
{
border-color: #E76C0B;
}
.TagClassName
{
border-color: #E76C0B;
}
</style>