Shades of Mango Tango #E76E0C
Tints of Mango Tango #E76E0C
RGB
CMYK
RGB Variations
Color information
#E76E0C (or 0xE76E0C) is known color: Mango Tango. HEX triplet: E7, 6E and 0C. RGB value is (231,110,12). Sum of RGB (Red+Green+Blue) = 231+110+12=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76E0C is #1891F3. Grayscale: #878787. Windows color (decimal): -1610228 or 814823. OLE color: 814823.
HSL color Cylindrical-coordinate representation of color #E76E0C: hue angle of 26.85º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E76E0C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.09 |
| HSL | 26.85º | 0.9% | 0.48% | - |
| HSV(B) | 26.85º | 0.95% | 0.91% | - |
| XYZ | 38.6 | 28.17 | 3.75 | - |
| YUV | 135.01 | 58.59 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 12 | 0 | 0.52 | 0.95 | 0.09 | 26.85 | 0.9 | 0.48 |
| Hex | E7 | 6E | C | 0 | 34 | 5F | 9 | 1B | 5A | 30 |
| Octal | 347 | 156 | 14 | 0 | 64 | 137 | 11 | 33 | 132 | 60 |
| Binary | 11100111 | 1101110 | 1100 | 0 | 110100 | 1011111 | 1001 | 11011 | 1011010 | 110000 |
Color Harmonies of #E76E0C
Complementary color
Monochromatic Colors of #E76E0C
Black with #E76E0C
Text Example
Text Example
White with #E76E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76E0C; }
p { color: rgb(231,110,12); }
H1.HeaderClassName
{
color: #E76E0C;
}
.AnyTagClassName
{
color: #E76E0C;
}
</style>
background-color css
<style>
a { background-color: #E76E0C; }
a { background-color: rgb(231,110,12); }
div.DivClassName
{
background-color: #E76E0C;
}
.BgClassName
{
background-color: #E76E0C;
}
</style>
border-color css
<style>
span { border-color: #E76E0C; }
span { border-color: rgb(231,110,12); }
td.TdClassName
{
border-color: #E76E0C;
}
.TagClassName
{
border-color: #E76E0C;
}
</style>