Shades of Mango Tango #EA7610
Tints of Mango Tango #EA7610
RGB
CMYK
RGB Variations
Color information
#EA7610 (or 0xEA7610) is known color: Mango Tango. HEX triplet: EA, 76 and 10. RGB value is (234,118,16). Sum of RGB (Red+Green+Blue) = 234+118+16=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7610 is #1589EF. Grayscale: #8D8D8D. Windows color (decimal): -1411568 or 1079018. OLE color: 1079018.
HSL color Cylindrical-coordinate representation of color #EA7610: hue angle of 28.07º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA7610 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.08 |
| HSL | 28.07º | 0.87% | 0.49% | - |
| HSV(B) | 28.07º | 0.93% | 0.92% | - |
| XYZ | 40.5 | 30.49 | 4.24 | - |
| YUV | 141.06 | 57.43 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 16 | 0 | 0.50 | 0.93 | 0.08 | 28.07 | 0.87 | 0.49 |
| Hex | EA | 76 | 10 | 0 | 32 | 5D | 8 | 1C | 57 | 31 |
| Octal | 352 | 166 | 20 | 0 | 62 | 135 | 10 | 34 | 127 | 61 |
| Binary | 11101010 | 1110110 | 10000 | 0 | 110010 | 1011101 | 1000 | 11100 | 1010111 | 110001 |
Color Harmonies of #EA7610
Complementary color
Monochromatic Colors of #EA7610
Black with #EA7610
Text Example
Text Example
White with #EA7610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7610; }
p { color: rgb(234,118,16); }
H1.HeaderClassName
{
color: #EA7610;
}
.AnyTagClassName
{
color: #EA7610;
}
</style>
background-color css
<style>
a { background-color: #EA7610; }
a { background-color: rgb(234,118,16); }
div.DivClassName
{
background-color: #EA7610;
}
.BgClassName
{
background-color: #EA7610;
}
</style>
border-color css
<style>
span { border-color: #EA7610; }
span { border-color: rgb(234,118,16); }
td.TdClassName
{
border-color: #EA7610;
}
.TagClassName
{
border-color: #EA7610;
}
</style>