Shades of Dark Tangerine #EFB013
Tints of Dark Tangerine #EFB013
RGB
CMYK
RGB Variations
Color information
#EFB013 (or 0xEFB013) is known color: Dark Tangerine. HEX triplet: EF, B0 and 13. RGB value is (239,176,19). Sum of RGB (Red+Green+Blue) = 239+176+19=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB013 is #104FEC. Grayscale: #B1B1B1. Windows color (decimal): -1069037 or 1290479. OLE color: 1290479.
HSL color Cylindrical-coordinate representation of color #EFB013: hue angle of 42.82º 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 #EFB013 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 19 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.06 |
| HSL | 42.82º | 0.87% | 0.51% | - |
| HSV(B) | 42.82º | 0.92% | 0.94% | - |
| XYZ | 51.24 | 49.45 | 7.46 | - |
| YUV | 176.94 | 38.87 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 19 | 0 | 0.26 | 0.92 | 0.06 | 42.82 | 0.87 | 0.51 |
| Hex | EF | B0 | 13 | 0 | 1A | 5C | 6 | 2B | 57 | 33 |
| Octal | 357 | 260 | 23 | 0 | 32 | 134 | 6 | 53 | 127 | 63 |
| Binary | 11101111 | 10110000 | 10011 | 0 | 11010 | 1011100 | 110 | 101011 | 1010111 | 110011 |
Color Harmonies of #EFB013
Complementary color
Monochromatic Colors of #EFB013
Black with #EFB013
Text Example
Text Example
White with #EFB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB013; }
p { color: rgb(239,176,19); }
H1.HeaderClassName
{
color: #EFB013;
}
.AnyTagClassName
{
color: #EFB013;
}
</style>
background-color css
<style>
a { background-color: #EFB013; }
a { background-color: rgb(239,176,19); }
div.DivClassName
{
background-color: #EFB013;
}
.BgClassName
{
background-color: #EFB013;
}
</style>
border-color css
<style>
span { border-color: #EFB013; }
span { border-color: rgb(239,176,19); }
td.TdClassName
{
border-color: #EFB013;
}
.TagClassName
{
border-color: #EFB013;
}
</style>