Shades of Mango Tango #EA6D02
Tints of Mango Tango #EA6D02
RGB
CMYK
RGB Variations
Color information
#EA6D02 (or 0xEA6D02) is known color: Mango Tango. HEX triplet: EA, 6D and 02. RGB value is (234,109,2). Sum of RGB (Red+Green+Blue) = 234+109+2=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6D02 is #1592FD. Grayscale: #868686. Windows color (decimal): -1413886 or 159210. OLE color: 159210.
HSL color Cylindrical-coordinate representation of color #EA6D02: hue angle of 27.67º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA6D02 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.08 |
| HSL | 27.67º | 0.98% | 0.46% | - |
| HSV(B) | 27.67º | 0.99% | 0.92% | - |
| XYZ | 39.41 | 28.43 | 3.47 | - |
| YUV | 134.18 | 53.41 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 2 | 0 | 0.53 | 0.99 | 0.08 | 27.67 | 0.98 | 0.46 |
| Hex | EA | 6D | 2 | 0 | 35 | 63 | 8 | 1C | 62 | 2E |
| Octal | 352 | 155 | 2 | 0 | 65 | 143 | 10 | 34 | 142 | 56 |
| Binary | 11101010 | 1101101 | 10 | 0 | 110101 | 1100011 | 1000 | 11100 | 1100010 | 101110 |
Color Harmonies of #EA6D02
Complementary color
Monochromatic Colors of #EA6D02
Black with #EA6D02
Text Example
Text Example
White with #EA6D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D02; }
p { color: rgb(234,109,2); }
H1.HeaderClassName
{
color: #EA6D02;
}
.AnyTagClassName
{
color: #EA6D02;
}
</style>
background-color css
<style>
a { background-color: #EA6D02; }
a { background-color: rgb(234,109,2); }
div.DivClassName
{
background-color: #EA6D02;
}
.BgClassName
{
background-color: #EA6D02;
}
</style>
border-color css
<style>
span { border-color: #EA6D02; }
span { border-color: rgb(234,109,2); }
td.TdClassName
{
border-color: #EA6D02;
}
.TagClassName
{
border-color: #EA6D02;
}
</style>