Shades of Mango Tango #EA6D03
Tints of Mango Tango #EA6D03
RGB
CMYK
RGB Variations
Color information
#EA6D03 (or 0xEA6D03) is known color: Mango Tango. HEX triplet: EA, 6D and 03. RGB value is (234,109,3). Sum of RGB (Red+Green+Blue) = 234+109+3=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6D03 is #1592FC. Grayscale: #868686. Windows color (decimal): -1413885 or 224746. OLE color: 224746.
HSL color Cylindrical-coordinate representation of color #EA6D03: hue angle of 27.53º degrees, saturation: 0.97, 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 #EA6D03 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 3 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.08 |
| HSL | 27.53º | 0.97% | 0.46% | - |
| HSV(B) | 27.53º | 0.99% | 0.92% | - |
| XYZ | 39.42 | 28.44 | 3.5 | - |
| YUV | 134.29 | 53.91 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 3 | 0 | 0.53 | 0.99 | 0.08 | 27.53 | 0.97 | 0.46 |
| Hex | EA | 6D | 3 | 0 | 35 | 63 | 8 | 1C | 61 | 2E |
| Octal | 352 | 155 | 3 | 0 | 65 | 143 | 10 | 34 | 141 | 56 |
| Binary | 11101010 | 1101101 | 11 | 0 | 110101 | 1100011 | 1000 | 11100 | 1100001 | 101110 |
Color Harmonies of #EA6D03
Complementary color
Monochromatic Colors of #EA6D03
Black with #EA6D03
Text Example
Text Example
White with #EA6D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D03; }
p { color: rgb(234,109,3); }
H1.HeaderClassName
{
color: #EA6D03;
}
.AnyTagClassName
{
color: #EA6D03;
}
</style>
background-color css
<style>
a { background-color: #EA6D03; }
a { background-color: rgb(234,109,3); }
div.DivClassName
{
background-color: #EA6D03;
}
.BgClassName
{
background-color: #EA6D03;
}
</style>
border-color css
<style>
span { border-color: #EA6D03; }
span { border-color: rgb(234,109,3); }
td.TdClassName
{
border-color: #EA6D03;
}
.TagClassName
{
border-color: #EA6D03;
}
</style>