Shades of Mango Tango #E27F02
Tints of Mango Tango #E27F02
RGB
CMYK
RGB Variations
Color information
#E27F02 (or 0xE27F02) is known color: Mango Tango. HEX triplet: E2, 7F and 02. RGB value is (226,127,2). Sum of RGB (Red+Green+Blue) = 226+127+2=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27F02 is #1D80FD. Grayscale: #8E8E8E. Windows color (decimal): -1933566 or 163810. OLE color: 163810.
HSL color Cylindrical-coordinate representation of color #E27F02: hue angle of 33.48º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E27F02 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.11 |
| HSL | 33.48º | 0.98% | 0.45% | - |
| HSV(B) | 33.48º | 0.99% | 0.89% | - |
| XYZ | 38.96 | 31.35 | 4.06 | - |
| YUV | 142.35 | 48.8 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 2 | 0 | 0.44 | 0.99 | 0.11 | 33.48 | 0.98 | 0.45 |
| Hex | E2 | 7F | 2 | 0 | 2C | 63 | B | 21 | 62 | 2D |
| Octal | 342 | 177 | 2 | 0 | 54 | 143 | 13 | 41 | 142 | 55 |
| Binary | 11100010 | 1111111 | 10 | 0 | 101100 | 1100011 | 1011 | 100001 | 1100010 | 101101 |
Color Harmonies of #E27F02
Complementary color
Monochromatic Colors of #E27F02
Black with #E27F02
Text Example
Text Example
White with #E27F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27F02; }
p { color: rgb(226,127,2); }
H1.HeaderClassName
{
color: #E27F02;
}
.AnyTagClassName
{
color: #E27F02;
}
</style>
background-color css
<style>
a { background-color: #E27F02; }
a { background-color: rgb(226,127,2); }
div.DivClassName
{
background-color: #E27F02;
}
.BgClassName
{
background-color: #E27F02;
}
</style>
border-color css
<style>
span { border-color: #E27F02; }
span { border-color: rgb(226,127,2); }
td.TdClassName
{
border-color: #E27F02;
}
.TagClassName
{
border-color: #E27F02;
}
</style>