Shades of Mango Tango #E76B0B
Tints of Mango Tango #E76B0B
RGB
CMYK
RGB Variations
Color information
#E76B0B (or 0xE76B0B) is known color: Mango Tango. HEX triplet: E7, 6B and 0B. RGB value is (231,107,11). Sum of RGB (Red+Green+Blue) = 231+107+11=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76B0B is #1894F4. Grayscale: #858585. Windows color (decimal): -1610997 or 748519. OLE color: 748519.
HSL color Cylindrical-coordinate representation of color #E76B0B: hue angle of 26.18º 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 #E76B0B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.09 |
| HSL | 26.18º | 0.91% | 0.47% | - |
| HSV(B) | 26.18º | 0.95% | 0.91% | - |
| XYZ | 38.27 | 27.53 | 3.61 | - |
| YUV | 133.13 | 59.08 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 11 | 0 | 0.54 | 0.95 | 0.09 | 26.18 | 0.91 | 0.47 |
| Hex | E7 | 6B | B | 0 | 36 | 5F | 9 | 1A | 5B | 2F |
| Octal | 347 | 153 | 13 | 0 | 66 | 137 | 11 | 32 | 133 | 57 |
| Binary | 11100111 | 1101011 | 1011 | 0 | 110110 | 1011111 | 1001 | 11010 | 1011011 | 101111 |
Color Harmonies of #E76B0B
Complementary color
Monochromatic Colors of #E76B0B
Black with #E76B0B
Text Example
Text Example
White with #E76B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76B0B; }
p { color: rgb(231,107,11); }
H1.HeaderClassName
{
color: #E76B0B;
}
.AnyTagClassName
{
color: #E76B0B;
}
</style>
background-color css
<style>
a { background-color: #E76B0B; }
a { background-color: rgb(231,107,11); }
div.DivClassName
{
background-color: #E76B0B;
}
.BgClassName
{
background-color: #E76B0B;
}
</style>
border-color css
<style>
span { border-color: #E76B0B; }
span { border-color: rgb(231,107,11); }
td.TdClassName
{
border-color: #E76B0B;
}
.TagClassName
{
border-color: #E76B0B;
}
</style>