Shades of Tangerine #EF8205
Tints of Tangerine #EF8205
RGB
CMYK
RGB Variations
Color information
#EF8205 (or 0xEF8205) is known color: Tangerine. HEX triplet: EF, 82 and 05. RGB value is (239,130,5). Sum of RGB (Red+Green+Blue) = 239+130+5=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8205 is #107DFA. Grayscale: #949494. Windows color (decimal): -1080827 or 361199. OLE color: 361199.
HSL color Cylindrical-coordinate representation of color #EF8205: hue angle of 32.05º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF8205 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.06 |
| HSL | 32.05º | 0.96% | 0.48% | - |
| HSV(B) | 32.05º | 0.98% | 0.94% | - |
| XYZ | 43.61 | 34.33 | 4.47 | - |
| YUV | 148.34 | 47.11 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 5 | 0 | 0.46 | 0.98 | 0.06 | 32.05 | 0.96 | 0.48 |
| Hex | EF | 82 | 5 | 0 | 2E | 62 | 6 | 20 | 60 | 30 |
| Octal | 357 | 202 | 5 | 0 | 56 | 142 | 6 | 40 | 140 | 60 |
| Binary | 11101111 | 10000010 | 101 | 0 | 101110 | 1100010 | 110 | 100000 | 1100000 | 110000 |
Color Harmonies of #EF8205
Complementary color
Monochromatic Colors of #EF8205
Black with #EF8205
Text Example
Text Example
White with #EF8205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8205; }
p { color: rgb(239,130,5); }
H1.HeaderClassName
{
color: #EF8205;
}
.AnyTagClassName
{
color: #EF8205;
}
</style>
background-color css
<style>
a { background-color: #EF8205; }
a { background-color: rgb(239,130,5); }
div.DivClassName
{
background-color: #EF8205;
}
.BgClassName
{
background-color: #EF8205;
}
</style>
border-color css
<style>
span { border-color: #EF8205; }
span { border-color: rgb(239,130,5); }
td.TdClassName
{
border-color: #EF8205;
}
.TagClassName
{
border-color: #EF8205;
}
</style>