Shades of Tangerine #EF8C05
Tints of Tangerine #EF8C05
RGB
CMYK
RGB Variations
Color information
#EF8C05 (or 0xEF8C05) is known color: Tangerine. HEX triplet: EF, 8C and 05. RGB value is (239,140,5). Sum of RGB (Red+Green+Blue) = 239+140+5=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8C05 is #1073FA. Grayscale: #9A9A9A. Windows color (decimal): -1078267 or 363759. OLE color: 363759.
HSL color Cylindrical-coordinate representation of color #EF8C05: hue angle of 34.62º 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 #EF8C05 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.06 |
| HSL | 34.62º | 0.96% | 0.48% | - |
| HSV(B) | 34.62º | 0.98% | 0.94% | - |
| XYZ | 45 | 37.12 | 4.94 | - |
| YUV | 154.21 | 43.8 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 5 | 0 | 0.41 | 0.98 | 0.06 | 34.62 | 0.96 | 0.48 |
| Hex | EF | 8C | 5 | 0 | 29 | 62 | 6 | 23 | 60 | 30 |
| Octal | 357 | 214 | 5 | 0 | 51 | 142 | 6 | 43 | 140 | 60 |
| Binary | 11101111 | 10001100 | 101 | 0 | 101001 | 1100010 | 110 | 100011 | 1100000 | 110000 |
Color Harmonies of #EF8C05
Complementary color
Monochromatic Colors of #EF8C05
Black with #EF8C05
Text Example
Text Example
White with #EF8C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C05; }
p { color: rgb(239,140,5); }
H1.HeaderClassName
{
color: #EF8C05;
}
.AnyTagClassName
{
color: #EF8C05;
}
</style>
background-color css
<style>
a { background-color: #EF8C05; }
a { background-color: rgb(239,140,5); }
div.DivClassName
{
background-color: #EF8C05;
}
.BgClassName
{
background-color: #EF8C05;
}
</style>
border-color css
<style>
span { border-color: #EF8C05; }
span { border-color: rgb(239,140,5); }
td.TdClassName
{
border-color: #EF8C05;
}
.TagClassName
{
border-color: #EF8C05;
}
</style>