Shades of Dark Tangerine #EFB112
Tints of Dark Tangerine #EFB112
RGB
CMYK
RGB Variations
Color information
#EFB112 (or 0xEFB112) is known color: Dark Tangerine. HEX triplet: EF, B1 and 12. RGB value is (239,177,18). Sum of RGB (Red+Green+Blue) = 239+177+18=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB112 is #104EED. Grayscale: #B2B2B2. Windows color (decimal): -1068782 or 1225199. OLE color: 1225199.
HSL color Cylindrical-coordinate representation of color #EFB112: hue angle of 43.17º 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 #EFB112 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 18 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.06 |
| HSL | 43.17º | 0.87% | 0.5% | - |
| HSV(B) | 43.17º | 0.92% | 0.94% | - |
| XYZ | 51.43 | 49.84 | 7.48 | - |
| YUV | 177.41 | 38.04 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 18 | 0 | 0.26 | 0.92 | 0.06 | 43.17 | 0.87 | 0.5 |
| Hex | EF | B1 | 12 | 0 | 1A | 5C | 6 | 2B | 57 | 32 |
| Octal | 357 | 261 | 22 | 0 | 32 | 134 | 6 | 53 | 127 | 62 |
| Binary | 11101111 | 10110001 | 10010 | 0 | 11010 | 1011100 | 110 | 101011 | 1010111 | 110010 |
Color Harmonies of #EFB112
Complementary color
Monochromatic Colors of #EFB112
Black with #EFB112
Text Example
Text Example
White with #EFB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB112; }
p { color: rgb(239,177,18); }
H1.HeaderClassName
{
color: #EFB112;
}
.AnyTagClassName
{
color: #EFB112;
}
</style>
background-color css
<style>
a { background-color: #EFB112; }
a { background-color: rgb(239,177,18); }
div.DivClassName
{
background-color: #EFB112;
}
.BgClassName
{
background-color: #EFB112;
}
</style>
border-color css
<style>
span { border-color: #EFB112; }
span { border-color: rgb(239,177,18); }
td.TdClassName
{
border-color: #EFB112;
}
.TagClassName
{
border-color: #EFB112;
}
</style>