Shades of Tangerine #EF8204
Tints of Tangerine #EF8204
RGB
CMYK
RGB Variations
Color information
#EF8204 (or 0xEF8204) is known color: Tangerine. HEX triplet: EF, 82 and 04. RGB value is (239,130,4). Sum of RGB (Red+Green+Blue) = 239+130+4=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8204 is #107DFB. Grayscale: #949494. Windows color (decimal): -1080828 or 295663. OLE color: 295663.
HSL color Cylindrical-coordinate representation of color #EF8204: hue angle of 32.17º degrees, saturation: 0.97, 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 #EF8204 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.06 |
| HSL | 32.17º | 0.97% | 0.48% | - |
| HSV(B) | 32.17º | 0.98% | 0.94% | - |
| XYZ | 43.6 | 34.32 | 4.44 | - |
| YUV | 148.23 | 46.61 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 4 | 0 | 0.46 | 0.98 | 0.06 | 32.17 | 0.97 | 0.48 |
| Hex | EF | 82 | 4 | 0 | 2E | 62 | 6 | 20 | 61 | 30 |
| Octal | 357 | 202 | 4 | 0 | 56 | 142 | 6 | 40 | 141 | 60 |
| Binary | 11101111 | 10000010 | 100 | 0 | 101110 | 1100010 | 110 | 100000 | 1100001 | 110000 |
Color Harmonies of #EF8204
Complementary color
Monochromatic Colors of #EF8204
Black with #EF8204
Text Example
Text Example
White with #EF8204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8204; }
p { color: rgb(239,130,4); }
H1.HeaderClassName
{
color: #EF8204;
}
.AnyTagClassName
{
color: #EF8204;
}
</style>
background-color css
<style>
a { background-color: #EF8204; }
a { background-color: rgb(239,130,4); }
div.DivClassName
{
background-color: #EF8204;
}
.BgClassName
{
background-color: #EF8204;
}
</style>
border-color css
<style>
span { border-color: #EF8204; }
span { border-color: rgb(239,130,4); }
td.TdClassName
{
border-color: #EF8204;
}
.TagClassName
{
border-color: #EF8204;
}
</style>