Shades of Mango Tango #E76804
Tints of Mango Tango #E76804
RGB
CMYK
RGB Variations
Color information
#E76804 (or 0xE76804) is known color: Mango Tango. HEX triplet: E7, 68 and 04. RGB value is (231,104,4). Sum of RGB (Red+Green+Blue) = 231+104+4=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E76804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76804 is #1897FB. Grayscale: #838383. Windows color (decimal): -1611772 or 288999. OLE color: 288999.
HSL color Cylindrical-coordinate representation of color #E76804: hue angle of 26.43º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E76804 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.09 |
| HSL | 26.43º | 0.97% | 0.46% | - |
| HSV(B) | 26.43º | 0.98% | 0.91% | - |
| XYZ | 37.93 | 26.9 | 3.31 | - |
| YUV | 130.57 | 56.58 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 4 | 0 | 0.55 | 0.98 | 0.09 | 26.43 | 0.97 | 0.46 |
| Hex | E7 | 68 | 4 | 0 | 37 | 62 | 9 | 1A | 61 | 2E |
| Octal | 347 | 150 | 4 | 0 | 67 | 142 | 11 | 32 | 141 | 56 |
| Binary | 11100111 | 1101000 | 100 | 0 | 110111 | 1100010 | 1001 | 11010 | 1100001 | 101110 |
Color Harmonies of #E76804
Complementary color
Monochromatic Colors of #E76804
Black with #E76804
Text Example
Text Example
White with #E76804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76804; }
p { color: rgb(231,104,4); }
H1.HeaderClassName
{
color: #E76804;
}
.AnyTagClassName
{
color: #E76804;
}
</style>
background-color css
<style>
a { background-color: #E76804; }
a { background-color: rgb(231,104,4); }
div.DivClassName
{
background-color: #E76804;
}
.BgClassName
{
background-color: #E76804;
}
</style>
border-color css
<style>
span { border-color: #E76804; }
span { border-color: rgb(231,104,4); }
td.TdClassName
{
border-color: #E76804;
}
.TagClassName
{
border-color: #E76804;
}
</style>