Shades of Mango Tango #EA7700
Tints of Mango Tango #EA7700
RGB
CMYK
RGB Variations
Color information
#EA7700 (or 0xEA7700) is known color: Mango Tango. HEX triplet: EA, 77 and 00. RGB value is (234,119,0). Sum of RGB (Red+Green+Blue) = 234+119+0=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7700 is #1588FF. Grayscale: #8C8C8C. Windows color (decimal): -1411328 or 30698. OLE color: 30698.
HSL color Cylindrical-coordinate representation of color #EA7700: hue angle of 30.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA7700 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.08 |
| HSL | 30.51º | 1% | 0.46% | - |
| HSV(B) | 30.51º | 1% | 0.92% | - |
| XYZ | 40.53 | 30.69 | 3.79 | - |
| YUV | 139.82 | 49.1 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 0 | 0 | 0.49 | 1 | 0.08 | 30.51 | 1 | 0.46 |
| Hex | EA | 77 | 0 | 0 | 31 | 64 | 8 | 1F | 64 | 2E |
| Octal | 352 | 167 | 0 | 0 | 61 | 144 | 10 | 37 | 144 | 56 |
| Binary | 11101010 | 1110111 | 0 | 0 | 110001 | 1100100 | 1000 | 11111 | 1100100 | 101110 |
Color Harmonies of #EA7700
Complementary color
Monochromatic Colors of #EA7700
Black with #EA7700
Text Example
Text Example
White with #EA7700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7700; }
p { color: rgb(234,119,0); }
H1.HeaderClassName
{
color: #EA7700;
}
.AnyTagClassName
{
color: #EA7700;
}
</style>
background-color css
<style>
a { background-color: #EA7700; }
a { background-color: rgb(234,119,0); }
div.DivClassName
{
background-color: #EA7700;
}
.BgClassName
{
background-color: #EA7700;
}
</style>
border-color css
<style>
span { border-color: #EA7700; }
span { border-color: rgb(234,119,0); }
td.TdClassName
{
border-color: #EA7700;
}
.TagClassName
{
border-color: #EA7700;
}
</style>