Shades of Mango Tango #EA7802
Tints of Mango Tango #EA7802
RGB
CMYK
RGB Variations
Color information
#EA7802 (or 0xEA7802) is known color: Mango Tango. HEX triplet: EA, 78 and 02. RGB value is (234,120,2). Sum of RGB (Red+Green+Blue) = 234+120+2=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7802 is #1587FD. Grayscale: #8D8D8D. Windows color (decimal): -1411070 or 162026. OLE color: 162026.
HSL color Cylindrical-coordinate representation of color #EA7802: hue angle of 30.52º 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 #EA7802 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.08 |
| HSL | 30.52º | 0.98% | 0.46% | - |
| HSV(B) | 30.52º | 0.99% | 0.92% | - |
| XYZ | 40.66 | 30.93 | 3.88 | - |
| YUV | 140.63 | 49.77 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 2 | 0 | 0.49 | 0.99 | 0.08 | 30.52 | 0.98 | 0.46 |
| Hex | EA | 78 | 2 | 0 | 31 | 63 | 8 | 1F | 62 | 2E |
| Octal | 352 | 170 | 2 | 0 | 61 | 143 | 10 | 37 | 142 | 56 |
| Binary | 11101010 | 1111000 | 10 | 0 | 110001 | 1100011 | 1000 | 11111 | 1100010 | 101110 |
Color Harmonies of #EA7802
Complementary color
Monochromatic Colors of #EA7802
Black with #EA7802
Text Example
Text Example
White with #EA7802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7802; }
p { color: rgb(234,120,2); }
H1.HeaderClassName
{
color: #EA7802;
}
.AnyTagClassName
{
color: #EA7802;
}
</style>
background-color css
<style>
a { background-color: #EA7802; }
a { background-color: rgb(234,120,2); }
div.DivClassName
{
background-color: #EA7802;
}
.BgClassName
{
background-color: #EA7802;
}
</style>
border-color css
<style>
span { border-color: #EA7802; }
span { border-color: rgb(234,120,2); }
td.TdClassName
{
border-color: #EA7802;
}
.TagClassName
{
border-color: #EA7802;
}
</style>