Shades of Tangerine #EF8508
Tints of Tangerine #EF8508
RGB
CMYK
RGB Variations
Color information
#EF8508 (or 0xEF8508) is known color: Tangerine. HEX triplet: EF, 85 and 08. RGB value is (239,133,8). Sum of RGB (Red+Green+Blue) = 239+133+8=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8508 is #107AF7. Grayscale: #979797. Windows color (decimal): -1080056 or 558575. OLE color: 558575.
HSL color Cylindrical-coordinate representation of color #EF8508: hue angle of 32.47º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF8508 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 8 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.06 |
| HSL | 32.47º | 0.94% | 0.48% | - |
| HSV(B) | 32.47º | 0.97% | 0.94% | - |
| XYZ | 44.03 | 35.14 | 4.69 | - |
| YUV | 150.44 | 47.62 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 8 | 0 | 0.44 | 0.97 | 0.06 | 32.47 | 0.94 | 0.48 |
| Hex | EF | 85 | 8 | 0 | 2C | 61 | 6 | 20 | 5E | 30 |
| Octal | 357 | 205 | 10 | 0 | 54 | 141 | 6 | 40 | 136 | 60 |
| Binary | 11101111 | 10000101 | 1000 | 0 | 101100 | 1100001 | 110 | 100000 | 1011110 | 110000 |
Color Harmonies of #EF8508
Complementary color
Monochromatic Colors of #EF8508
Black with #EF8508
Text Example
Text Example
White with #EF8508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8508; }
p { color: rgb(239,133,8); }
H1.HeaderClassName
{
color: #EF8508;
}
.AnyTagClassName
{
color: #EF8508;
}
</style>
background-color css
<style>
a { background-color: #EF8508; }
a { background-color: rgb(239,133,8); }
div.DivClassName
{
background-color: #EF8508;
}
.BgClassName
{
background-color: #EF8508;
}
</style>
border-color css
<style>
span { border-color: #EF8508; }
span { border-color: rgb(239,133,8); }
td.TdClassName
{
border-color: #EF8508;
}
.TagClassName
{
border-color: #EF8508;
}
</style>