Shades of Mango Tango #EF700C
Tints of Mango Tango #EF700C
RGB
CMYK
RGB Variations
Color information
#EF700C (or 0xEF700C) is known color: Mango Tango. HEX triplet: EF, 70 and 0C. RGB value is (239,112,12). Sum of RGB (Red+Green+Blue) = 239+112+12=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF700C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF700C is #108FF3. Grayscale: #8B8B8B. Windows color (decimal): -1085428 or 815343. OLE color: 815343.
HSL color Cylindrical-coordinate representation of color #EF700C: hue angle of 26.43º 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 #EF700C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.06 |
| HSL | 26.43º | 0.9% | 0.49% | - |
| HSV(B) | 26.43º | 0.95% | 0.94% | - |
| XYZ | 41.46 | 29.97 | 3.95 | - |
| YUV | 138.57 | 56.58 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 12 | 0 | 0.53 | 0.95 | 0.06 | 26.43 | 0.9 | 0.49 |
| Hex | EF | 70 | C | 0 | 35 | 5F | 6 | 1A | 5A | 31 |
| Octal | 357 | 160 | 14 | 0 | 65 | 137 | 6 | 32 | 132 | 61 |
| Binary | 11101111 | 1110000 | 1100 | 0 | 110101 | 1011111 | 110 | 11010 | 1011010 | 110001 |
Color Harmonies of #EF700C
Complementary color
Monochromatic Colors of #EF700C
Black with #EF700C
Text Example
Text Example
White with #EF700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF700C; }
p { color: rgb(239,112,12); }
H1.HeaderClassName
{
color: #EF700C;
}
.AnyTagClassName
{
color: #EF700C;
}
</style>
background-color css
<style>
a { background-color: #EF700C; }
a { background-color: rgb(239,112,12); }
div.DivClassName
{
background-color: #EF700C;
}
.BgClassName
{
background-color: #EF700C;
}
</style>
border-color css
<style>
span { border-color: #EF700C; }
span { border-color: rgb(239,112,12); }
td.TdClassName
{
border-color: #EF700C;
}
.TagClassName
{
border-color: #EF700C;
}
</style>