Shades of Mango Tango #EA7804
Tints of Mango Tango #EA7804
RGB
CMYK
RGB Variations
Color information
#EA7804 (or 0xEA7804) is known color: Mango Tango. HEX triplet: EA, 78 and 04. RGB value is (234,120,4). Sum of RGB (Red+Green+Blue) = 234+120+4=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7804 is #1587FB. Grayscale: #8D8D8D. Windows color (decimal): -1411068 or 293098. OLE color: 293098.
HSL color Cylindrical-coordinate representation of color #EA7804: hue angle of 30.26º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA7804 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 4 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.08 |
| HSL | 30.26º | 0.97% | 0.47% | - |
| HSV(B) | 30.26º | 0.98% | 0.92% | - |
| XYZ | 40.67 | 30.93 | 3.94 | - |
| YUV | 140.86 | 50.77 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 4 | 0 | 0.49 | 0.98 | 0.08 | 30.26 | 0.97 | 0.47 |
| Hex | EA | 78 | 4 | 0 | 31 | 62 | 8 | 1E | 61 | 2F |
| Octal | 352 | 170 | 4 | 0 | 61 | 142 | 10 | 36 | 141 | 57 |
| Binary | 11101010 | 1111000 | 100 | 0 | 110001 | 1100010 | 1000 | 11110 | 1100001 | 101111 |
Color Harmonies of #EA7804
Complementary color
Monochromatic Colors of #EA7804
Black with #EA7804
Text Example
Text Example
White with #EA7804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7804; }
p { color: rgb(234,120,4); }
H1.HeaderClassName
{
color: #EA7804;
}
.AnyTagClassName
{
color: #EA7804;
}
</style>
background-color css
<style>
a { background-color: #EA7804; }
a { background-color: rgb(234,120,4); }
div.DivClassName
{
background-color: #EA7804;
}
.BgClassName
{
background-color: #EA7804;
}
</style>
border-color css
<style>
span { border-color: #EA7804; }
span { border-color: rgb(234,120,4); }
td.TdClassName
{
border-color: #EA7804;
}
.TagClassName
{
border-color: #EA7804;
}
</style>