Shades of Mango Tango #E76812
Tints of Mango Tango #E76812
RGB
CMYK
RGB Variations
Color information
#E76812 (or 0xE76812) is known color: Mango Tango. HEX triplet: E7, 68 and 12. RGB value is (231,104,18). Sum of RGB (Red+Green+Blue) = 231+104+18=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E76812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76812 is #1897ED. Grayscale: #848484. Windows color (decimal): -1611758 or 1206503. OLE color: 1206503.
HSL color Cylindrical-coordinate representation of color #E76812: hue angle of 24.23º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E76812 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 18 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.09 |
| HSL | 24.23º | 0.86% | 0.49% | - |
| HSV(B) | 24.23º | 0.92% | 0.91% | - |
| XYZ | 38.01 | 26.93 | 3.77 | - |
| YUV | 132.17 | 63.58 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 18 | 0 | 0.55 | 0.92 | 0.09 | 24.23 | 0.86 | 0.49 |
| Hex | E7 | 68 | 12 | 0 | 37 | 5C | 9 | 18 | 56 | 31 |
| Octal | 347 | 150 | 22 | 0 | 67 | 134 | 11 | 30 | 126 | 61 |
| Binary | 11100111 | 1101000 | 10010 | 0 | 110111 | 1011100 | 1001 | 11000 | 1010110 | 110001 |
Color Harmonies of #E76812
Complementary color
Monochromatic Colors of #E76812
Black with #E76812
Text Example
Text Example
White with #E76812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76812; }
p { color: rgb(231,104,18); }
H1.HeaderClassName
{
color: #E76812;
}
.AnyTagClassName
{
color: #E76812;
}
</style>
background-color css
<style>
a { background-color: #E76812; }
a { background-color: rgb(231,104,18); }
div.DivClassName
{
background-color: #E76812;
}
.BgClassName
{
background-color: #E76812;
}
</style>
border-color css
<style>
span { border-color: #E76812; }
span { border-color: rgb(231,104,18); }
td.TdClassName
{
border-color: #E76812;
}
.TagClassName
{
border-color: #E76812;
}
</style>