Shades of Mango Tango #EA7701
Tints of Mango Tango #EA7701
RGB
CMYK
RGB Variations
Color information
#EA7701 (or 0xEA7701) is known color: Mango Tango. HEX triplet: EA, 77 and 01. RGB value is (234,119,1). Sum of RGB (Red+Green+Blue) = 234+119+1=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7701 is #1588FE. Grayscale: #8C8C8C. Windows color (decimal): -1411327 or 96234. OLE color: 96234.
HSL color Cylindrical-coordinate representation of color #EA7701: hue angle of 30.39º 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 #EA7701 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.08 |
| HSL | 30.39º | 0.99% | 0.46% | - |
| HSV(B) | 30.39º | 1% | 0.92% | - |
| XYZ | 40.53 | 30.69 | 3.82 | - |
| YUV | 139.93 | 49.6 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 1 | 0 | 0.49 | 1.00 | 0.08 | 30.39 | 0.99 | 0.46 |
| Hex | EA | 77 | 1 | 0 | 31 | 64 | 8 | 1E | 63 | 2E |
| Octal | 352 | 167 | 1 | 0 | 61 | 144 | 10 | 36 | 143 | 56 |
| Binary | 11101010 | 1110111 | 1 | 0 | 110001 | 1100100 | 1000 | 11110 | 1100011 | 101110 |
Color Harmonies of #EA7701
Complementary color
Monochromatic Colors of #EA7701
Black with #EA7701
Text Example
Text Example
White with #EA7701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7701; }
p { color: rgb(234,119,1); }
H1.HeaderClassName
{
color: #EA7701;
}
.AnyTagClassName
{
color: #EA7701;
}
</style>
background-color css
<style>
a { background-color: #EA7701; }
a { background-color: rgb(234,119,1); }
div.DivClassName
{
background-color: #EA7701;
}
.BgClassName
{
background-color: #EA7701;
}
</style>
border-color css
<style>
span { border-color: #EA7701; }
span { border-color: rgb(234,119,1); }
td.TdClassName
{
border-color: #EA7701;
}
.TagClassName
{
border-color: #EA7701;
}
</style>