Shades of Mango Tango #E27D07
Tints of Mango Tango #E27D07
RGB
CMYK
RGB Variations
Color information
#E27D07 (or 0xE27D07) is known color: Mango Tango. HEX triplet: E2, 7D and 07. RGB value is (226,125,7). Sum of RGB (Red+Green+Blue) = 226+125+7=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27D07 is #1D82F8. Grayscale: #8E8E8E. Windows color (decimal): -1934073 or 490978. OLE color: 490978.
HSL color Cylindrical-coordinate representation of color #E27D07: hue angle of 32.33º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E27D07 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 7 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.11 |
| HSL | 32.33º | 0.94% | 0.46% | - |
| HSV(B) | 32.33º | 0.97% | 0.89% | - |
| XYZ | 38.74 | 30.85 | 4.11 | - |
| YUV | 141.75 | 51.96 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 7 | 0 | 0.45 | 0.97 | 0.11 | 32.33 | 0.94 | 0.46 |
| Hex | E2 | 7D | 7 | 0 | 2D | 61 | B | 20 | 5E | 2E |
| Octal | 342 | 175 | 7 | 0 | 55 | 141 | 13 | 40 | 136 | 56 |
| Binary | 11100010 | 1111101 | 111 | 0 | 101101 | 1100001 | 1011 | 100000 | 1011110 | 101110 |
Color Harmonies of #E27D07
Complementary color
Monochromatic Colors of #E27D07
Black with #E27D07
Text Example
Text Example
White with #E27D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27D07; }
p { color: rgb(226,125,7); }
H1.HeaderClassName
{
color: #E27D07;
}
.AnyTagClassName
{
color: #E27D07;
}
</style>
background-color css
<style>
a { background-color: #E27D07; }
a { background-color: rgb(226,125,7); }
div.DivClassName
{
background-color: #E27D07;
}
.BgClassName
{
background-color: #E27D07;
}
</style>
border-color css
<style>
span { border-color: #E27D07; }
span { border-color: rgb(226,125,7); }
td.TdClassName
{
border-color: #E27D07;
}
.TagClassName
{
border-color: #E27D07;
}
</style>