Shades of Tangerine #EF8206
Tints of Tangerine #EF8206
RGB
CMYK
RGB Variations
Color information
#EF8206 (or 0xEF8206) is known color: Tangerine. HEX triplet: EF, 82 and 06. RGB value is (239,130,6). Sum of RGB (Red+Green+Blue) = 239+130+6=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8206 is #107DF9. Grayscale: #959595. Windows color (decimal): -1080826 or 426735. OLE color: 426735.
HSL color Cylindrical-coordinate representation of color #EF8206: hue angle of 31.93º degrees, saturation: 0.95, 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 #EF8206 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.06 |
| HSL | 31.93º | 0.95% | 0.48% | - |
| HSV(B) | 31.93º | 0.97% | 0.94% | - |
| XYZ | 43.61 | 34.33 | 4.5 | - |
| YUV | 148.46 | 47.61 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 6 | 0 | 0.46 | 0.97 | 0.06 | 31.93 | 0.95 | 0.48 |
| Hex | EF | 82 | 6 | 0 | 2E | 61 | 6 | 20 | 5F | 30 |
| Octal | 357 | 202 | 6 | 0 | 56 | 141 | 6 | 40 | 137 | 60 |
| Binary | 11101111 | 10000010 | 110 | 0 | 101110 | 1100001 | 110 | 100000 | 1011111 | 110000 |
Color Harmonies of #EF8206
Complementary color
Monochromatic Colors of #EF8206
Black with #EF8206
Text Example
Text Example
White with #EF8206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8206; }
p { color: rgb(239,130,6); }
H1.HeaderClassName
{
color: #EF8206;
}
.AnyTagClassName
{
color: #EF8206;
}
</style>
background-color css
<style>
a { background-color: #EF8206; }
a { background-color: rgb(239,130,6); }
div.DivClassName
{
background-color: #EF8206;
}
.BgClassName
{
background-color: #EF8206;
}
</style>
border-color css
<style>
span { border-color: #EF8206; }
span { border-color: rgb(239,130,6); }
td.TdClassName
{
border-color: #EF8206;
}
.TagClassName
{
border-color: #EF8206;
}
</style>