Shades of Mango Tango #E06502
Tints of Mango Tango #E06502
RGB
CMYK
RGB Variations
Color information
#E06502 (or 0xE06502) is known color: Mango Tango. HEX triplet: E0, 65 and 02. RGB value is (224,101,2). Sum of RGB (Red+Green+Blue) = 224+101+2=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E06502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06502 is #1F9AFD. Grayscale: #7F7F7F. Windows color (decimal): -2071294 or 157152. OLE color: 157152.
HSL color Cylindrical-coordinate representation of color #E06502: hue angle of 26.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E06502 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.12 |
| HSL | 26.76º | 0.98% | 0.44% | - |
| HSV(B) | 26.76º | 0.99% | 0.88% | - |
| XYZ | 35.41 | 25.16 | 3.05 | - |
| YUV | 126.49 | 57.75 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 2 | 0 | 0.55 | 0.99 | 0.12 | 26.76 | 0.98 | 0.44 |
| Hex | E0 | 65 | 2 | 0 | 37 | 63 | C | 1B | 62 | 2C |
| Octal | 340 | 145 | 2 | 0 | 67 | 143 | 14 | 33 | 142 | 54 |
| Binary | 11100000 | 1100101 | 10 | 0 | 110111 | 1100011 | 1100 | 11011 | 1100010 | 101100 |
Color Harmonies of #E06502
Complementary color
Monochromatic Colors of #E06502
Black with #E06502
Text Example
Text Example
White with #E06502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06502; }
p { color: rgb(224,101,2); }
H1.HeaderClassName
{
color: #E06502;
}
.AnyTagClassName
{
color: #E06502;
}
</style>
background-color css
<style>
a { background-color: #E06502; }
a { background-color: rgb(224,101,2); }
div.DivClassName
{
background-color: #E06502;
}
.BgClassName
{
background-color: #E06502;
}
</style>
border-color css
<style>
span { border-color: #E06502; }
span { border-color: rgb(224,101,2); }
td.TdClassName
{
border-color: #E06502;
}
.TagClassName
{
border-color: #E06502;
}
</style>