Shades of Dark Tangerine #EFA811
Tints of Dark Tangerine #EFA811
RGB
CMYK
RGB Variations
Color information
#EFA811 (or 0xEFA811) is known color: Dark Tangerine. HEX triplet: EF, A8 and 11. RGB value is (239,168,17). Sum of RGB (Red+Green+Blue) = 239+168+17=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA811 is #1057EE. Grayscale: #ACACAC. Windows color (decimal): -1071087 or 1157359. OLE color: 1157359.
HSL color Cylindrical-coordinate representation of color #EFA811: hue angle of 40.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFA811 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 17 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.06 |
| HSL | 40.81º | 0.87% | 0.5% | - |
| HSV(B) | 40.81º | 0.93% | 0.94% | - |
| XYZ | 49.7 | 46.4 | 6.87 | - |
| YUV | 172.02 | 40.52 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 17 | 0 | 0.30 | 0.93 | 0.06 | 40.81 | 0.87 | 0.5 |
| Hex | EF | A8 | 11 | 0 | 1E | 5D | 6 | 29 | 57 | 32 |
| Octal | 357 | 250 | 21 | 0 | 36 | 135 | 6 | 51 | 127 | 62 |
| Binary | 11101111 | 10101000 | 10001 | 0 | 11110 | 1011101 | 110 | 101001 | 1010111 | 110010 |
Color Harmonies of #EFA811
Complementary color
Monochromatic Colors of #EFA811
Black with #EFA811
Text Example
Text Example
White with #EFA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA811; }
p { color: rgb(239,168,17); }
H1.HeaderClassName
{
color: #EFA811;
}
.AnyTagClassName
{
color: #EFA811;
}
</style>
background-color css
<style>
a { background-color: #EFA811; }
a { background-color: rgb(239,168,17); }
div.DivClassName
{
background-color: #EFA811;
}
.BgClassName
{
background-color: #EFA811;
}
</style>
border-color css
<style>
span { border-color: #EFA811; }
span { border-color: rgb(239,168,17); }
td.TdClassName
{
border-color: #EFA811;
}
.TagClassName
{
border-color: #EFA811;
}
</style>