Shades of Mango Tango #EA6A09
Tints of Mango Tango #EA6A09
RGB
CMYK
RGB Variations
Color information
#EA6A09 (or 0xEA6A09) is known color: Mango Tango. HEX triplet: EA, 6A and 09. RGB value is (234,106,9). Sum of RGB (Red+Green+Blue) = 234+106+9=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6A09 is #1595F6. Grayscale: #858585. Windows color (decimal): -1414647 or 617194. OLE color: 617194.
HSL color Cylindrical-coordinate representation of color #EA6A09: hue angle of 25.87º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA6A09 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 9 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.08 |
| HSL | 25.87º | 0.93% | 0.48% | - |
| HSV(B) | 25.87º | 0.96% | 0.92% | - |
| XYZ | 39.14 | 27.82 | 3.57 | - |
| YUV | 133.21 | 57.91 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 9 | 0 | 0.55 | 0.96 | 0.08 | 25.87 | 0.93 | 0.48 |
| Hex | EA | 6A | 9 | 0 | 37 | 60 | 8 | 1A | 5D | 30 |
| Octal | 352 | 152 | 11 | 0 | 67 | 140 | 10 | 32 | 135 | 60 |
| Binary | 11101010 | 1101010 | 1001 | 0 | 110111 | 1100000 | 1000 | 11010 | 1011101 | 110000 |
Color Harmonies of #EA6A09
Complementary color
Monochromatic Colors of #EA6A09
Black with #EA6A09
Text Example
Text Example
White with #EA6A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6A09; }
p { color: rgb(234,106,9); }
H1.HeaderClassName
{
color: #EA6A09;
}
.AnyTagClassName
{
color: #EA6A09;
}
</style>
background-color css
<style>
a { background-color: #EA6A09; }
a { background-color: rgb(234,106,9); }
div.DivClassName
{
background-color: #EA6A09;
}
.BgClassName
{
background-color: #EA6A09;
}
</style>
border-color css
<style>
span { border-color: #EA6A09; }
span { border-color: rgb(234,106,9); }
td.TdClassName
{
border-color: #EA6A09;
}
.TagClassName
{
border-color: #EA6A09;
}
</style>