Shades of Tangerine #EF830E
Tints of Tangerine #EF830E
RGB
CMYK
RGB Variations
Color information
#EF830E (or 0xEF830E) is known color: Tangerine. HEX triplet: EF, 83 and 0E. RGB value is (239,131,14). Sum of RGB (Red+Green+Blue) = 239+131+14=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF830E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF830E is #107CF1. Grayscale: #969696. Windows color (decimal): -1080562 or 951279. OLE color: 951279.
HSL color Cylindrical-coordinate representation of color #EF830E: hue angle of 31.2º 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 #EF830E is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 14 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.06 |
| HSL | 31.2º | 0.89% | 0.5% | - |
| HSV(B) | 31.2º | 0.94% | 0.94% | - |
| XYZ | 43.79 | 34.62 | 4.79 | - |
| YUV | 149.95 | 51.28 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 14 | 0 | 0.45 | 0.94 | 0.06 | 31.2 | 0.89 | 0.5 |
| Hex | EF | 83 | E | 0 | 2D | 5E | 6 | 1F | 59 | 32 |
| Octal | 357 | 203 | 16 | 0 | 55 | 136 | 6 | 37 | 131 | 62 |
| Binary | 11101111 | 10000011 | 1110 | 0 | 101101 | 1011110 | 110 | 11111 | 1011001 | 110010 |
Color Harmonies of #EF830E
Complementary color
Monochromatic Colors of #EF830E
Black with #EF830E
Text Example
Text Example
White with #EF830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF830E; }
p { color: rgb(239,131,14); }
H1.HeaderClassName
{
color: #EF830E;
}
.AnyTagClassName
{
color: #EF830E;
}
</style>
background-color css
<style>
a { background-color: #EF830E; }
a { background-color: rgb(239,131,14); }
div.DivClassName
{
background-color: #EF830E;
}
.BgClassName
{
background-color: #EF830E;
}
</style>
border-color css
<style>
span { border-color: #EF830E; }
span { border-color: rgb(239,131,14); }
td.TdClassName
{
border-color: #EF830E;
}
.TagClassName
{
border-color: #EF830E;
}
</style>