Shades of Mango Tango #EF780D
Tints of Mango Tango #EF780D
RGB
CMYK
RGB Variations
Color information
#EF780D (or 0xEF780D) is known color: Mango Tango. HEX triplet: EF, 78 and 0D. RGB value is (239,120,13). Sum of RGB (Red+Green+Blue) = 239+120+13=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF780D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF780D is #1087F2. Grayscale: #8F8F8F. Windows color (decimal): -1083379 or 882927. OLE color: 882927.
HSL color Cylindrical-coordinate representation of color #EF780D: hue angle of 28.41º 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 #EF780D is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 13 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.06 |
| HSL | 28.41º | 0.9% | 0.49% | - |
| HSV(B) | 28.41º | 0.95% | 0.94% | - |
| XYZ | 42.39 | 31.81 | 4.29 | - |
| YUV | 143.38 | 54.42 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 13 | 0 | 0.50 | 0.95 | 0.06 | 28.41 | 0.9 | 0.49 |
| Hex | EF | 78 | D | 0 | 32 | 5F | 6 | 1C | 5A | 31 |
| Octal | 357 | 170 | 15 | 0 | 62 | 137 | 6 | 34 | 132 | 61 |
| Binary | 11101111 | 1111000 | 1101 | 0 | 110010 | 1011111 | 110 | 11100 | 1011010 | 110001 |
Color Harmonies of #EF780D
Complementary color
Monochromatic Colors of #EF780D
Black with #EF780D
Text Example
Text Example
White with #EF780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF780D; }
p { color: rgb(239,120,13); }
H1.HeaderClassName
{
color: #EF780D;
}
.AnyTagClassName
{
color: #EF780D;
}
</style>
background-color css
<style>
a { background-color: #EF780D; }
a { background-color: rgb(239,120,13); }
div.DivClassName
{
background-color: #EF780D;
}
.BgClassName
{
background-color: #EF780D;
}
</style>
border-color css
<style>
span { border-color: #EF780D; }
span { border-color: rgb(239,120,13); }
td.TdClassName
{
border-color: #EF780D;
}
.TagClassName
{
border-color: #EF780D;
}
</style>