Shades of Dark Tangerine #EFA80E
Tints of Dark Tangerine #EFA80E
RGB
CMYK
RGB Variations
Color information
#EFA80E (or 0xEFA80E) is known color: Dark Tangerine. HEX triplet: EF, A8 and 0E. RGB value is (239,168,14). Sum of RGB (Red+Green+Blue) = 239+168+14=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA80E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA80E is #1057F1. Grayscale: #ACACAC. Windows color (decimal): -1071090 or 960751. OLE color: 960751.
HSL color Cylindrical-coordinate representation of color #EFA80E: hue angle of 41.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFA80E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 14 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.06 |
| HSL | 41.07º | 0.89% | 0.5% | - |
| HSV(B) | 41.07º | 0.94% | 0.94% | - |
| XYZ | 49.68 | 46.39 | 6.75 | - |
| YUV | 171.67 | 39.02 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 14 | 0 | 0.30 | 0.94 | 0.06 | 41.07 | 0.89 | 0.5 |
| Hex | EF | A8 | E | 0 | 1E | 5E | 6 | 29 | 59 | 32 |
| Octal | 357 | 250 | 16 | 0 | 36 | 136 | 6 | 51 | 131 | 62 |
| Binary | 11101111 | 10101000 | 1110 | 0 | 11110 | 1011110 | 110 | 101001 | 1011001 | 110010 |
Color Harmonies of #EFA80E
Complementary color
Monochromatic Colors of #EFA80E
Black with #EFA80E
Text Example
Text Example
White with #EFA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA80E; }
p { color: rgb(239,168,14); }
H1.HeaderClassName
{
color: #EFA80E;
}
.AnyTagClassName
{
color: #EFA80E;
}
</style>
background-color css
<style>
a { background-color: #EFA80E; }
a { background-color: rgb(239,168,14); }
div.DivClassName
{
background-color: #EFA80E;
}
.BgClassName
{
background-color: #EFA80E;
}
</style>
border-color css
<style>
span { border-color: #EFA80E; }
span { border-color: rgb(239,168,14); }
td.TdClassName
{
border-color: #EFA80E;
}
.TagClassName
{
border-color: #EFA80E;
}
</style>