Shades of Dark Tangerine #EFA816
Tints of Dark Tangerine #EFA816
RGB
CMYK
RGB Variations
Color information
#EFA816 (or 0xEFA816) is known color: Dark Tangerine. HEX triplet: EF, A8 and 16. RGB value is (239,168,22). Sum of RGB (Red+Green+Blue) = 239+168+22=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA816 is #1057E9. Grayscale: #ADADAD. Windows color (decimal): -1071082 or 1485039. OLE color: 1485039.
HSL color Cylindrical-coordinate representation of color #EFA816: hue angle of 40.37º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFA816 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 22 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.06 |
| HSL | 40.37º | 0.87% | 0.51% | - |
| HSV(B) | 40.37º | 0.91% | 0.94% | - |
| XYZ | 49.74 | 46.41 | 7.1 | - |
| YUV | 172.59 | 43.02 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 22 | 0 | 0.30 | 0.91 | 0.06 | 40.37 | 0.87 | 0.51 |
| Hex | EF | A8 | 16 | 0 | 1E | 5B | 6 | 28 | 57 | 33 |
| Octal | 357 | 250 | 26 | 0 | 36 | 133 | 6 | 50 | 127 | 63 |
| Binary | 11101111 | 10101000 | 10110 | 0 | 11110 | 1011011 | 110 | 101000 | 1010111 | 110011 |
Color Harmonies of #EFA816
Complementary color
Monochromatic Colors of #EFA816
Black with #EFA816
Text Example
Text Example
White with #EFA816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA816; }
p { color: rgb(239,168,22); }
H1.HeaderClassName
{
color: #EFA816;
}
.AnyTagClassName
{
color: #EFA816;
}
</style>
background-color css
<style>
a { background-color: #EFA816; }
a { background-color: rgb(239,168,22); }
div.DivClassName
{
background-color: #EFA816;
}
.BgClassName
{
background-color: #EFA816;
}
</style>
border-color css
<style>
span { border-color: #EFA816; }
span { border-color: rgb(239,168,22); }
td.TdClassName
{
border-color: #EFA816;
}
.TagClassName
{
border-color: #EFA816;
}
</style>