Shades of Tangerine #EF8104
Tints of Tangerine #EF8104
RGB
CMYK
RGB Variations
Color information
#EF8104 (or 0xEF8104) is known color: Tangerine. HEX triplet: EF, 81 and 04. RGB value is (239,129,4). Sum of RGB (Red+Green+Blue) = 239+129+4=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8104 is #107EFB. Grayscale: #949494. Windows color (decimal): -1081084 or 295407. OLE color: 295407.
HSL color Cylindrical-coordinate representation of color #EF8104: hue angle of 31.91º 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 #EF8104 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.06 |
| HSL | 31.91º | 0.97% | 0.48% | - |
| HSV(B) | 31.91º | 0.98% | 0.94% | - |
| XYZ | 43.47 | 34.06 | 4.4 | - |
| YUV | 147.64 | 46.94 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 4 | 0 | 0.46 | 0.98 | 0.06 | 31.91 | 0.97 | 0.48 |
| Hex | EF | 81 | 4 | 0 | 2E | 62 | 6 | 20 | 61 | 30 |
| Octal | 357 | 201 | 4 | 0 | 56 | 142 | 6 | 40 | 141 | 60 |
| Binary | 11101111 | 10000001 | 100 | 0 | 101110 | 1100010 | 110 | 100000 | 1100001 | 110000 |
Color Harmonies of #EF8104
Complementary color
Monochromatic Colors of #EF8104
Black with #EF8104
Text Example
Text Example
White with #EF8104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8104; }
p { color: rgb(239,129,4); }
H1.HeaderClassName
{
color: #EF8104;
}
.AnyTagClassName
{
color: #EF8104;
}
</style>
background-color css
<style>
a { background-color: #EF8104; }
a { background-color: rgb(239,129,4); }
div.DivClassName
{
background-color: #EF8104;
}
.BgClassName
{
background-color: #EF8104;
}
</style>
border-color css
<style>
span { border-color: #EF8104; }
span { border-color: rgb(239,129,4); }
td.TdClassName
{
border-color: #EF8104;
}
.TagClassName
{
border-color: #EF8104;
}
</style>