Shades of Mango Tango #E18002
Tints of Mango Tango #E18002
RGB
CMYK
RGB Variations
Color information
#E18002 (or 0xE18002) is known color: Mango Tango. HEX triplet: E1, 80 and 02. RGB value is (225,128,2). Sum of RGB (Red+Green+Blue) = 225+128+2=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E18002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18002 is #1E7FFD. Grayscale: #8F8F8F. Windows color (decimal): -1998846 or 164065. OLE color: 164065.
HSL color Cylindrical-coordinate representation of color #E18002: hue angle of 33.9º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E18002 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.12 |
| HSL | 33.9º | 0.98% | 0.45% | - |
| HSV(B) | 33.9º | 0.99% | 0.88% | - |
| XYZ | 38.78 | 31.45 | 4.08 | - |
| YUV | 142.64 | 48.64 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 2 | 0 | 0.43 | 0.99 | 0.12 | 33.9 | 0.98 | 0.45 |
| Hex | E1 | 80 | 2 | 0 | 2B | 63 | C | 22 | 62 | 2D |
| Octal | 341 | 200 | 2 | 0 | 53 | 143 | 14 | 42 | 142 | 55 |
| Binary | 11100001 | 10000000 | 10 | 0 | 101011 | 1100011 | 1100 | 100010 | 1100010 | 101101 |
Color Harmonies of #E18002
Complementary color
Monochromatic Colors of #E18002
Black with #E18002
Text Example
Text Example
White with #E18002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18002; }
p { color: rgb(225,128,2); }
H1.HeaderClassName
{
color: #E18002;
}
.AnyTagClassName
{
color: #E18002;
}
</style>
background-color css
<style>
a { background-color: #E18002; }
a { background-color: rgb(225,128,2); }
div.DivClassName
{
background-color: #E18002;
}
.BgClassName
{
background-color: #E18002;
}
</style>
border-color css
<style>
span { border-color: #E18002; }
span { border-color: rgb(225,128,2); }
td.TdClassName
{
border-color: #E18002;
}
.TagClassName
{
border-color: #E18002;
}
</style>