Shades of Mango Tango #E77504
Tints of Mango Tango #E77504
RGB
CMYK
RGB Variations
Color information
#E77504 (or 0xE77504) is known color: Mango Tango. HEX triplet: E7, 75 and 04. RGB value is (231,117,4). Sum of RGB (Red+Green+Blue) = 231+117+4=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E77504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77504 is #188AFB. Grayscale: #8A8A8A. Windows color (decimal): -1608444 or 292327. OLE color: 292327.
HSL color Cylindrical-coordinate representation of color #E77504: hue angle of 29.87º 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 #E77504 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 4 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.09 |
| HSL | 29.87º | 0.97% | 0.46% | - |
| HSV(B) | 29.87º | 0.98% | 0.91% | - |
| XYZ | 39.34 | 29.72 | 3.78 | - |
| YUV | 138.2 | 52.27 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 4 | 0 | 0.49 | 0.98 | 0.09 | 29.87 | 0.97 | 0.46 |
| Hex | E7 | 75 | 4 | 0 | 31 | 62 | 9 | 1E | 61 | 2E |
| Octal | 347 | 165 | 4 | 0 | 61 | 142 | 11 | 36 | 141 | 56 |
| Binary | 11100111 | 1110101 | 100 | 0 | 110001 | 1100010 | 1001 | 11110 | 1100001 | 101110 |
Color Harmonies of #E77504
Complementary color
Monochromatic Colors of #E77504
Black with #E77504
Text Example
Text Example
White with #E77504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77504; }
p { color: rgb(231,117,4); }
H1.HeaderClassName
{
color: #E77504;
}
.AnyTagClassName
{
color: #E77504;
}
</style>
background-color css
<style>
a { background-color: #E77504; }
a { background-color: rgb(231,117,4); }
div.DivClassName
{
background-color: #E77504;
}
.BgClassName
{
background-color: #E77504;
}
</style>
border-color css
<style>
span { border-color: #E77504; }
span { border-color: rgb(231,117,4); }
td.TdClassName
{
border-color: #E77504;
}
.TagClassName
{
border-color: #E77504;
}
</style>