Shades of Mango Tango #EA780C
Tints of Mango Tango #EA780C
RGB
CMYK
RGB Variations
Color information
#EA780C (or 0xEA780C) is known color: Mango Tango. HEX triplet: EA, 78 and 0C. RGB value is (234,120,12). Sum of RGB (Red+Green+Blue) = 234+120+12=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA780C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA780C is #1587F3. Grayscale: #8E8E8E. Windows color (decimal): -1411060 or 817386. OLE color: 817386.
HSL color Cylindrical-coordinate representation of color #EA780C: hue angle of 29.19º degrees, saturation: 0.9, 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 #EA780C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.08 |
| HSL | 29.19º | 0.9% | 0.48% | - |
| HSV(B) | 29.19º | 0.95% | 0.92% | - |
| XYZ | 40.71 | 30.95 | 4.18 | - |
| YUV | 141.77 | 54.77 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 12 | 0 | 0.49 | 0.95 | 0.08 | 29.19 | 0.9 | 0.48 |
| Hex | EA | 78 | C | 0 | 31 | 5F | 8 | 1D | 5A | 30 |
| Octal | 352 | 170 | 14 | 0 | 61 | 137 | 10 | 35 | 132 | 60 |
| Binary | 11101010 | 1111000 | 1100 | 0 | 110001 | 1011111 | 1000 | 11101 | 1011010 | 110000 |
Color Harmonies of #EA780C
Complementary color
Monochromatic Colors of #EA780C
Black with #EA780C
Text Example
Text Example
White with #EA780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA780C; }
p { color: rgb(234,120,12); }
H1.HeaderClassName
{
color: #EA780C;
}
.AnyTagClassName
{
color: #EA780C;
}
</style>
background-color css
<style>
a { background-color: #EA780C; }
a { background-color: rgb(234,120,12); }
div.DivClassName
{
background-color: #EA780C;
}
.BgClassName
{
background-color: #EA780C;
}
</style>
border-color css
<style>
span { border-color: #EA780C; }
span { border-color: rgb(234,120,12); }
td.TdClassName
{
border-color: #EA780C;
}
.TagClassName
{
border-color: #EA780C;
}
</style>