Shades of Mango Tango #EA690D
Tints of Mango Tango #EA690D
RGB
CMYK
RGB Variations
Color information
#EA690D (or 0xEA690D) is known color: Mango Tango. HEX triplet: EA, 69 and 0D. RGB value is (234,105,13). Sum of RGB (Red+Green+Blue) = 234+105+13=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA690D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA690D is #1596F2. Grayscale: #858585. Windows color (decimal): -1414899 or 879082. OLE color: 879082.
HSL color Cylindrical-coordinate representation of color #EA690D: hue angle of 24.98º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA690D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 13 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.08 |
| HSL | 24.98º | 0.89% | 0.48% | - |
| HSV(B) | 24.98º | 0.94% | 0.92% | - |
| XYZ | 39.06 | 27.62 | 3.65 | - |
| YUV | 133.08 | 60.24 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 13 | 0 | 0.55 | 0.94 | 0.08 | 24.98 | 0.89 | 0.48 |
| Hex | EA | 69 | D | 0 | 37 | 5E | 8 | 19 | 59 | 30 |
| Octal | 352 | 151 | 15 | 0 | 67 | 136 | 10 | 31 | 131 | 60 |
| Binary | 11101010 | 1101001 | 1101 | 0 | 110111 | 1011110 | 1000 | 11001 | 1011001 | 110000 |
Color Harmonies of #EA690D
Complementary color
Monochromatic Colors of #EA690D
Black with #EA690D
Text Example
Text Example
White with #EA690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA690D; }
p { color: rgb(234,105,13); }
H1.HeaderClassName
{
color: #EA690D;
}
.AnyTagClassName
{
color: #EA690D;
}
</style>
background-color css
<style>
a { background-color: #EA690D; }
a { background-color: rgb(234,105,13); }
div.DivClassName
{
background-color: #EA690D;
}
.BgClassName
{
background-color: #EA690D;
}
</style>
border-color css
<style>
span { border-color: #EA690D; }
span { border-color: rgb(234,105,13); }
td.TdClassName
{
border-color: #EA690D;
}
.TagClassName
{
border-color: #EA690D;
}
</style>