Shades of Dark Tangerine #EFA814
Tints of Dark Tangerine #EFA814
RGB
CMYK
RGB Variations
Color information
#EFA814 (or 0xEFA814) is known color: Dark Tangerine. HEX triplet: EF, A8 and 14. RGB value is (239,168,20). Sum of RGB (Red+Green+Blue) = 239+168+20=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA814 is #1057EB. Grayscale: #ADADAD. Windows color (decimal): -1071084 or 1353967. OLE color: 1353967.
HSL color Cylindrical-coordinate representation of color #EFA814: hue angle of 40.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFA814 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 20 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.06 |
| HSL | 40.55º | 0.87% | 0.51% | - |
| HSV(B) | 40.55º | 0.92% | 0.94% | - |
| XYZ | 49.73 | 46.41 | 7 | - |
| YUV | 172.36 | 42.02 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 20 | 0 | 0.30 | 0.92 | 0.06 | 40.55 | 0.87 | 0.51 |
| Hex | EF | A8 | 14 | 0 | 1E | 5C | 6 | 29 | 57 | 33 |
| Octal | 357 | 250 | 24 | 0 | 36 | 134 | 6 | 51 | 127 | 63 |
| Binary | 11101111 | 10101000 | 10100 | 0 | 11110 | 1011100 | 110 | 101001 | 1010111 | 110011 |
Color Harmonies of #EFA814
Complementary color
Monochromatic Colors of #EFA814
Black with #EFA814
Text Example
Text Example
White with #EFA814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA814; }
p { color: rgb(239,168,20); }
H1.HeaderClassName
{
color: #EFA814;
}
.AnyTagClassName
{
color: #EFA814;
}
</style>
background-color css
<style>
a { background-color: #EFA814; }
a { background-color: rgb(239,168,20); }
div.DivClassName
{
background-color: #EFA814;
}
.BgClassName
{
background-color: #EFA814;
}
</style>
border-color css
<style>
span { border-color: #EFA814; }
span { border-color: rgb(239,168,20); }
td.TdClassName
{
border-color: #EFA814;
}
.TagClassName
{
border-color: #EFA814;
}
</style>