Shades of Tangerine #EF850A
Tints of Tangerine #EF850A
RGB
CMYK
RGB Variations
Color information
#EF850A (or 0xEF850A) is known color: Tangerine. HEX triplet: EF, 85 and 0A. RGB value is (239,133,10). Sum of RGB (Red+Green+Blue) = 239+133+10=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF850A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF850A is #107AF5. Grayscale: #979797. Windows color (decimal): -1080054 or 689647. OLE color: 689647.
HSL color Cylindrical-coordinate representation of color #EF850A: hue angle of 32.23º degrees, saturation: 0.92, 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 #EF850A is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 10 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.06 |
| HSL | 32.23º | 0.92% | 0.49% | - |
| HSV(B) | 32.23º | 0.96% | 0.94% | - |
| XYZ | 44.04 | 35.15 | 4.75 | - |
| YUV | 150.67 | 48.62 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 10 | 0 | 0.44 | 0.96 | 0.06 | 32.23 | 0.92 | 0.49 |
| Hex | EF | 85 | A | 0 | 2C | 60 | 6 | 20 | 5C | 31 |
| Octal | 357 | 205 | 12 | 0 | 54 | 140 | 6 | 40 | 134 | 61 |
| Binary | 11101111 | 10000101 | 1010 | 0 | 101100 | 1100000 | 110 | 100000 | 1011100 | 110001 |
Color Harmonies of #EF850A
Complementary color
Monochromatic Colors of #EF850A
Black with #EF850A
Text Example
Text Example
White with #EF850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF850A; }
p { color: rgb(239,133,10); }
H1.HeaderClassName
{
color: #EF850A;
}
.AnyTagClassName
{
color: #EF850A;
}
</style>
background-color css
<style>
a { background-color: #EF850A; }
a { background-color: rgb(239,133,10); }
div.DivClassName
{
background-color: #EF850A;
}
.BgClassName
{
background-color: #EF850A;
}
</style>
border-color css
<style>
span { border-color: #EF850A; }
span { border-color: rgb(239,133,10); }
td.TdClassName
{
border-color: #EF850A;
}
.TagClassName
{
border-color: #EF850A;
}
</style>