Shades of Dark Tangerine #EFB10E
Tints of Dark Tangerine #EFB10E
RGB
CMYK
RGB Variations
Color information
#EFB10E (or 0xEFB10E) is known color: Dark Tangerine. HEX triplet: EF, B1 and 0E. RGB value is (239,177,14). Sum of RGB (Red+Green+Blue) = 239+177+14=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB10E is #104EF1. Grayscale: #B1B1B1. Windows color (decimal): -1068786 or 963055. OLE color: 963055.
HSL color Cylindrical-coordinate representation of color #EFB10E: hue angle of 43.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFB10E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 14 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.06 |
| HSL | 43.47º | 0.89% | 0.5% | - |
| HSV(B) | 43.47º | 0.94% | 0.94% | - |
| XYZ | 51.4 | 49.83 | 7.32 | - |
| YUV | 176.96 | 36.04 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 14 | 0 | 0.26 | 0.94 | 0.06 | 43.47 | 0.89 | 0.5 |
| Hex | EF | B1 | E | 0 | 1A | 5E | 6 | 2B | 59 | 32 |
| Octal | 357 | 261 | 16 | 0 | 32 | 136 | 6 | 53 | 131 | 62 |
| Binary | 11101111 | 10110001 | 1110 | 0 | 11010 | 1011110 | 110 | 101011 | 1011001 | 110010 |
Color Harmonies of #EFB10E
Complementary color
Monochromatic Colors of #EFB10E
Black with #EFB10E
Text Example
Text Example
White with #EFB10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB10E; }
p { color: rgb(239,177,14); }
H1.HeaderClassName
{
color: #EFB10E;
}
.AnyTagClassName
{
color: #EFB10E;
}
</style>
background-color css
<style>
a { background-color: #EFB10E; }
a { background-color: rgb(239,177,14); }
div.DivClassName
{
background-color: #EFB10E;
}
.BgClassName
{
background-color: #EFB10E;
}
</style>
border-color css
<style>
span { border-color: #EFB10E; }
span { border-color: rgb(239,177,14); }
td.TdClassName
{
border-color: #EFB10E;
}
.TagClassName
{
border-color: #EFB10E;
}
</style>