Shades of Mango Tango #E27400
Tints of Mango Tango #E27400
RGB
CMYK
RGB Variations
Color information
#E27400 (or 0xE27400) is known color: Mango Tango. HEX triplet: E2, 74 and 00. RGB value is (226,116,0). Sum of RGB (Red+Green+Blue) = 226+116+0=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E27400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27400 is #1D8BFF. Grayscale: #888888. Windows color (decimal): -1936384 or 29922. OLE color: 29922.
HSL color Cylindrical-coordinate representation of color #E27400: hue angle of 30.8º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E27400 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.11 |
| HSL | 30.8º | 1% | 0.44% | - |
| HSV(B) | 30.8º | 1% | 0.89% | - |
| XYZ | 37.61 | 28.66 | 3.55 | - |
| YUV | 135.67 | 51.44 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 0 | 0 | 0.49 | 1 | 0.11 | 30.8 | 1 | 0.44 |
| Hex | E2 | 74 | 0 | 0 | 31 | 64 | B | 1F | 64 | 2C |
| Octal | 342 | 164 | 0 | 0 | 61 | 144 | 13 | 37 | 144 | 54 |
| Binary | 11100010 | 1110100 | 0 | 0 | 110001 | 1100100 | 1011 | 11111 | 1100100 | 101100 |
Color Harmonies of #E27400
Complementary color
Monochromatic Colors of #E27400
Black with #E27400
Text Example
Text Example
White with #E27400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27400; }
p { color: rgb(226,116,0); }
H1.HeaderClassName
{
color: #E27400;
}
.AnyTagClassName
{
color: #E27400;
}
</style>
background-color css
<style>
a { background-color: #E27400; }
a { background-color: rgb(226,116,0); }
div.DivClassName
{
background-color: #E27400;
}
.BgClassName
{
background-color: #E27400;
}
</style>
border-color css
<style>
span { border-color: #E27400; }
span { border-color: rgb(226,116,0); }
td.TdClassName
{
border-color: #E27400;
}
.TagClassName
{
border-color: #E27400;
}
</style>