Shades of Dark Tangerine #EFB015
Tints of Dark Tangerine #EFB015
RGB
CMYK
RGB Variations
Color information
#EFB015 (or 0xEFB015) is known color: Dark Tangerine. HEX triplet: EF, B0 and 15. RGB value is (239,176,21). Sum of RGB (Red+Green+Blue) = 239+176+21=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB015 is #104FEA. Grayscale: #B1B1B1. Windows color (decimal): -1069035 or 1421551. OLE color: 1421551.
HSL color Cylindrical-coordinate representation of color #EFB015: hue angle of 42.66º 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 #EFB015 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 21 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.06 |
| HSL | 42.66º | 0.87% | 0.51% | - |
| HSV(B) | 42.66º | 0.91% | 0.94% | - |
| XYZ | 51.26 | 49.46 | 7.55 | - |
| YUV | 177.17 | 39.87 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 21 | 0 | 0.26 | 0.91 | 0.06 | 42.66 | 0.87 | 0.51 |
| Hex | EF | B0 | 15 | 0 | 1A | 5B | 6 | 2B | 57 | 33 |
| Octal | 357 | 260 | 25 | 0 | 32 | 133 | 6 | 53 | 127 | 63 |
| Binary | 11101111 | 10110000 | 10101 | 0 | 11010 | 1011011 | 110 | 101011 | 1010111 | 110011 |
Color Harmonies of #EFB015
Complementary color
Monochromatic Colors of #EFB015
Black with #EFB015
Text Example
Text Example
White with #EFB015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB015; }
p { color: rgb(239,176,21); }
H1.HeaderClassName
{
color: #EFB015;
}
.AnyTagClassName
{
color: #EFB015;
}
</style>
background-color css
<style>
a { background-color: #EFB015; }
a { background-color: rgb(239,176,21); }
div.DivClassName
{
background-color: #EFB015;
}
.BgClassName
{
background-color: #EFB015;
}
</style>
border-color css
<style>
span { border-color: #EFB015; }
span { border-color: rgb(239,176,21); }
td.TdClassName
{
border-color: #EFB015;
}
.TagClassName
{
border-color: #EFB015;
}
</style>