Shades of Mango Tango #EA7002
Tints of Mango Tango #EA7002
RGB
CMYK
RGB Variations
Color information
#EA7002 (or 0xEA7002) is known color: Mango Tango. HEX triplet: EA, 70 and 02. RGB value is (234,112,2). Sum of RGB (Red+Green+Blue) = 234+112+2=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7002 is #158FFD. Grayscale: #888888. Windows color (decimal): -1413118 or 159978. OLE color: 159978.
HSL color Cylindrical-coordinate representation of color #EA7002: hue angle of 28.45º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA7002 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 112 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.08 |
| HSL | 28.45º | 0.98% | 0.46% | - |
| HSV(B) | 28.45º | 0.99% | 0.92% | - |
| XYZ | 39.74 | 29.09 | 3.58 | - |
| YUV | 135.94 | 52.42 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 112 | 2 | 0 | 0.52 | 0.99 | 0.08 | 28.45 | 0.98 | 0.46 |
| Hex | EA | 70 | 2 | 0 | 34 | 63 | 8 | 1C | 62 | 2E |
| Octal | 352 | 160 | 2 | 0 | 64 | 143 | 10 | 34 | 142 | 56 |
| Binary | 11101010 | 1110000 | 10 | 0 | 110100 | 1100011 | 1000 | 11100 | 1100010 | 101110 |
Color Harmonies of #EA7002
Complementary color
Monochromatic Colors of #EA7002
Black with #EA7002
Text Example
Text Example
White with #EA7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7002; }
p { color: rgb(234,112,2); }
H1.HeaderClassName
{
color: #EA7002;
}
.AnyTagClassName
{
color: #EA7002;
}
</style>
background-color css
<style>
a { background-color: #EA7002; }
a { background-color: rgb(234,112,2); }
div.DivClassName
{
background-color: #EA7002;
}
.BgClassName
{
background-color: #EA7002;
}
</style>
border-color css
<style>
span { border-color: #EA7002; }
span { border-color: rgb(234,112,2); }
td.TdClassName
{
border-color: #EA7002;
}
.TagClassName
{
border-color: #EA7002;
}
</style>