Shades of Tangerine #EF8309
Tints of Tangerine #EF8309
RGB
CMYK
RGB Variations
Color information
#EF8309 (or 0xEF8309) is known color: Tangerine. HEX triplet: EF, 83 and 09. RGB value is (239,131,9). Sum of RGB (Red+Green+Blue) = 239+131+9=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8309 is #107CF6. Grayscale: #959595. Windows color (decimal): -1080567 or 623599. OLE color: 623599.
HSL color Cylindrical-coordinate representation of color #EF8309: hue angle of 31.83º 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 #EF8309 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 9 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.06 |
| HSL | 31.83º | 0.93% | 0.49% | - |
| HSV(B) | 31.83º | 0.96% | 0.94% | - |
| XYZ | 43.76 | 34.6 | 4.63 | - |
| YUV | 149.38 | 48.78 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 9 | 0 | 0.45 | 0.96 | 0.06 | 31.83 | 0.93 | 0.49 |
| Hex | EF | 83 | 9 | 0 | 2D | 60 | 6 | 20 | 5D | 31 |
| Octal | 357 | 203 | 11 | 0 | 55 | 140 | 6 | 40 | 135 | 61 |
| Binary | 11101111 | 10000011 | 1001 | 0 | 101101 | 1100000 | 110 | 100000 | 1011101 | 110001 |
Color Harmonies of #EF8309
Complementary color
Monochromatic Colors of #EF8309
Black with #EF8309
Text Example
Text Example
White with #EF8309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8309; }
p { color: rgb(239,131,9); }
H1.HeaderClassName
{
color: #EF8309;
}
.AnyTagClassName
{
color: #EF8309;
}
</style>
background-color css
<style>
a { background-color: #EF8309; }
a { background-color: rgb(239,131,9); }
div.DivClassName
{
background-color: #EF8309;
}
.BgClassName
{
background-color: #EF8309;
}
</style>
border-color css
<style>
span { border-color: #EF8309; }
span { border-color: rgb(239,131,9); }
td.TdClassName
{
border-color: #EF8309;
}
.TagClassName
{
border-color: #EF8309;
}
</style>