Shades of Mango Tango #EA770F
Tints of Mango Tango #EA770F
RGB
CMYK
RGB Variations
Color information
#EA770F (or 0xEA770F) is known color: Mango Tango. HEX triplet: EA, 77 and 0F. RGB value is (234,119,15). Sum of RGB (Red+Green+Blue) = 234+119+15=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA770F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA770F is #1588F0. Grayscale: #8E8E8E. Windows color (decimal): -1411313 or 1013738. OLE color: 1013738.
HSL color Cylindrical-coordinate representation of color #EA770F: hue angle of 28.49º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA770F is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 15 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.08 |
| HSL | 28.49º | 0.88% | 0.49% | - |
| HSV(B) | 28.49º | 0.94% | 0.92% | - |
| XYZ | 40.61 | 30.72 | 4.24 | - |
| YUV | 141.53 | 56.6 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 15 | 0 | 0.49 | 0.94 | 0.08 | 28.49 | 0.88 | 0.49 |
| Hex | EA | 77 | F | 0 | 31 | 5E | 8 | 1C | 58 | 31 |
| Octal | 352 | 167 | 17 | 0 | 61 | 136 | 10 | 34 | 130 | 61 |
| Binary | 11101010 | 1110111 | 1111 | 0 | 110001 | 1011110 | 1000 | 11100 | 1011000 | 110001 |
Color Harmonies of #EA770F
Complementary color
Monochromatic Colors of #EA770F
Black with #EA770F
Text Example
Text Example
White with #EA770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA770F; }
p { color: rgb(234,119,15); }
H1.HeaderClassName
{
color: #EA770F;
}
.AnyTagClassName
{
color: #EA770F;
}
</style>
background-color css
<style>
a { background-color: #EA770F; }
a { background-color: rgb(234,119,15); }
div.DivClassName
{
background-color: #EA770F;
}
.BgClassName
{
background-color: #EA770F;
}
</style>
border-color css
<style>
span { border-color: #EA770F; }
span { border-color: rgb(234,119,15); }
td.TdClassName
{
border-color: #EA770F;
}
.TagClassName
{
border-color: #EA770F;
}
</style>