Shades of Mango Tango #EA760E
Tints of Mango Tango #EA760E
RGB
CMYK
RGB Variations
Color information
#EA760E (or 0xEA760E) is known color: Mango Tango. HEX triplet: EA, 76 and 0E. RGB value is (234,118,14). Sum of RGB (Red+Green+Blue) = 234+118+14=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA760E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA760E is #1589F1. Grayscale: #8D8D8D. Windows color (decimal): -1411570 or 947946. OLE color: 947946.
HSL color Cylindrical-coordinate representation of color #EA760E: hue angle of 28.36º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA760E is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 14 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.08 |
| HSL | 28.36º | 0.89% | 0.49% | - |
| HSV(B) | 28.36º | 0.94% | 0.92% | - |
| XYZ | 40.49 | 30.48 | 4.16 | - |
| YUV | 140.83 | 56.43 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 14 | 0 | 0.50 | 0.94 | 0.08 | 28.36 | 0.89 | 0.49 |
| Hex | EA | 76 | E | 0 | 32 | 5E | 8 | 1C | 59 | 31 |
| Octal | 352 | 166 | 16 | 0 | 62 | 136 | 10 | 34 | 131 | 61 |
| Binary | 11101010 | 1110110 | 1110 | 0 | 110010 | 1011110 | 1000 | 11100 | 1011001 | 110001 |
Color Harmonies of #EA760E
Complementary color
Monochromatic Colors of #EA760E
Black with #EA760E
Text Example
Text Example
White with #EA760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA760E; }
p { color: rgb(234,118,14); }
H1.HeaderClassName
{
color: #EA760E;
}
.AnyTagClassName
{
color: #EA760E;
}
</style>
background-color css
<style>
a { background-color: #EA760E; }
a { background-color: rgb(234,118,14); }
div.DivClassName
{
background-color: #EA760E;
}
.BgClassName
{
background-color: #EA760E;
}
</style>
border-color css
<style>
span { border-color: #EA760E; }
span { border-color: rgb(234,118,14); }
td.TdClassName
{
border-color: #EA760E;
}
.TagClassName
{
border-color: #EA760E;
}
</style>