Shades of Tangerine #EF8C0E
Tints of Tangerine #EF8C0E
RGB
CMYK
RGB Variations
Color information
#EF8C0E (or 0xEF8C0E) is known color: Tangerine. HEX triplet: EF, 8C and 0E. RGB value is (239,140,14). Sum of RGB (Red+Green+Blue) = 239+140+14=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8C0E is #1073F1. Grayscale: #9B9B9B. Windows color (decimal): -1078258 or 953583. OLE color: 953583.
HSL color Cylindrical-coordinate representation of color #EF8C0E: hue angle of 33.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF8C0E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.06 |
| HSL | 33.6º | 0.89% | 0.5% | - |
| HSV(B) | 33.6º | 0.94% | 0.94% | - |
| XYZ | 45.05 | 37.14 | 5.21 | - |
| YUV | 155.24 | 48.3 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 14 | 0 | 0.41 | 0.94 | 0.06 | 33.6 | 0.89 | 0.5 |
| Hex | EF | 8C | E | 0 | 29 | 5E | 6 | 22 | 59 | 32 |
| Octal | 357 | 214 | 16 | 0 | 51 | 136 | 6 | 42 | 131 | 62 |
| Binary | 11101111 | 10001100 | 1110 | 0 | 101001 | 1011110 | 110 | 100010 | 1011001 | 110010 |
Color Harmonies of #EF8C0E
Complementary color
Monochromatic Colors of #EF8C0E
Black with #EF8C0E
Text Example
Text Example
White with #EF8C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C0E; }
p { color: rgb(239,140,14); }
H1.HeaderClassName
{
color: #EF8C0E;
}
.AnyTagClassName
{
color: #EF8C0E;
}
</style>
background-color css
<style>
a { background-color: #EF8C0E; }
a { background-color: rgb(239,140,14); }
div.DivClassName
{
background-color: #EF8C0E;
}
.BgClassName
{
background-color: #EF8C0E;
}
</style>
border-color css
<style>
span { border-color: #EF8C0E; }
span { border-color: rgb(239,140,14); }
td.TdClassName
{
border-color: #EF8C0E;
}
.TagClassName
{
border-color: #EF8C0E;
}
</style>