Shades of Tangerine #EF7B0E
Tints of Tangerine #EF7B0E
RGB
CMYK
RGB Variations
Color information
#EF7B0E (or 0xEF7B0E) is known color: Tangerine. HEX triplet: EF, 7B and 0E. RGB value is (239,123,14). Sum of RGB (Red+Green+Blue) = 239+123+14=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7B0E is #1084F1. Grayscale: #919191. Windows color (decimal): -1082610 or 949231. OLE color: 949231.
HSL color Cylindrical-coordinate representation of color #EF7B0E: hue angle of 29.07º 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 #EF7B0E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 14 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.06 |
| HSL | 29.07º | 0.89% | 0.5% | - |
| HSV(B) | 29.07º | 0.94% | 0.94% | - |
| XYZ | 42.76 | 32.55 | 4.44 | - |
| YUV | 145.26 | 53.93 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 14 | 0 | 0.49 | 0.94 | 0.06 | 29.07 | 0.89 | 0.5 |
| Hex | EF | 7B | E | 0 | 31 | 5E | 6 | 1D | 59 | 32 |
| Octal | 357 | 173 | 16 | 0 | 61 | 136 | 6 | 35 | 131 | 62 |
| Binary | 11101111 | 1111011 | 1110 | 0 | 110001 | 1011110 | 110 | 11101 | 1011001 | 110010 |
Color Harmonies of #EF7B0E
Complementary color
Monochromatic Colors of #EF7B0E
Black with #EF7B0E
Text Example
Text Example
White with #EF7B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B0E; }
p { color: rgb(239,123,14); }
H1.HeaderClassName
{
color: #EF7B0E;
}
.AnyTagClassName
{
color: #EF7B0E;
}
</style>
background-color css
<style>
a { background-color: #EF7B0E; }
a { background-color: rgb(239,123,14); }
div.DivClassName
{
background-color: #EF7B0E;
}
.BgClassName
{
background-color: #EF7B0E;
}
</style>
border-color css
<style>
span { border-color: #EF7B0E; }
span { border-color: rgb(239,123,14); }
td.TdClassName
{
border-color: #EF7B0E;
}
.TagClassName
{
border-color: #EF7B0E;
}
</style>