Shades of Mango Tango #EF770B
Tints of Mango Tango #EF770B
RGB
CMYK
RGB Variations
Color information
#EF770B (or 0xEF770B) is known color: Mango Tango. HEX triplet: EF, 77 and 0B. RGB value is (239,119,11). Sum of RGB (Red+Green+Blue) = 239+119+11=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF770B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF770B is #1088F4. Grayscale: #8F8F8F. Windows color (decimal): -1083637 or 751599. OLE color: 751599.
HSL color Cylindrical-coordinate representation of color #EF770B: hue angle of 28.42º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF770B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.06 |
| HSL | 28.42º | 0.91% | 0.49% | - |
| HSV(B) | 28.42º | 0.95% | 0.94% | - |
| XYZ | 42.25 | 31.57 | 4.18 | - |
| YUV | 142.57 | 53.76 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 11 | 0 | 0.50 | 0.95 | 0.06 | 28.42 | 0.91 | 0.49 |
| Hex | EF | 77 | B | 0 | 32 | 5F | 6 | 1C | 5B | 31 |
| Octal | 357 | 167 | 13 | 0 | 62 | 137 | 6 | 34 | 133 | 61 |
| Binary | 11101111 | 1110111 | 1011 | 0 | 110010 | 1011111 | 110 | 11100 | 1011011 | 110001 |
Color Harmonies of #EF770B
Complementary color
Monochromatic Colors of #EF770B
Black with #EF770B
Text Example
Text Example
White with #EF770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF770B; }
p { color: rgb(239,119,11); }
H1.HeaderClassName
{
color: #EF770B;
}
.AnyTagClassName
{
color: #EF770B;
}
</style>
background-color css
<style>
a { background-color: #EF770B; }
a { background-color: rgb(239,119,11); }
div.DivClassName
{
background-color: #EF770B;
}
.BgClassName
{
background-color: #EF770B;
}
</style>
border-color css
<style>
span { border-color: #EF770B; }
span { border-color: rgb(239,119,11); }
td.TdClassName
{
border-color: #EF770B;
}
.TagClassName
{
border-color: #EF770B;
}
</style>