Shades of Mango Tango #EF720A
Tints of Mango Tango #EF720A
RGB
CMYK
RGB Variations
Color information
#EF720A (or 0xEF720A) is known color: Mango Tango. HEX triplet: EF, 72 and 0A. RGB value is (239,114,10). Sum of RGB (Red+Green+Blue) = 239+114+10=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF720A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF720A is #108DF5. Grayscale: #8C8C8C. Windows color (decimal): -1084918 or 684783. OLE color: 684783.
HSL color Cylindrical-coordinate representation of color #EF720A: hue angle of 27.25º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF720A is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 10 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.06 |
| HSL | 27.25º | 0.92% | 0.49% | - |
| HSV(B) | 27.25º | 0.96% | 0.94% | - |
| XYZ | 41.67 | 30.41 | 3.96 | - |
| YUV | 139.52 | 54.91 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 10 | 0 | 0.52 | 0.96 | 0.06 | 27.25 | 0.92 | 0.49 |
| Hex | EF | 72 | A | 0 | 34 | 60 | 6 | 1B | 5C | 31 |
| Octal | 357 | 162 | 12 | 0 | 64 | 140 | 6 | 33 | 134 | 61 |
| Binary | 11101111 | 1110010 | 1010 | 0 | 110100 | 1100000 | 110 | 11011 | 1011100 | 110001 |
Color Harmonies of #EF720A
Complementary color
Monochromatic Colors of #EF720A
Black with #EF720A
Text Example
Text Example
White with #EF720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF720A; }
p { color: rgb(239,114,10); }
H1.HeaderClassName
{
color: #EF720A;
}
.AnyTagClassName
{
color: #EF720A;
}
</style>
background-color css
<style>
a { background-color: #EF720A; }
a { background-color: rgb(239,114,10); }
div.DivClassName
{
background-color: #EF720A;
}
.BgClassName
{
background-color: #EF720A;
}
</style>
border-color css
<style>
span { border-color: #EF720A; }
span { border-color: rgb(239,114,10); }
td.TdClassName
{
border-color: #EF720A;
}
.TagClassName
{
border-color: #EF720A;
}
</style>