Shades of Tangerine #EF8A04
Tints of Tangerine #EF8A04
RGB
CMYK
RGB Variations
Color information
#EF8A04 (or 0xEF8A04) is known color: Tangerine. HEX triplet: EF, 8A and 04. RGB value is (239,138,4). Sum of RGB (Red+Green+Blue) = 239+138+4=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8A04 is #1075FB. Grayscale: #999999. Windows color (decimal): -1078780 or 297711. OLE color: 297711.
HSL color Cylindrical-coordinate representation of color #EF8A04: hue angle of 34.21º 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 #EF8A04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.06 |
| HSL | 34.21º | 0.97% | 0.48% | - |
| HSV(B) | 34.21º | 0.98% | 0.94% | - |
| XYZ | 44.71 | 36.54 | 4.81 | - |
| YUV | 152.92 | 43.96 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 4 | 0 | 0.42 | 0.98 | 0.06 | 34.21 | 0.97 | 0.48 |
| Hex | EF | 8A | 4 | 0 | 2A | 62 | 6 | 22 | 61 | 30 |
| Octal | 357 | 212 | 4 | 0 | 52 | 142 | 6 | 42 | 141 | 60 |
| Binary | 11101111 | 10001010 | 100 | 0 | 101010 | 1100010 | 110 | 100010 | 1100001 | 110000 |
Color Harmonies of #EF8A04
Complementary color
Monochromatic Colors of #EF8A04
Black with #EF8A04
Text Example
Text Example
White with #EF8A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A04; }
p { color: rgb(239,138,4); }
H1.HeaderClassName
{
color: #EF8A04;
}
.AnyTagClassName
{
color: #EF8A04;
}
</style>
background-color css
<style>
a { background-color: #EF8A04; }
a { background-color: rgb(239,138,4); }
div.DivClassName
{
background-color: #EF8A04;
}
.BgClassName
{
background-color: #EF8A04;
}
</style>
border-color css
<style>
span { border-color: #EF8A04; }
span { border-color: rgb(239,138,4); }
td.TdClassName
{
border-color: #EF8A04;
}
.TagClassName
{
border-color: #EF8A04;
}
</style>