Shades of Mango Tango #EA760C
Tints of Mango Tango #EA760C
RGB
CMYK
RGB Variations
Color information
#EA760C (or 0xEA760C) is known color: Mango Tango. HEX triplet: EA, 76 and 0C. RGB value is (234,118,12). Sum of RGB (Red+Green+Blue) = 234+118+12=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA760C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA760C is #1589F3. Grayscale: #8D8D8D. Windows color (decimal): -1411572 or 816874. OLE color: 816874.
HSL color Cylindrical-coordinate representation of color #EA760C: hue angle of 28.65º 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 #EA760C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 12 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.08 |
| HSL | 28.65º | 0.9% | 0.48% | - |
| HSV(B) | 28.65º | 0.95% | 0.92% | - |
| XYZ | 40.48 | 30.48 | 4.1 | - |
| YUV | 140.6 | 55.43 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 12 | 0 | 0.50 | 0.95 | 0.08 | 28.65 | 0.9 | 0.48 |
| Hex | EA | 76 | C | 0 | 32 | 5F | 8 | 1D | 5A | 30 |
| Octal | 352 | 166 | 14 | 0 | 62 | 137 | 10 | 35 | 132 | 60 |
| Binary | 11101010 | 1110110 | 1100 | 0 | 110010 | 1011111 | 1000 | 11101 | 1011010 | 110000 |
Color Harmonies of #EA760C
Complementary color
Monochromatic Colors of #EA760C
Black with #EA760C
Text Example
Text Example
White with #EA760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA760C; }
p { color: rgb(234,118,12); }
H1.HeaderClassName
{
color: #EA760C;
}
.AnyTagClassName
{
color: #EA760C;
}
</style>
background-color css
<style>
a { background-color: #EA760C; }
a { background-color: rgb(234,118,12); }
div.DivClassName
{
background-color: #EA760C;
}
.BgClassName
{
background-color: #EA760C;
}
</style>
border-color css
<style>
span { border-color: #EA760C; }
span { border-color: rgb(234,118,12); }
td.TdClassName
{
border-color: #EA760C;
}
.TagClassName
{
border-color: #EA760C;
}
</style>