Shades of Mango Tango #EF720C
Tints of Mango Tango #EF720C
RGB
CMYK
RGB Variations
Color information
#EF720C (or 0xEF720C) is known color: Mango Tango. HEX triplet: EF, 72 and 0C. RGB value is (239,114,12). Sum of RGB (Red+Green+Blue) = 239+114+12=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF720C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF720C is #108DF3. Grayscale: #8C8C8C. Windows color (decimal): -1084916 or 815855. OLE color: 815855.
HSL color Cylindrical-coordinate representation of color #EF720C: hue angle of 26.96º 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 #EF720C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.06 |
| HSL | 26.96º | 0.9% | 0.49% | - |
| HSV(B) | 26.96º | 0.95% | 0.94% | - |
| XYZ | 41.68 | 30.41 | 4.02 | - |
| YUV | 139.75 | 55.91 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 12 | 0 | 0.52 | 0.95 | 0.06 | 26.96 | 0.9 | 0.49 |
| Hex | EF | 72 | C | 0 | 34 | 5F | 6 | 1B | 5A | 31 |
| Octal | 357 | 162 | 14 | 0 | 64 | 137 | 6 | 33 | 132 | 61 |
| Binary | 11101111 | 1110010 | 1100 | 0 | 110100 | 1011111 | 110 | 11011 | 1011010 | 110001 |
Color Harmonies of #EF720C
Complementary color
Monochromatic Colors of #EF720C
Black with #EF720C
Text Example
Text Example
White with #EF720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF720C; }
p { color: rgb(239,114,12); }
H1.HeaderClassName
{
color: #EF720C;
}
.AnyTagClassName
{
color: #EF720C;
}
</style>
background-color css
<style>
a { background-color: #EF720C; }
a { background-color: rgb(239,114,12); }
div.DivClassName
{
background-color: #EF720C;
}
.BgClassName
{
background-color: #EF720C;
}
</style>
border-color css
<style>
span { border-color: #EF720C; }
span { border-color: rgb(239,114,12); }
td.TdClassName
{
border-color: #EF720C;
}
.TagClassName
{
border-color: #EF720C;
}
</style>