Shades of Mango Tango #EA7602
Tints of Mango Tango #EA7602
RGB
CMYK
RGB Variations
Color information
#EA7602 (or 0xEA7602) is known color: Mango Tango. HEX triplet: EA, 76 and 02. RGB value is (234,118,2). Sum of RGB (Red+Green+Blue) = 234+118+2=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7602 is #1589FD. Grayscale: #8C8C8C. Windows color (decimal): -1411582 or 161514. OLE color: 161514.
HSL color Cylindrical-coordinate representation of color #EA7602: hue angle of 30º 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 #EA7602 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.08 |
| HSL | 30º | 0.98% | 0.46% | - |
| HSV(B) | 30º | 0.99% | 0.92% | - |
| XYZ | 40.42 | 30.45 | 3.81 | - |
| YUV | 139.46 | 50.43 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 2 | 0 | 0.50 | 0.99 | 0.08 | 30 | 0.98 | 0.46 |
| Hex | EA | 76 | 2 | 0 | 32 | 63 | 8 | 1E | 62 | 2E |
| Octal | 352 | 166 | 2 | 0 | 62 | 143 | 10 | 36 | 142 | 56 |
| Binary | 11101010 | 1110110 | 10 | 0 | 110010 | 1100011 | 1000 | 11110 | 1100010 | 101110 |
Color Harmonies of #EA7602
Complementary color
Monochromatic Colors of #EA7602
Black with #EA7602
Text Example
Text Example
White with #EA7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7602; }
p { color: rgb(234,118,2); }
H1.HeaderClassName
{
color: #EA7602;
}
.AnyTagClassName
{
color: #EA7602;
}
</style>
background-color css
<style>
a { background-color: #EA7602; }
a { background-color: rgb(234,118,2); }
div.DivClassName
{
background-color: #EA7602;
}
.BgClassName
{
background-color: #EA7602;
}
</style>
border-color css
<style>
span { border-color: #EA7602; }
span { border-color: rgb(234,118,2); }
td.TdClassName
{
border-color: #EA7602;
}
.TagClassName
{
border-color: #EA7602;
}
</style>