Shades of Mango Tango #EA790B
Tints of Mango Tango #EA790B
RGB
CMYK
RGB Variations
Color information
#EA790B (or 0xEA790B) is known color: Mango Tango. HEX triplet: EA, 79 and 0B. RGB value is (234,121,11). Sum of RGB (Red+Green+Blue) = 234+121+11=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA790B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA790B is #1586F4. Grayscale: #8E8E8E. Windows color (decimal): -1410805 or 752106. OLE color: 752106.
HSL color Cylindrical-coordinate representation of color #EA790B: hue angle of 29.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA790B is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 121 | 11 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.08 |
| HSL | 29.6º | 0.91% | 0.48% | - |
| HSV(B) | 29.6º | 0.95% | 0.92% | - |
| XYZ | 40.83 | 31.19 | 4.19 | - |
| YUV | 142.25 | 53.94 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 121 | 11 | 0 | 0.48 | 0.95 | 0.08 | 29.6 | 0.91 | 0.48 |
| Hex | EA | 79 | B | 0 | 30 | 5F | 8 | 1E | 5B | 30 |
| Octal | 352 | 171 | 13 | 0 | 60 | 137 | 10 | 36 | 133 | 60 |
| Binary | 11101010 | 1111001 | 1011 | 0 | 110000 | 1011111 | 1000 | 11110 | 1011011 | 110000 |
Color Harmonies of #EA790B
Complementary color
Monochromatic Colors of #EA790B
Black with #EA790B
Text Example
Text Example
White with #EA790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA790B; }
p { color: rgb(234,121,11); }
H1.HeaderClassName
{
color: #EA790B;
}
.AnyTagClassName
{
color: #EA790B;
}
</style>
background-color css
<style>
a { background-color: #EA790B; }
a { background-color: rgb(234,121,11); }
div.DivClassName
{
background-color: #EA790B;
}
.BgClassName
{
background-color: #EA790B;
}
</style>
border-color css
<style>
span { border-color: #EA790B; }
span { border-color: rgb(234,121,11); }
td.TdClassName
{
border-color: #EA790B;
}
.TagClassName
{
border-color: #EA790B;
}
</style>