Shades of Mango Tango #E77204
Tints of Mango Tango #E77204
RGB
CMYK
RGB Variations
Color information
#E77204 (or 0xE77204) is known color: Mango Tango. HEX triplet: E7, 72 and 04. RGB value is (231,114,4). Sum of RGB (Red+Green+Blue) = 231+114+4=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E77204 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77204 is #188DFB. Grayscale: #898989. Windows color (decimal): -1609212 or 291559. OLE color: 291559.
HSL color Cylindrical-coordinate representation of color #E77204: hue angle of 29.07º 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 #E77204 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.09 |
| HSL | 29.07º | 0.97% | 0.46% | - |
| HSV(B) | 29.07º | 0.98% | 0.91% | - |
| XYZ | 38.99 | 29.03 | 3.66 | - |
| YUV | 136.44 | 53.26 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 4 | 0 | 0.51 | 0.98 | 0.09 | 29.07 | 0.97 | 0.46 |
| Hex | E7 | 72 | 4 | 0 | 33 | 62 | 9 | 1D | 61 | 2E |
| Octal | 347 | 162 | 4 | 0 | 63 | 142 | 11 | 35 | 141 | 56 |
| Binary | 11100111 | 1110010 | 100 | 0 | 110011 | 1100010 | 1001 | 11101 | 1100001 | 101110 |
Color Harmonies of #E77204
Complementary color
Monochromatic Colors of #E77204
Black with #E77204
Text Example
Text Example
White with #E77204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77204; }
p { color: rgb(231,114,4); }
H1.HeaderClassName
{
color: #E77204;
}
.AnyTagClassName
{
color: #E77204;
}
</style>
background-color css
<style>
a { background-color: #E77204; }
a { background-color: rgb(231,114,4); }
div.DivClassName
{
background-color: #E77204;
}
.BgClassName
{
background-color: #E77204;
}
</style>
border-color css
<style>
span { border-color: #E77204; }
span { border-color: rgb(231,114,4); }
td.TdClassName
{
border-color: #E77204;
}
.TagClassName
{
border-color: #E77204;
}
</style>