Shades of Mango Tango #EA7101
Tints of Mango Tango #EA7101
RGB
CMYK
RGB Variations
Color information
#EA7101 (or 0xEA7101) is known color: Mango Tango. HEX triplet: EA, 71 and 01. RGB value is (234,113,1). Sum of RGB (Red+Green+Blue) = 234+113+1=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7101 is #158EFE. Grayscale: #888888. Windows color (decimal): -1412863 or 94698. OLE color: 94698.
HSL color Cylindrical-coordinate representation of color #EA7101: hue angle of 28.84º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA7101 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 1 | - |
| CMYK | 0 | 0.52 | 1.00 | 0.08 |
| HSL | 28.84º | 0.99% | 0.46% | - |
| HSV(B) | 28.84º | 1% | 0.92% | - |
| XYZ | 39.84 | 29.3 | 3.59 | - |
| YUV | 136.41 | 51.59 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 1 | 0 | 0.52 | 1.00 | 0.08 | 28.84 | 0.99 | 0.46 |
| Hex | EA | 71 | 1 | 0 | 34 | 64 | 8 | 1D | 63 | 2E |
| Octal | 352 | 161 | 1 | 0 | 64 | 144 | 10 | 35 | 143 | 56 |
| Binary | 11101010 | 1110001 | 1 | 0 | 110100 | 1100100 | 1000 | 11101 | 1100011 | 101110 |
Color Harmonies of #EA7101
Complementary color
Monochromatic Colors of #EA7101
Black with #EA7101
Text Example
Text Example
White with #EA7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7101; }
p { color: rgb(234,113,1); }
H1.HeaderClassName
{
color: #EA7101;
}
.AnyTagClassName
{
color: #EA7101;
}
</style>
background-color css
<style>
a { background-color: #EA7101; }
a { background-color: rgb(234,113,1); }
div.DivClassName
{
background-color: #EA7101;
}
.BgClassName
{
background-color: #EA7101;
}
</style>
border-color css
<style>
span { border-color: #EA7101; }
span { border-color: rgb(234,113,1); }
td.TdClassName
{
border-color: #EA7101;
}
.TagClassName
{
border-color: #EA7101;
}
</style>