Shades of Tangerine #EF800F
Tints of Tangerine #EF800F
RGB
CMYK
RGB Variations
Color information
#EF800F (or 0xEF800F) is known color: Tangerine. HEX triplet: EF, 80 and 0F. RGB value is (239,128,15). Sum of RGB (Red+Green+Blue) = 239+128+15=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF800F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF800F is #107FF0. Grayscale: #949494. Windows color (decimal): -1081329 or 1016047. OLE color: 1016047.
HSL color Cylindrical-coordinate representation of color #EF800F: hue angle of 30.27º degrees, saturation: 0.88, 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 #EF800F is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 15 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.06 |
| HSL | 30.27º | 0.88% | 0.5% | - |
| HSV(B) | 30.27º | 0.94% | 0.94% | - |
| XYZ | 43.4 | 33.82 | 4.69 | - |
| YUV | 148.31 | 52.77 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 15 | 0 | 0.46 | 0.94 | 0.06 | 30.27 | 0.88 | 0.5 |
| Hex | EF | 80 | F | 0 | 2E | 5E | 6 | 1E | 58 | 32 |
| Octal | 357 | 200 | 17 | 0 | 56 | 136 | 6 | 36 | 130 | 62 |
| Binary | 11101111 | 10000000 | 1111 | 0 | 101110 | 1011110 | 110 | 11110 | 1011000 | 110010 |
Color Harmonies of #EF800F
Complementary color
Monochromatic Colors of #EF800F
Black with #EF800F
Text Example
Text Example
White with #EF800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF800F; }
p { color: rgb(239,128,15); }
H1.HeaderClassName
{
color: #EF800F;
}
.AnyTagClassName
{
color: #EF800F;
}
</style>
background-color css
<style>
a { background-color: #EF800F; }
a { background-color: rgb(239,128,15); }
div.DivClassName
{
background-color: #EF800F;
}
.BgClassName
{
background-color: #EF800F;
}
</style>
border-color css
<style>
span { border-color: #EF800F; }
span { border-color: rgb(239,128,15); }
td.TdClassName
{
border-color: #EF800F;
}
.TagClassName
{
border-color: #EF800F;
}
</style>