Shades of Tangerine #EF850B
Tints of Tangerine #EF850B
RGB
CMYK
RGB Variations
Color information
#EF850B (or 0xEF850B) is known color: Tangerine. HEX triplet: EF, 85 and 0B. RGB value is (239,133,11). Sum of RGB (Red+Green+Blue) = 239+133+11=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF850B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF850B is #107AF4. Grayscale: #979797. Windows color (decimal): -1080053 or 755183. OLE color: 755183.
HSL color Cylindrical-coordinate representation of color #EF850B: hue angle of 32.11º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF850B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.06 |
| HSL | 32.11º | 0.91% | 0.49% | - |
| HSV(B) | 32.11º | 0.95% | 0.94% | - |
| XYZ | 44.04 | 35.15 | 4.78 | - |
| YUV | 150.79 | 49.12 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 11 | 0 | 0.44 | 0.95 | 0.06 | 32.11 | 0.91 | 0.49 |
| Hex | EF | 85 | B | 0 | 2C | 5F | 6 | 20 | 5B | 31 |
| Octal | 357 | 205 | 13 | 0 | 54 | 137 | 6 | 40 | 133 | 61 |
| Binary | 11101111 | 10000101 | 1011 | 0 | 101100 | 1011111 | 110 | 100000 | 1011011 | 110001 |
Color Harmonies of #EF850B
Complementary color
Monochromatic Colors of #EF850B
Black with #EF850B
Text Example
Text Example
White with #EF850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF850B; }
p { color: rgb(239,133,11); }
H1.HeaderClassName
{
color: #EF850B;
}
.AnyTagClassName
{
color: #EF850B;
}
</style>
background-color css
<style>
a { background-color: #EF850B; }
a { background-color: rgb(239,133,11); }
div.DivClassName
{
background-color: #EF850B;
}
.BgClassName
{
background-color: #EF850B;
}
</style>
border-color css
<style>
span { border-color: #EF850B; }
span { border-color: rgb(239,133,11); }
td.TdClassName
{
border-color: #EF850B;
}
.TagClassName
{
border-color: #EF850B;
}
</style>