Shades of Mango Tango #E27D0D
Tints of Mango Tango #E27D0D
RGB
CMYK
RGB Variations
Color information
#E27D0D (or 0xE27D0D) is known color: Mango Tango. HEX triplet: E2, 7D and 0D. RGB value is (226,125,13). Sum of RGB (Red+Green+Blue) = 226+125+13=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27D0D is #1D82F2. Grayscale: #8E8E8E. Windows color (decimal): -1934067 or 884194. OLE color: 884194.
HSL color Cylindrical-coordinate representation of color #E27D0D: hue angle of 31.55º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E27D0D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.11 |
| HSL | 31.55º | 0.89% | 0.47% | - |
| HSV(B) | 31.55º | 0.94% | 0.89% | - |
| XYZ | 38.77 | 30.87 | 4.29 | - |
| YUV | 142.43 | 54.96 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 13 | 0 | 0.45 | 0.94 | 0.11 | 31.55 | 0.89 | 0.47 |
| Hex | E2 | 7D | D | 0 | 2D | 5E | B | 20 | 59 | 2F |
| Octal | 342 | 175 | 15 | 0 | 55 | 136 | 13 | 40 | 131 | 57 |
| Binary | 11100010 | 1111101 | 1101 | 0 | 101101 | 1011110 | 1011 | 100000 | 1011001 | 101111 |
Color Harmonies of #E27D0D
Complementary color
Monochromatic Colors of #E27D0D
Black with #E27D0D
Text Example
Text Example
White with #E27D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27D0D; }
p { color: rgb(226,125,13); }
H1.HeaderClassName
{
color: #E27D0D;
}
.AnyTagClassName
{
color: #E27D0D;
}
</style>
background-color css
<style>
a { background-color: #E27D0D; }
a { background-color: rgb(226,125,13); }
div.DivClassName
{
background-color: #E27D0D;
}
.BgClassName
{
background-color: #E27D0D;
}
</style>
border-color css
<style>
span { border-color: #E27D0D; }
span { border-color: rgb(226,125,13); }
td.TdClassName
{
border-color: #E27D0D;
}
.TagClassName
{
border-color: #E27D0D;
}
</style>