Shades of Tangerine #EF8F0B
Tints of Tangerine #EF8F0B
RGB
CMYK
RGB Variations
Color information
#EF8F0B (or 0xEF8F0B) is known color: Tangerine. HEX triplet: EF, 8F and 0B. RGB value is (239,143,11). Sum of RGB (Red+Green+Blue) = 239+143+11=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8F0B is #1070F4. Grayscale: #9D9D9D. Windows color (decimal): -1077493 or 757743. OLE color: 757743.
HSL color Cylindrical-coordinate representation of color #EF8F0B: hue angle of 34.74º degrees, saturation: 0.91, 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 #EF8F0B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 11 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.06 |
| HSL | 34.74º | 0.91% | 0.49% | - |
| HSV(B) | 34.74º | 0.95% | 0.94% | - |
| XYZ | 45.48 | 38.02 | 5.26 | - |
| YUV | 156.66 | 45.8 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 11 | 0 | 0.40 | 0.95 | 0.06 | 34.74 | 0.91 | 0.49 |
| Hex | EF | 8F | B | 0 | 28 | 5F | 6 | 23 | 5B | 31 |
| Octal | 357 | 217 | 13 | 0 | 50 | 137 | 6 | 43 | 133 | 61 |
| Binary | 11101111 | 10001111 | 1011 | 0 | 101000 | 1011111 | 110 | 100011 | 1011011 | 110001 |
Color Harmonies of #EF8F0B
Complementary color
Monochromatic Colors of #EF8F0B
Black with #EF8F0B
Text Example
Text Example
White with #EF8F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F0B; }
p { color: rgb(239,143,11); }
H1.HeaderClassName
{
color: #EF8F0B;
}
.AnyTagClassName
{
color: #EF8F0B;
}
</style>
background-color css
<style>
a { background-color: #EF8F0B; }
a { background-color: rgb(239,143,11); }
div.DivClassName
{
background-color: #EF8F0B;
}
.BgClassName
{
background-color: #EF8F0B;
}
</style>
border-color css
<style>
span { border-color: #EF8F0B; }
span { border-color: rgb(239,143,11); }
td.TdClassName
{
border-color: #EF8F0B;
}
.TagClassName
{
border-color: #EF8F0B;
}
</style>