Shades of Mango Tango #E27614
Tints of Mango Tango #E27614
RGB
CMYK
RGB Variations
Color information
#E27614 (or 0xE27614) is known color: Mango Tango. HEX triplet: E2, 76 and 14. RGB value is (226,118,20). Sum of RGB (Red+Green+Blue) = 226+118+20=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E27614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27614 is #1D89EB. Grayscale: #8B8B8B. Windows color (decimal): -1935852 or 1341154. OLE color: 1341154.
HSL color Cylindrical-coordinate representation of color #E27614: hue angle of 28.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E27614 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 20 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.11 |
| HSL | 28.54º | 0.84% | 0.48% | - |
| HSV(B) | 28.54º | 0.91% | 0.89% | - |
| XYZ | 37.97 | 29.18 | 4.29 | - |
| YUV | 139.12 | 60.78 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 20 | 0 | 0.48 | 0.91 | 0.11 | 28.54 | 0.84 | 0.48 |
| Hex | E2 | 76 | 14 | 0 | 30 | 5B | B | 1D | 54 | 30 |
| Octal | 342 | 166 | 24 | 0 | 60 | 133 | 13 | 35 | 124 | 60 |
| Binary | 11100010 | 1110110 | 10100 | 0 | 110000 | 1011011 | 1011 | 11101 | 1010100 | 110000 |
Color Harmonies of #E27614
Complementary color
Monochromatic Colors of #E27614
Black with #E27614
Text Example
Text Example
White with #E27614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27614; }
p { color: rgb(226,118,20); }
H1.HeaderClassName
{
color: #E27614;
}
.AnyTagClassName
{
color: #E27614;
}
</style>
background-color css
<style>
a { background-color: #E27614; }
a { background-color: rgb(226,118,20); }
div.DivClassName
{
background-color: #E27614;
}
.BgClassName
{
background-color: #E27614;
}
</style>
border-color css
<style>
span { border-color: #E27614; }
span { border-color: rgb(226,118,20); }
td.TdClassName
{
border-color: #E27614;
}
.TagClassName
{
border-color: #E27614;
}
</style>