Shades of Mango Tango #E27401
Tints of Mango Tango #E27401
RGB
CMYK
RGB Variations
Color information
#E27401 (or 0xE27401) is known color: Mango Tango. HEX triplet: E2, 74 and 01. RGB value is (226,116,1). Sum of RGB (Red+Green+Blue) = 226+116+1=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E27401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27401 is #1D8BFE. Grayscale: #888888. Windows color (decimal): -1936383 or 95458. OLE color: 95458.
HSL color Cylindrical-coordinate representation of color #E27401: hue angle of 30.67º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E27401 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.11 |
| HSL | 30.67º | 0.99% | 0.45% | - |
| HSV(B) | 30.67º | 1% | 0.89% | - |
| XYZ | 37.61 | 28.66 | 3.58 | - |
| YUV | 135.78 | 51.94 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 1 | 0 | 0.49 | 1.00 | 0.11 | 30.67 | 0.99 | 0.45 |
| Hex | E2 | 74 | 1 | 0 | 31 | 64 | B | 1F | 63 | 2D |
| Octal | 342 | 164 | 1 | 0 | 61 | 144 | 13 | 37 | 143 | 55 |
| Binary | 11100010 | 1110100 | 1 | 0 | 110001 | 1100100 | 1011 | 11111 | 1100011 | 101101 |
Color Harmonies of #E27401
Complementary color
Monochromatic Colors of #E27401
Black with #E27401
Text Example
Text Example
White with #E27401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27401; }
p { color: rgb(226,116,1); }
H1.HeaderClassName
{
color: #E27401;
}
.AnyTagClassName
{
color: #E27401;
}
</style>
background-color css
<style>
a { background-color: #E27401; }
a { background-color: rgb(226,116,1); }
div.DivClassName
{
background-color: #E27401;
}
.BgClassName
{
background-color: #E27401;
}
</style>
border-color css
<style>
span { border-color: #E27401; }
span { border-color: rgb(226,116,1); }
td.TdClassName
{
border-color: #E27401;
}
.TagClassName
{
border-color: #E27401;
}
</style>