Shades of Mango Tango #EF6901
Tints of Mango Tango #EF6901
RGB
CMYK
RGB Variations
Color information
#EF6901 (or 0xEF6901) is known color: Mango Tango. HEX triplet: EF, 69 and 01. RGB value is (239,105,1). Sum of RGB (Red+Green+Blue) = 239+105+1=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6901 is #1096FE. Grayscale: #858585. Windows color (decimal): -1087231 or 92655. OLE color: 92655.
HSL color Cylindrical-coordinate representation of color #EF6901: hue angle of 26.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF6901 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.06 |
| HSL | 26.22º | 0.99% | 0.47% | - |
| HSV(B) | 26.22º | 1% | 0.94% | - |
| XYZ | 40.65 | 28.46 | 3.38 | - |
| YUV | 133.21 | 53.39 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 1 | 0 | 0.56 | 1.00 | 0.06 | 26.22 | 0.99 | 0.47 |
| Hex | EF | 69 | 1 | 0 | 38 | 64 | 6 | 1A | 63 | 2F |
| Octal | 357 | 151 | 1 | 0 | 70 | 144 | 6 | 32 | 143 | 57 |
| Binary | 11101111 | 1101001 | 1 | 0 | 111000 | 1100100 | 110 | 11010 | 1100011 | 101111 |
Color Harmonies of #EF6901
Complementary color
Monochromatic Colors of #EF6901
Black with #EF6901
Text Example
Text Example
White with #EF6901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6901; }
p { color: rgb(239,105,1); }
H1.HeaderClassName
{
color: #EF6901;
}
.AnyTagClassName
{
color: #EF6901;
}
</style>
background-color css
<style>
a { background-color: #EF6901; }
a { background-color: rgb(239,105,1); }
div.DivClassName
{
background-color: #EF6901;
}
.BgClassName
{
background-color: #EF6901;
}
</style>
border-color css
<style>
span { border-color: #EF6901; }
span { border-color: rgb(239,105,1); }
td.TdClassName
{
border-color: #EF6901;
}
.TagClassName
{
border-color: #EF6901;
}
</style>