Shades of Mango Tango #EA7607
Tints of Mango Tango #EA7607
RGB
CMYK
RGB Variations
Color information
#EA7607 (or 0xEA7607) is known color: Mango Tango. HEX triplet: EA, 76 and 07. RGB value is (234,118,7). Sum of RGB (Red+Green+Blue) = 234+118+7=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7607 is #1589F8. Grayscale: #8C8C8C. Windows color (decimal): -1411577 or 489194. OLE color: 489194.
HSL color Cylindrical-coordinate representation of color #EA7607: hue angle of 29.34º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA7607 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 7 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.08 |
| HSL | 29.34º | 0.94% | 0.47% | - |
| HSV(B) | 29.34º | 0.97% | 0.92% | - |
| XYZ | 40.45 | 30.46 | 3.95 | - |
| YUV | 140.03 | 52.93 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 7 | 0 | 0.50 | 0.97 | 0.08 | 29.34 | 0.94 | 0.47 |
| Hex | EA | 76 | 7 | 0 | 32 | 61 | 8 | 1D | 5E | 2F |
| Octal | 352 | 166 | 7 | 0 | 62 | 141 | 10 | 35 | 136 | 57 |
| Binary | 11101010 | 1110110 | 111 | 0 | 110010 | 1100001 | 1000 | 11101 | 1011110 | 101111 |
Color Harmonies of #EA7607
Complementary color
Monochromatic Colors of #EA7607
Black with #EA7607
Text Example
Text Example
White with #EA7607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7607; }
p { color: rgb(234,118,7); }
H1.HeaderClassName
{
color: #EA7607;
}
.AnyTagClassName
{
color: #EA7607;
}
</style>
background-color css
<style>
a { background-color: #EA7607; }
a { background-color: rgb(234,118,7); }
div.DivClassName
{
background-color: #EA7607;
}
.BgClassName
{
background-color: #EA7607;
}
</style>
border-color css
<style>
span { border-color: #EA7607; }
span { border-color: rgb(234,118,7); }
td.TdClassName
{
border-color: #EA7607;
}
.TagClassName
{
border-color: #EA7607;
}
</style>