Shades of Dark Tangerine #EFB314
Tints of Dark Tangerine #EFB314
RGB
CMYK
RGB Variations
Color information
#EFB314 (or 0xEFB314) is known color: Dark Tangerine. HEX triplet: EF, B3 and 14. RGB value is (239,179,20). Sum of RGB (Red+Green+Blue) = 239+179+20=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB314 is #104CEB. Grayscale: #B3B3B3. Windows color (decimal): -1068268 or 1356783. OLE color: 1356783.
HSL color Cylindrical-coordinate representation of color #EFB314: hue angle of 43.56º 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 #EFB314 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 20 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.06 |
| HSL | 43.56º | 0.87% | 0.51% | - |
| HSV(B) | 43.56º | 0.92% | 0.94% | - |
| XYZ | 51.84 | 50.64 | 7.7 | - |
| YUV | 178.81 | 38.38 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 20 | 0 | 0.25 | 0.92 | 0.06 | 43.56 | 0.87 | 0.51 |
| Hex | EF | B3 | 14 | 0 | 19 | 5C | 6 | 2C | 57 | 33 |
| Octal | 357 | 263 | 24 | 0 | 31 | 134 | 6 | 54 | 127 | 63 |
| Binary | 11101111 | 10110011 | 10100 | 0 | 11001 | 1011100 | 110 | 101100 | 1010111 | 110011 |
Color Harmonies of #EFB314
Complementary color
Monochromatic Colors of #EFB314
Black with #EFB314
Text Example
Text Example
White with #EFB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB314; }
p { color: rgb(239,179,20); }
H1.HeaderClassName
{
color: #EFB314;
}
.AnyTagClassName
{
color: #EFB314;
}
</style>
background-color css
<style>
a { background-color: #EFB314; }
a { background-color: rgb(239,179,20); }
div.DivClassName
{
background-color: #EFB314;
}
.BgClassName
{
background-color: #EFB314;
}
</style>
border-color css
<style>
span { border-color: #EFB314; }
span { border-color: rgb(239,179,20); }
td.TdClassName
{
border-color: #EFB314;
}
.TagClassName
{
border-color: #EFB314;
}
</style>