Shades of Mango Tango #EA700E
Tints of Mango Tango #EA700E
RGB
CMYK
RGB Variations
Color information
#EA700E (or 0xEA700E) is known color: Mango Tango. HEX triplet: EA, 70 and 0E. RGB value is (234,112,14). Sum of RGB (Red+Green+Blue) = 234+112+14=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA700E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA700E is #158FF1. Grayscale: #898989. Windows color (decimal): -1413106 or 946410. OLE color: 946410.
HSL color Cylindrical-coordinate representation of color #EA700E: hue angle of 26.73º degrees, saturation: 0.89, 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 #EA700E is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 112 | 14 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.08 |
| HSL | 26.73º | 0.89% | 0.49% | - |
| HSV(B) | 26.73º | 0.94% | 0.92% | - |
| XYZ | 39.81 | 29.11 | 3.94 | - |
| YUV | 137.31 | 58.42 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 112 | 14 | 0 | 0.52 | 0.94 | 0.08 | 26.73 | 0.89 | 0.49 |
| Hex | EA | 70 | E | 0 | 34 | 5E | 8 | 1B | 59 | 31 |
| Octal | 352 | 160 | 16 | 0 | 64 | 136 | 10 | 33 | 131 | 61 |
| Binary | 11101010 | 1110000 | 1110 | 0 | 110100 | 1011110 | 1000 | 11011 | 1011001 | 110001 |
Color Harmonies of #EA700E
Complementary color
Monochromatic Colors of #EA700E
Black with #EA700E
Text Example
Text Example
White with #EA700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA700E; }
p { color: rgb(234,112,14); }
H1.HeaderClassName
{
color: #EA700E;
}
.AnyTagClassName
{
color: #EA700E;
}
</style>
background-color css
<style>
a { background-color: #EA700E; }
a { background-color: rgb(234,112,14); }
div.DivClassName
{
background-color: #EA700E;
}
.BgClassName
{
background-color: #EA700E;
}
</style>
border-color css
<style>
span { border-color: #EA700E; }
span { border-color: rgb(234,112,14); }
td.TdClassName
{
border-color: #EA700E;
}
.TagClassName
{
border-color: #EA700E;
}
</style>