Shades of Mango Tango #EA7205
Tints of Mango Tango #EA7205
RGB
CMYK
RGB Variations
Color information
#EA7205 (or 0xEA7205) is known color: Mango Tango. HEX triplet: EA, 72 and 05. RGB value is (234,114,5). Sum of RGB (Red+Green+Blue) = 234+114+5=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7205 is #158DFA. Grayscale: #8A8A8A. Windows color (decimal): -1412603 or 357098. OLE color: 357098.
HSL color Cylindrical-coordinate representation of color #EA7205: hue angle of 28.56º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA7205 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 114 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.08 |
| HSL | 28.56º | 0.96% | 0.47% | - |
| HSV(B) | 28.56º | 0.98% | 0.92% | - |
| XYZ | 39.98 | 29.54 | 3.74 | - |
| YUV | 137.45 | 53.26 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 5 | 0 | 0.51 | 0.98 | 0.08 | 28.56 | 0.96 | 0.47 |
| Hex | EA | 72 | 5 | 0 | 33 | 62 | 8 | 1D | 60 | 2F |
| Octal | 352 | 162 | 5 | 0 | 63 | 142 | 10 | 35 | 140 | 57 |
| Binary | 11101010 | 1110010 | 101 | 0 | 110011 | 1100010 | 1000 | 11101 | 1100000 | 101111 |
Color Harmonies of #EA7205
Complementary color
Monochromatic Colors of #EA7205
Black with #EA7205
Text Example
Text Example
White with #EA7205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7205; }
p { color: rgb(234,114,5); }
H1.HeaderClassName
{
color: #EA7205;
}
.AnyTagClassName
{
color: #EA7205;
}
</style>
background-color css
<style>
a { background-color: #EA7205; }
a { background-color: rgb(234,114,5); }
div.DivClassName
{
background-color: #EA7205;
}
.BgClassName
{
background-color: #EA7205;
}
</style>
border-color css
<style>
span { border-color: #EA7205; }
span { border-color: rgb(234,114,5); }
td.TdClassName
{
border-color: #EA7205;
}
.TagClassName
{
border-color: #EA7205;
}
</style>