Shades of Mango Tango #EF6802
Tints of Mango Tango #EF6802
RGB
CMYK
RGB Variations
Color information
#EF6802 (or 0xEF6802) is known color: Mango Tango. HEX triplet: EF, 68 and 02. RGB value is (239,104,2). Sum of RGB (Red+Green+Blue) = 239+104+2=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6802 is #1097FD. Grayscale: #858585. Windows color (decimal): -1087486 or 157935. OLE color: 157935.
HSL color Cylindrical-coordinate representation of color #EF6802: hue angle of 25.82º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF6802 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.06 |
| HSL | 25.82º | 0.98% | 0.47% | - |
| HSV(B) | 25.82º | 0.99% | 0.94% | - |
| XYZ | 40.56 | 28.26 | 3.37 | - |
| YUV | 132.74 | 54.23 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 2 | 0 | 0.56 | 0.99 | 0.06 | 25.82 | 0.98 | 0.47 |
| Hex | EF | 68 | 2 | 0 | 38 | 63 | 6 | 1A | 62 | 2F |
| Octal | 357 | 150 | 2 | 0 | 70 | 143 | 6 | 32 | 142 | 57 |
| Binary | 11101111 | 1101000 | 10 | 0 | 111000 | 1100011 | 110 | 11010 | 1100010 | 101111 |
Color Harmonies of #EF6802
Complementary color
Monochromatic Colors of #EF6802
Black with #EF6802
Text Example
Text Example
White with #EF6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6802; }
p { color: rgb(239,104,2); }
H1.HeaderClassName
{
color: #EF6802;
}
.AnyTagClassName
{
color: #EF6802;
}
</style>
background-color css
<style>
a { background-color: #EF6802; }
a { background-color: rgb(239,104,2); }
div.DivClassName
{
background-color: #EF6802;
}
.BgClassName
{
background-color: #EF6802;
}
</style>
border-color css
<style>
span { border-color: #EF6802; }
span { border-color: rgb(239,104,2); }
td.TdClassName
{
border-color: #EF6802;
}
.TagClassName
{
border-color: #EF6802;
}
</style>