Shades of Mango Tango #EF770D
Tints of Mango Tango #EF770D
RGB
CMYK
RGB Variations
Color information
#EF770D (or 0xEF770D) is known color: Mango Tango. HEX triplet: EF, 77 and 0D. RGB value is (239,119,13). Sum of RGB (Red+Green+Blue) = 239+119+13=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF770D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF770D is #1088F2. Grayscale: #8F8F8F. Windows color (decimal): -1083635 or 882671. OLE color: 882671.
HSL color Cylindrical-coordinate representation of color #EF770D: hue angle of 28.14º degrees, saturation: 0.9, 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 #EF770D is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 13 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.06 |
| HSL | 28.14º | 0.9% | 0.49% | - |
| HSV(B) | 28.14º | 0.95% | 0.94% | - |
| XYZ | 42.27 | 31.57 | 4.25 | - |
| YUV | 142.8 | 54.76 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 13 | 0 | 0.50 | 0.95 | 0.06 | 28.14 | 0.9 | 0.49 |
| Hex | EF | 77 | D | 0 | 32 | 5F | 6 | 1C | 5A | 31 |
| Octal | 357 | 167 | 15 | 0 | 62 | 137 | 6 | 34 | 132 | 61 |
| Binary | 11101111 | 1110111 | 1101 | 0 | 110010 | 1011111 | 110 | 11100 | 1011010 | 110001 |
Color Harmonies of #EF770D
Complementary color
Monochromatic Colors of #EF770D
Black with #EF770D
Text Example
Text Example
White with #EF770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF770D; }
p { color: rgb(239,119,13); }
H1.HeaderClassName
{
color: #EF770D;
}
.AnyTagClassName
{
color: #EF770D;
}
</style>
background-color css
<style>
a { background-color: #EF770D; }
a { background-color: rgb(239,119,13); }
div.DivClassName
{
background-color: #EF770D;
}
.BgClassName
{
background-color: #EF770D;
}
</style>
border-color css
<style>
span { border-color: #EF770D; }
span { border-color: rgb(239,119,13); }
td.TdClassName
{
border-color: #EF770D;
}
.TagClassName
{
border-color: #EF770D;
}
</style>