Shades of Tangerine #EF8C09
Tints of Tangerine #EF8C09
RGB
CMYK
RGB Variations
Color information
#EF8C09 (or 0xEF8C09) is known color: Tangerine. HEX triplet: EF, 8C and 09. RGB value is (239,140,9). Sum of RGB (Red+Green+Blue) = 239+140+9=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8C09 is #1073F6. Grayscale: #9B9B9B. Windows color (decimal): -1078263 or 625903. OLE color: 625903.
HSL color Cylindrical-coordinate representation of color #EF8C09: hue angle of 34.17º 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 #EF8C09 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 9 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.06 |
| HSL | 34.17º | 0.93% | 0.49% | - |
| HSV(B) | 34.17º | 0.96% | 0.94% | - |
| XYZ | 45.02 | 37.13 | 5.05 | - |
| YUV | 154.67 | 45.8 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 9 | 0 | 0.41 | 0.96 | 0.06 | 34.17 | 0.93 | 0.49 |
| Hex | EF | 8C | 9 | 0 | 29 | 60 | 6 | 22 | 5D | 31 |
| Octal | 357 | 214 | 11 | 0 | 51 | 140 | 6 | 42 | 135 | 61 |
| Binary | 11101111 | 10001100 | 1001 | 0 | 101001 | 1100000 | 110 | 100010 | 1011101 | 110001 |
Color Harmonies of #EF8C09
Complementary color
Monochromatic Colors of #EF8C09
Black with #EF8C09
Text Example
Text Example
White with #EF8C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C09; }
p { color: rgb(239,140,9); }
H1.HeaderClassName
{
color: #EF8C09;
}
.AnyTagClassName
{
color: #EF8C09;
}
</style>
background-color css
<style>
a { background-color: #EF8C09; }
a { background-color: rgb(239,140,9); }
div.DivClassName
{
background-color: #EF8C09;
}
.BgClassName
{
background-color: #EF8C09;
}
</style>
border-color css
<style>
span { border-color: #EF8C09; }
span { border-color: rgb(239,140,9); }
td.TdClassName
{
border-color: #EF8C09;
}
.TagClassName
{
border-color: #EF8C09;
}
</style>