Shades of Mango Tango #EA6E14
Tints of Mango Tango #EA6E14
RGB
CMYK
RGB Variations
Color information
#EA6E14 (or 0xEA6E14) is known color: Mango Tango. HEX triplet: EA, 6E and 14. RGB value is (234,110,20). Sum of RGB (Red+Green+Blue) = 234+110+20=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6E14 is #1591EB. Grayscale: #898989. Windows color (decimal): -1413612 or 1339114. OLE color: 1339114.
HSL color Cylindrical-coordinate representation of color #EA6E14: hue angle of 25.23º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA6E14 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 20 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.08 |
| HSL | 25.23º | 0.84% | 0.5% | - |
| HSV(B) | 25.23º | 0.91% | 0.92% | - |
| XYZ | 39.63 | 28.69 | 4.11 | - |
| YUV | 136.82 | 62.08 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 20 | 0 | 0.53 | 0.91 | 0.08 | 25.23 | 0.84 | 0.5 |
| Hex | EA | 6E | 14 | 0 | 35 | 5B | 8 | 19 | 54 | 32 |
| Octal | 352 | 156 | 24 | 0 | 65 | 133 | 10 | 31 | 124 | 62 |
| Binary | 11101010 | 1101110 | 10100 | 0 | 110101 | 1011011 | 1000 | 11001 | 1010100 | 110010 |
Color Harmonies of #EA6E14
Complementary color
Monochromatic Colors of #EA6E14
Black with #EA6E14
Text Example
Text Example
White with #EA6E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6E14; }
p { color: rgb(234,110,20); }
H1.HeaderClassName
{
color: #EA6E14;
}
.AnyTagClassName
{
color: #EA6E14;
}
</style>
background-color css
<style>
a { background-color: #EA6E14; }
a { background-color: rgb(234,110,20); }
div.DivClassName
{
background-color: #EA6E14;
}
.BgClassName
{
background-color: #EA6E14;
}
</style>
border-color css
<style>
span { border-color: #EA6E14; }
span { border-color: rgb(234,110,20); }
td.TdClassName
{
border-color: #EA6E14;
}
.TagClassName
{
border-color: #EA6E14;
}
</style>