Shades of Tangerine #EF8212
Tints of Tangerine #EF8212
RGB
CMYK
RGB Variations
Color information
#EF8212 (or 0xEF8212) is known color: Tangerine. HEX triplet: EF, 82 and 12. RGB value is (239,130,18). Sum of RGB (Red+Green+Blue) = 239+130+18=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8212 is #107DED. Grayscale: #969696. Windows color (decimal): -1080814 or 1213167. OLE color: 1213167.
HSL color Cylindrical-coordinate representation of color #EF8212: hue angle of 30.41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF8212 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 18 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.06 |
| HSL | 30.41º | 0.87% | 0.5% | - |
| HSV(B) | 30.41º | 0.92% | 0.94% | - |
| XYZ | 43.69 | 34.36 | 4.9 | - |
| YUV | 149.82 | 53.61 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 18 | 0 | 0.46 | 0.92 | 0.06 | 30.41 | 0.87 | 0.5 |
| Hex | EF | 82 | 12 | 0 | 2E | 5C | 6 | 1E | 57 | 32 |
| Octal | 357 | 202 | 22 | 0 | 56 | 134 | 6 | 36 | 127 | 62 |
| Binary | 11101111 | 10000010 | 10010 | 0 | 101110 | 1011100 | 110 | 11110 | 1010111 | 110010 |
Color Harmonies of #EF8212
Complementary color
Monochromatic Colors of #EF8212
Black with #EF8212
Text Example
Text Example
White with #EF8212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8212; }
p { color: rgb(239,130,18); }
H1.HeaderClassName
{
color: #EF8212;
}
.AnyTagClassName
{
color: #EF8212;
}
</style>
background-color css
<style>
a { background-color: #EF8212; }
a { background-color: rgb(239,130,18); }
div.DivClassName
{
background-color: #EF8212;
}
.BgClassName
{
background-color: #EF8212;
}
</style>
border-color css
<style>
span { border-color: #EF8212; }
span { border-color: rgb(239,130,18); }
td.TdClassName
{
border-color: #EF8212;
}
.TagClassName
{
border-color: #EF8212;
}
</style>