Shades of Tangerine #EF8008
Tints of Tangerine #EF8008
RGB
CMYK
RGB Variations
Color information
#EF8008 (or 0xEF8008) is known color: Tangerine. HEX triplet: EF, 80 and 08. RGB value is (239,128,8). Sum of RGB (Red+Green+Blue) = 239+128+8=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8008 is #107FF7. Grayscale: #949494. Windows color (decimal): -1081336 or 557295. OLE color: 557295.
HSL color Cylindrical-coordinate representation of color #EF8008: hue angle of 31.17º 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 #EF8008 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 8 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.06 |
| HSL | 31.17º | 0.94% | 0.48% | - |
| HSV(B) | 31.17º | 0.97% | 0.94% | - |
| XYZ | 43.36 | 33.81 | 4.47 | - |
| YUV | 147.51 | 49.27 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 8 | 0 | 0.46 | 0.97 | 0.06 | 31.17 | 0.94 | 0.48 |
| Hex | EF | 80 | 8 | 0 | 2E | 61 | 6 | 1F | 5E | 30 |
| Octal | 357 | 200 | 10 | 0 | 56 | 141 | 6 | 37 | 136 | 60 |
| Binary | 11101111 | 10000000 | 1000 | 0 | 101110 | 1100001 | 110 | 11111 | 1011110 | 110000 |
Color Harmonies of #EF8008
Complementary color
Monochromatic Colors of #EF8008
Black with #EF8008
Text Example
Text Example
White with #EF8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8008; }
p { color: rgb(239,128,8); }
H1.HeaderClassName
{
color: #EF8008;
}
.AnyTagClassName
{
color: #EF8008;
}
</style>
background-color css
<style>
a { background-color: #EF8008; }
a { background-color: rgb(239,128,8); }
div.DivClassName
{
background-color: #EF8008;
}
.BgClassName
{
background-color: #EF8008;
}
</style>
border-color css
<style>
span { border-color: #EF8008; }
span { border-color: rgb(239,128,8); }
td.TdClassName
{
border-color: #EF8008;
}
.TagClassName
{
border-color: #EF8008;
}
</style>