Shades of Mango Tango #EA7D11
Tints of Mango Tango #EA7D11
RGB
CMYK
RGB Variations
Color information
#EA7D11 (or 0xEA7D11) is known color: Mango Tango. HEX triplet: EA, 7D and 11. RGB value is (234,125,17). Sum of RGB (Red+Green+Blue) = 234+125+17=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7D11 is #1582EE. Grayscale: #919191. Windows color (decimal): -1409775 or 1146346. OLE color: 1146346.
HSL color Cylindrical-coordinate representation of color #EA7D11: hue angle of 29.86º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA7D11 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 17 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.08 |
| HSL | 29.86º | 0.86% | 0.49% | - |
| HSV(B) | 29.86º | 0.93% | 0.92% | - |
| XYZ | 41.37 | 32.2 | 4.57 | - |
| YUV | 145.28 | 55.61 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 17 | 0 | 0.47 | 0.93 | 0.08 | 29.86 | 0.86 | 0.49 |
| Hex | EA | 7D | 11 | 0 | 2F | 5D | 8 | 1E | 56 | 31 |
| Octal | 352 | 175 | 21 | 0 | 57 | 135 | 10 | 36 | 126 | 61 |
| Binary | 11101010 | 1111101 | 10001 | 0 | 101111 | 1011101 | 1000 | 11110 | 1010110 | 110001 |
Color Harmonies of #EA7D11
Complementary color
Monochromatic Colors of #EA7D11
Black with #EA7D11
Text Example
Text Example
White with #EA7D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7D11; }
p { color: rgb(234,125,17); }
H1.HeaderClassName
{
color: #EA7D11;
}
.AnyTagClassName
{
color: #EA7D11;
}
</style>
background-color css
<style>
a { background-color: #EA7D11; }
a { background-color: rgb(234,125,17); }
div.DivClassName
{
background-color: #EA7D11;
}
.BgClassName
{
background-color: #EA7D11;
}
</style>
border-color css
<style>
span { border-color: #EA7D11; }
span { border-color: rgb(234,125,17); }
td.TdClassName
{
border-color: #EA7D11;
}
.TagClassName
{
border-color: #EA7D11;
}
</style>