Shades of Mango Tango #EA7800
Tints of Mango Tango #EA7800
RGB
CMYK
RGB Variations
Color information
#EA7800 (or 0xEA7800) is known color: Mango Tango. HEX triplet: EA, 78 and 00. RGB value is (234,120,0). Sum of RGB (Red+Green+Blue) = 234+120+0=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7800 is #1587FF. Grayscale: #8D8D8D. Windows color (decimal): -1411072 or 30954. OLE color: 30954.
HSL color Cylindrical-coordinate representation of color #EA7800: hue angle of 30.77º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA7800 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.08 |
| HSL | 30.77º | 1% | 0.46% | - |
| HSV(B) | 30.77º | 1% | 0.92% | - |
| XYZ | 40.65 | 30.93 | 3.83 | - |
| YUV | 140.41 | 48.77 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 0 | 0 | 0.49 | 1 | 0.08 | 30.77 | 1 | 0.46 |
| Hex | EA | 78 | 0 | 0 | 31 | 64 | 8 | 1F | 64 | 2E |
| Octal | 352 | 170 | 0 | 0 | 61 | 144 | 10 | 37 | 144 | 56 |
| Binary | 11101010 | 1111000 | 0 | 0 | 110001 | 1100100 | 1000 | 11111 | 1100100 | 101110 |
Color Harmonies of #EA7800
Complementary color
Monochromatic Colors of #EA7800
Black with #EA7800
Text Example
Text Example
White with #EA7800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7800; }
p { color: rgb(234,120,0); }
H1.HeaderClassName
{
color: #EA7800;
}
.AnyTagClassName
{
color: #EA7800;
}
</style>
background-color css
<style>
a { background-color: #EA7800; }
a { background-color: rgb(234,120,0); }
div.DivClassName
{
background-color: #EA7800;
}
.BgClassName
{
background-color: #EA7800;
}
</style>
border-color css
<style>
span { border-color: #EA7800; }
span { border-color: rgb(234,120,0); }
td.TdClassName
{
border-color: #EA7800;
}
.TagClassName
{
border-color: #EA7800;
}
</style>