Shades of Mango Tango #EA790A
Tints of Mango Tango #EA790A
RGB
CMYK
RGB Variations
Color information
#EA790A (or 0xEA790A) is known color: Mango Tango. HEX triplet: EA, 79 and 0A. RGB value is (234,121,10). Sum of RGB (Red+Green+Blue) = 234+121+10=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA790A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA790A is #1586F5. Grayscale: #8E8E8E. Windows color (decimal): -1410806 or 686570. OLE color: 686570.
HSL color Cylindrical-coordinate representation of color #EA790A: hue angle of 29.73º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA790A is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 121 | 10 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.08 |
| HSL | 29.73º | 0.92% | 0.48% | - |
| HSV(B) | 29.73º | 0.96% | 0.92% | - |
| XYZ | 40.82 | 31.19 | 4.16 | - |
| YUV | 142.13 | 53.44 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 121 | 10 | 0 | 0.48 | 0.96 | 0.08 | 29.73 | 0.92 | 0.48 |
| Hex | EA | 79 | A | 0 | 30 | 60 | 8 | 1E | 5C | 30 |
| Octal | 352 | 171 | 12 | 0 | 60 | 140 | 10 | 36 | 134 | 60 |
| Binary | 11101010 | 1111001 | 1010 | 0 | 110000 | 1100000 | 1000 | 11110 | 1011100 | 110000 |
Color Harmonies of #EA790A
Complementary color
Monochromatic Colors of #EA790A
Black with #EA790A
Text Example
Text Example
White with #EA790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA790A; }
p { color: rgb(234,121,10); }
H1.HeaderClassName
{
color: #EA790A;
}
.AnyTagClassName
{
color: #EA790A;
}
</style>
background-color css
<style>
a { background-color: #EA790A; }
a { background-color: rgb(234,121,10); }
div.DivClassName
{
background-color: #EA790A;
}
.BgClassName
{
background-color: #EA790A;
}
</style>
border-color css
<style>
span { border-color: #EA790A; }
span { border-color: rgb(234,121,10); }
td.TdClassName
{
border-color: #EA790A;
}
.TagClassName
{
border-color: #EA790A;
}
</style>