Shades of Mango Tango #EA7401
Tints of Mango Tango #EA7401
RGB
CMYK
RGB Variations
Color information
#EA7401 (or 0xEA7401) is known color: Mango Tango. HEX triplet: EA, 74 and 01. RGB value is (234,116,1). Sum of RGB (Red+Green+Blue) = 234+116+1=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7401 is #158BFE. Grayscale: #8A8A8A. Windows color (decimal): -1412095 or 95466. OLE color: 95466.
HSL color Cylindrical-coordinate representation of color #EA7401: hue angle of 29.61º 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 #EA7401 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.08 |
| HSL | 29.61º | 0.99% | 0.46% | - |
| HSV(B) | 29.61º | 1% | 0.92% | - |
| XYZ | 40.18 | 29.99 | 3.7 | - |
| YUV | 138.17 | 50.59 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 1 | 0 | 0.50 | 1.00 | 0.08 | 29.61 | 0.99 | 0.46 |
| Hex | EA | 74 | 1 | 0 | 32 | 64 | 8 | 1E | 63 | 2E |
| Octal | 352 | 164 | 1 | 0 | 62 | 144 | 10 | 36 | 143 | 56 |
| Binary | 11101010 | 1110100 | 1 | 0 | 110010 | 1100100 | 1000 | 11110 | 1100011 | 101110 |
Color Harmonies of #EA7401
Complementary color
Monochromatic Colors of #EA7401
Black with #EA7401
Text Example
Text Example
White with #EA7401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7401; }
p { color: rgb(234,116,1); }
H1.HeaderClassName
{
color: #EA7401;
}
.AnyTagClassName
{
color: #EA7401;
}
</style>
background-color css
<style>
a { background-color: #EA7401; }
a { background-color: rgb(234,116,1); }
div.DivClassName
{
background-color: #EA7401;
}
.BgClassName
{
background-color: #EA7401;
}
</style>
border-color css
<style>
span { border-color: #EA7401; }
span { border-color: rgb(234,116,1); }
td.TdClassName
{
border-color: #EA7401;
}
.TagClassName
{
border-color: #EA7401;
}
</style>