Shades of Dark Tangerine #EFB214
Tints of Dark Tangerine #EFB214
RGB
CMYK
RGB Variations
Color information
#EFB214 (or 0xEFB214) is known color: Dark Tangerine. HEX triplet: EF, B2 and 14. RGB value is (239,178,20). Sum of RGB (Red+Green+Blue) = 239+178+20=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB214 is #104DEB. Grayscale: #B2B2B2. Windows color (decimal): -1068524 or 1356527. OLE color: 1356527.
HSL color Cylindrical-coordinate representation of color #EFB214: hue angle of 43.29º 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 #EFB214 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 20 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.06 |
| HSL | 43.29º | 0.87% | 0.51% | - |
| HSV(B) | 43.29º | 0.92% | 0.94% | - |
| XYZ | 51.64 | 50.24 | 7.64 | - |
| YUV | 178.23 | 38.71 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 20 | 0 | 0.26 | 0.92 | 0.06 | 43.29 | 0.87 | 0.51 |
| Hex | EF | B2 | 14 | 0 | 1A | 5C | 6 | 2B | 57 | 33 |
| Octal | 357 | 262 | 24 | 0 | 32 | 134 | 6 | 53 | 127 | 63 |
| Binary | 11101111 | 10110010 | 10100 | 0 | 11010 | 1011100 | 110 | 101011 | 1010111 | 110011 |
Color Harmonies of #EFB214
Complementary color
Monochromatic Colors of #EFB214
Black with #EFB214
Text Example
Text Example
White with #EFB214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB214; }
p { color: rgb(239,178,20); }
H1.HeaderClassName
{
color: #EFB214;
}
.AnyTagClassName
{
color: #EFB214;
}
</style>
background-color css
<style>
a { background-color: #EFB214; }
a { background-color: rgb(239,178,20); }
div.DivClassName
{
background-color: #EFB214;
}
.BgClassName
{
background-color: #EFB214;
}
</style>
border-color css
<style>
span { border-color: #EFB214; }
span { border-color: rgb(239,178,20); }
td.TdClassName
{
border-color: #EFB214;
}
.TagClassName
{
border-color: #EFB214;
}
</style>