Shades of Mango Tango #EA770C
Tints of Mango Tango #EA770C
RGB
CMYK
RGB Variations
Color information
#EA770C (or 0xEA770C) is known color: Mango Tango. HEX triplet: EA, 77 and 0C. RGB value is (234,119,12). Sum of RGB (Red+Green+Blue) = 234+119+12=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA770C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA770C is #1588F3. Grayscale: #8D8D8D. Windows color (decimal): -1411316 or 817130. OLE color: 817130.
HSL color Cylindrical-coordinate representation of color #EA770C: hue angle of 28.92º 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 #EA770C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.08 |
| HSL | 28.92º | 0.9% | 0.48% | - |
| HSV(B) | 28.92º | 0.95% | 0.92% | - |
| XYZ | 40.59 | 30.71 | 4.14 | - |
| YUV | 141.19 | 55.1 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 12 | 0 | 0.49 | 0.95 | 0.08 | 28.92 | 0.9 | 0.48 |
| Hex | EA | 77 | C | 0 | 31 | 5F | 8 | 1D | 5A | 30 |
| Octal | 352 | 167 | 14 | 0 | 61 | 137 | 10 | 35 | 132 | 60 |
| Binary | 11101010 | 1110111 | 1100 | 0 | 110001 | 1011111 | 1000 | 11101 | 1011010 | 110000 |
Color Harmonies of #EA770C
Complementary color
Monochromatic Colors of #EA770C
Black with #EA770C
Text Example
Text Example
White with #EA770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA770C; }
p { color: rgb(234,119,12); }
H1.HeaderClassName
{
color: #EA770C;
}
.AnyTagClassName
{
color: #EA770C;
}
</style>
background-color css
<style>
a { background-color: #EA770C; }
a { background-color: rgb(234,119,12); }
div.DivClassName
{
background-color: #EA770C;
}
.BgClassName
{
background-color: #EA770C;
}
</style>
border-color css
<style>
span { border-color: #EA770C; }
span { border-color: rgb(234,119,12); }
td.TdClassName
{
border-color: #EA770C;
}
.TagClassName
{
border-color: #EA770C;
}
</style>