Shades of Mango Tango #EA7302
Tints of Mango Tango #EA7302
RGB
CMYK
RGB Variations
Color information
#EA7302 (or 0xEA7302) is known color: Mango Tango. HEX triplet: EA, 73 and 02. RGB value is (234,115,2). Sum of RGB (Red+Green+Blue) = 234+115+2=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7302 is #158CFD. Grayscale: #8A8A8A. Windows color (decimal): -1412350 or 160746. OLE color: 160746.
HSL color Cylindrical-coordinate representation of color #EA7302: hue angle of 29.22º 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 #EA7302 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.08 |
| HSL | 29.22º | 0.98% | 0.46% | - |
| HSV(B) | 29.22º | 0.99% | 0.92% | - |
| XYZ | 40.07 | 29.76 | 3.69 | - |
| YUV | 137.7 | 51.42 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 2 | 0 | 0.51 | 0.99 | 0.08 | 29.22 | 0.98 | 0.46 |
| Hex | EA | 73 | 2 | 0 | 33 | 63 | 8 | 1D | 62 | 2E |
| Octal | 352 | 163 | 2 | 0 | 63 | 143 | 10 | 35 | 142 | 56 |
| Binary | 11101010 | 1110011 | 10 | 0 | 110011 | 1100011 | 1000 | 11101 | 1100010 | 101110 |
Color Harmonies of #EA7302
Complementary color
Monochromatic Colors of #EA7302
Black with #EA7302
Text Example
Text Example
White with #EA7302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7302; }
p { color: rgb(234,115,2); }
H1.HeaderClassName
{
color: #EA7302;
}
.AnyTagClassName
{
color: #EA7302;
}
</style>
background-color css
<style>
a { background-color: #EA7302; }
a { background-color: rgb(234,115,2); }
div.DivClassName
{
background-color: #EA7302;
}
.BgClassName
{
background-color: #EA7302;
}
</style>
border-color css
<style>
span { border-color: #EA7302; }
span { border-color: rgb(234,115,2); }
td.TdClassName
{
border-color: #EA7302;
}
.TagClassName
{
border-color: #EA7302;
}
</style>