Shades of Mango Tango #EA6C01
Tints of Mango Tango #EA6C01
RGB
CMYK
RGB Variations
Color information
#EA6C01 (or 0xEA6C01) is known color: Mango Tango. HEX triplet: EA, 6C and 01. RGB value is (234,108,1). Sum of RGB (Red+Green+Blue) = 234+108+1=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6C01 is #1593FE. Grayscale: #868686. Windows color (decimal): -1414143 or 93418. OLE color: 93418.
HSL color Cylindrical-coordinate representation of color #EA6C01: hue angle of 27.55º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA6C01 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.08 |
| HSL | 27.55º | 0.99% | 0.46% | - |
| HSV(B) | 27.55º | 1% | 0.92% | - |
| XYZ | 39.3 | 28.22 | 3.4 | - |
| YUV | 133.48 | 53.24 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 1 | 0 | 0.54 | 1.00 | 0.08 | 27.55 | 0.99 | 0.46 |
| Hex | EA | 6C | 1 | 0 | 36 | 64 | 8 | 1C | 63 | 2E |
| Octal | 352 | 154 | 1 | 0 | 66 | 144 | 10 | 34 | 143 | 56 |
| Binary | 11101010 | 1101100 | 1 | 0 | 110110 | 1100100 | 1000 | 11100 | 1100011 | 101110 |
Color Harmonies of #EA6C01
Complementary color
Monochromatic Colors of #EA6C01
Black with #EA6C01
Text Example
Text Example
White with #EA6C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6C01; }
p { color: rgb(234,108,1); }
H1.HeaderClassName
{
color: #EA6C01;
}
.AnyTagClassName
{
color: #EA6C01;
}
</style>
background-color css
<style>
a { background-color: #EA6C01; }
a { background-color: rgb(234,108,1); }
div.DivClassName
{
background-color: #EA6C01;
}
.BgClassName
{
background-color: #EA6C01;
}
</style>
border-color css
<style>
span { border-color: #EA6C01; }
span { border-color: rgb(234,108,1); }
td.TdClassName
{
border-color: #EA6C01;
}
.TagClassName
{
border-color: #EA6C01;
}
</style>