Shades of Mango Tango #EA690E
Tints of Mango Tango #EA690E
RGB
CMYK
RGB Variations
Color information
#EA690E (or 0xEA690E) is known color: Mango Tango. HEX triplet: EA, 69 and 0E. RGB value is (234,105,14). Sum of RGB (Red+Green+Blue) = 234+105+14=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA690E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA690E is #1596F1. Grayscale: #858585. Windows color (decimal): -1414898 or 944618. OLE color: 944618.
HSL color Cylindrical-coordinate representation of color #EA690E: hue angle of 24.82º 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 #EA690E is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 14 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.08 |
| HSL | 24.82º | 0.89% | 0.49% | - |
| HSV(B) | 24.82º | 0.94% | 0.92% | - |
| XYZ | 39.06 | 27.63 | 3.69 | - |
| YUV | 133.2 | 60.74 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 14 | 0 | 0.55 | 0.94 | 0.08 | 24.82 | 0.89 | 0.49 |
| Hex | EA | 69 | E | 0 | 37 | 5E | 8 | 19 | 59 | 31 |
| Octal | 352 | 151 | 16 | 0 | 67 | 136 | 10 | 31 | 131 | 61 |
| Binary | 11101010 | 1101001 | 1110 | 0 | 110111 | 1011110 | 1000 | 11001 | 1011001 | 110001 |
Color Harmonies of #EA690E
Complementary color
Monochromatic Colors of #EA690E
Black with #EA690E
Text Example
Text Example
White with #EA690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA690E; }
p { color: rgb(234,105,14); }
H1.HeaderClassName
{
color: #EA690E;
}
.AnyTagClassName
{
color: #EA690E;
}
</style>
background-color css
<style>
a { background-color: #EA690E; }
a { background-color: rgb(234,105,14); }
div.DivClassName
{
background-color: #EA690E;
}
.BgClassName
{
background-color: #EA690E;
}
</style>
border-color css
<style>
span { border-color: #EA690E; }
span { border-color: rgb(234,105,14); }
td.TdClassName
{
border-color: #EA690E;
}
.TagClassName
{
border-color: #EA690E;
}
</style>