Shades of Tangerine #EF8F09
Tints of Tangerine #EF8F09
RGB
CMYK
RGB Variations
Color information
#EF8F09 (or 0xEF8F09) is known color: Tangerine. HEX triplet: EF, 8F and 09. RGB value is (239,143,9). Sum of RGB (Red+Green+Blue) = 239+143+9=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8F09 is #1070F6. Grayscale: #9D9D9D. Windows color (decimal): -1077495 or 626671. OLE color: 626671.
HSL color Cylindrical-coordinate representation of color #EF8F09: hue angle of 34.96º degrees, saturation: 0.93, 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 #EF8F09 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 9 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.06 |
| HSL | 34.96º | 0.93% | 0.49% | - |
| HSV(B) | 34.96º | 0.96% | 0.94% | - |
| XYZ | 45.47 | 38.02 | 5.2 | - |
| YUV | 156.43 | 44.8 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 9 | 0 | 0.40 | 0.96 | 0.06 | 34.96 | 0.93 | 0.49 |
| Hex | EF | 8F | 9 | 0 | 28 | 60 | 6 | 23 | 5D | 31 |
| Octal | 357 | 217 | 11 | 0 | 50 | 140 | 6 | 43 | 135 | 61 |
| Binary | 11101111 | 10001111 | 1001 | 0 | 101000 | 1100000 | 110 | 100011 | 1011101 | 110001 |
Color Harmonies of #EF8F09
Complementary color
Monochromatic Colors of #EF8F09
Black with #EF8F09
Text Example
Text Example
White with #EF8F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F09; }
p { color: rgb(239,143,9); }
H1.HeaderClassName
{
color: #EF8F09;
}
.AnyTagClassName
{
color: #EF8F09;
}
</style>
background-color css
<style>
a { background-color: #EF8F09; }
a { background-color: rgb(239,143,9); }
div.DivClassName
{
background-color: #EF8F09;
}
.BgClassName
{
background-color: #EF8F09;
}
</style>
border-color css
<style>
span { border-color: #EF8F09; }
span { border-color: rgb(239,143,9); }
td.TdClassName
{
border-color: #EF8F09;
}
.TagClassName
{
border-color: #EF8F09;
}
</style>