Shades of Tangerine #EF8211
Tints of Tangerine #EF8211
RGB
CMYK
RGB Variations
Color information
#EF8211 (or 0xEF8211) is known color: Tangerine. HEX triplet: EF, 82 and 11. RGB value is (239,130,17). Sum of RGB (Red+Green+Blue) = 239+130+17=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8211 is #107DEE. Grayscale: #969696. Windows color (decimal): -1080815 or 1147631. OLE color: 1147631.
HSL color Cylindrical-coordinate representation of color #EF8211: hue angle of 30.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF8211 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 17 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.06 |
| HSL | 30.54º | 0.87% | 0.5% | - |
| HSV(B) | 30.54º | 0.93% | 0.94% | - |
| XYZ | 43.68 | 34.36 | 4.86 | - |
| YUV | 149.71 | 53.11 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 17 | 0 | 0.46 | 0.93 | 0.06 | 30.54 | 0.87 | 0.5 |
| Hex | EF | 82 | 11 | 0 | 2E | 5D | 6 | 1F | 57 | 32 |
| Octal | 357 | 202 | 21 | 0 | 56 | 135 | 6 | 37 | 127 | 62 |
| Binary | 11101111 | 10000010 | 10001 | 0 | 101110 | 1011101 | 110 | 11111 | 1010111 | 110010 |
Color Harmonies of #EF8211
Complementary color
Monochromatic Colors of #EF8211
Black with #EF8211
Text Example
Text Example
White with #EF8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8211; }
p { color: rgb(239,130,17); }
H1.HeaderClassName
{
color: #EF8211;
}
.AnyTagClassName
{
color: #EF8211;
}
</style>
background-color css
<style>
a { background-color: #EF8211; }
a { background-color: rgb(239,130,17); }
div.DivClassName
{
background-color: #EF8211;
}
.BgClassName
{
background-color: #EF8211;
}
</style>
border-color css
<style>
span { border-color: #EF8211; }
span { border-color: rgb(239,130,17); }
td.TdClassName
{
border-color: #EF8211;
}
.TagClassName
{
border-color: #EF8211;
}
</style>