Shades of Mango Tango #EA7301
Tints of Mango Tango #EA7301
RGB
CMYK
RGB Variations
Color information
#EA7301 (or 0xEA7301) is known color: Mango Tango. HEX triplet: EA, 73 and 01. RGB value is (234,115,1). Sum of RGB (Red+Green+Blue) = 234+115+1=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7301 is #158CFE. Grayscale: #8A8A8A. Windows color (decimal): -1412351 or 95210. OLE color: 95210.
HSL color Cylindrical-coordinate representation of color #EA7301: hue angle of 29.36º 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 #EA7301 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.08 |
| HSL | 29.36º | 0.99% | 0.46% | - |
| HSV(B) | 29.36º | 1% | 0.92% | - |
| XYZ | 40.07 | 29.76 | 3.66 | - |
| YUV | 137.59 | 50.92 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 1 | 0 | 0.51 | 1.00 | 0.08 | 29.36 | 0.99 | 0.46 |
| Hex | EA | 73 | 1 | 0 | 33 | 64 | 8 | 1D | 63 | 2E |
| Octal | 352 | 163 | 1 | 0 | 63 | 144 | 10 | 35 | 143 | 56 |
| Binary | 11101010 | 1110011 | 1 | 0 | 110011 | 1100100 | 1000 | 11101 | 1100011 | 101110 |
Color Harmonies of #EA7301
Complementary color
Monochromatic Colors of #EA7301
Black with #EA7301
Text Example
Text Example
White with #EA7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7301; }
p { color: rgb(234,115,1); }
H1.HeaderClassName
{
color: #EA7301;
}
.AnyTagClassName
{
color: #EA7301;
}
</style>
background-color css
<style>
a { background-color: #EA7301; }
a { background-color: rgb(234,115,1); }
div.DivClassName
{
background-color: #EA7301;
}
.BgClassName
{
background-color: #EA7301;
}
</style>
border-color css
<style>
span { border-color: #EA7301; }
span { border-color: rgb(234,115,1); }
td.TdClassName
{
border-color: #EA7301;
}
.TagClassName
{
border-color: #EA7301;
}
</style>