Shades of Dark Tangerine #EFB012
Tints of Dark Tangerine #EFB012
RGB
CMYK
RGB Variations
Color information
#EFB012 (or 0xEFB012) is known color: Dark Tangerine. HEX triplet: EF, B0 and 12. RGB value is (239,176,18). Sum of RGB (Red+Green+Blue) = 239+176+18=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB012 is #104FED. Grayscale: #B1B1B1. Windows color (decimal): -1069038 or 1224943. OLE color: 1224943.
HSL color Cylindrical-coordinate representation of color #EFB012: hue angle of 42.9º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFB012 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 18 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.06 |
| HSL | 42.9º | 0.87% | 0.5% | - |
| HSV(B) | 42.9º | 0.92% | 0.94% | - |
| XYZ | 51.23 | 49.45 | 7.42 | - |
| YUV | 176.83 | 38.37 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 18 | 0 | 0.26 | 0.92 | 0.06 | 42.9 | 0.87 | 0.5 |
| Hex | EF | B0 | 12 | 0 | 1A | 5C | 6 | 2B | 57 | 32 |
| Octal | 357 | 260 | 22 | 0 | 32 | 134 | 6 | 53 | 127 | 62 |
| Binary | 11101111 | 10110000 | 10010 | 0 | 11010 | 1011100 | 110 | 101011 | 1010111 | 110010 |
Color Harmonies of #EFB012
Complementary color
Monochromatic Colors of #EFB012
Black with #EFB012
Text Example
Text Example
White with #EFB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB012; }
p { color: rgb(239,176,18); }
H1.HeaderClassName
{
color: #EFB012;
}
.AnyTagClassName
{
color: #EFB012;
}
</style>
background-color css
<style>
a { background-color: #EFB012; }
a { background-color: rgb(239,176,18); }
div.DivClassName
{
background-color: #EFB012;
}
.BgClassName
{
background-color: #EFB012;
}
</style>
border-color css
<style>
span { border-color: #EFB012; }
span { border-color: rgb(239,176,18); }
td.TdClassName
{
border-color: #EFB012;
}
.TagClassName
{
border-color: #EFB012;
}
</style>