Shades of Mango Tango #EA760D
Tints of Mango Tango #EA760D
RGB
CMYK
RGB Variations
Color information
#EA760D (or 0xEA760D) is known color: Mango Tango. HEX triplet: EA, 76 and 0D. RGB value is (234,118,13). Sum of RGB (Red+Green+Blue) = 234+118+13=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA760D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA760D is #1589F2. Grayscale: #8D8D8D. Windows color (decimal): -1411571 or 882410. OLE color: 882410.
HSL color Cylindrical-coordinate representation of color #EA760D: hue angle of 28.51º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA760D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.08 |
| HSL | 28.51º | 0.89% | 0.48% | - |
| HSV(B) | 28.51º | 0.94% | 0.92% | - |
| XYZ | 40.48 | 30.48 | 4.13 | - |
| YUV | 140.71 | 55.93 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 13 | 0 | 0.50 | 0.94 | 0.08 | 28.51 | 0.89 | 0.48 |
| Hex | EA | 76 | D | 0 | 32 | 5E | 8 | 1D | 59 | 30 |
| Octal | 352 | 166 | 15 | 0 | 62 | 136 | 10 | 35 | 131 | 60 |
| Binary | 11101010 | 1110110 | 1101 | 0 | 110010 | 1011110 | 1000 | 11101 | 1011001 | 110000 |
Color Harmonies of #EA760D
Complementary color
Monochromatic Colors of #EA760D
Black with #EA760D
Text Example
Text Example
White with #EA760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA760D; }
p { color: rgb(234,118,13); }
H1.HeaderClassName
{
color: #EA760D;
}
.AnyTagClassName
{
color: #EA760D;
}
</style>
background-color css
<style>
a { background-color: #EA760D; }
a { background-color: rgb(234,118,13); }
div.DivClassName
{
background-color: #EA760D;
}
.BgClassName
{
background-color: #EA760D;
}
</style>
border-color css
<style>
span { border-color: #EA760D; }
span { border-color: rgb(234,118,13); }
td.TdClassName
{
border-color: #EA760D;
}
.TagClassName
{
border-color: #EA760D;
}
</style>