Shades of Dark Tangerine #EFB010
Tints of Dark Tangerine #EFB010
RGB
CMYK
RGB Variations
Color information
#EFB010 (or 0xEFB010) is known color: Dark Tangerine. HEX triplet: EF, B0 and 10. RGB value is (239,176,16). Sum of RGB (Red+Green+Blue) = 239+176+16=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB010 is #104FEF. Grayscale: #B1B1B1. Windows color (decimal): -1069040 or 1093871. OLE color: 1093871.
HSL color Cylindrical-coordinate representation of color #EFB010: hue angle of 43.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFB010 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 16 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.06 |
| HSL | 43.05º | 0.87% | 0.5% | - |
| HSV(B) | 43.05º | 0.93% | 0.94% | - |
| XYZ | 51.22 | 49.44 | 7.33 | - |
| YUV | 176.6 | 37.37 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 16 | 0 | 0.26 | 0.93 | 0.06 | 43.05 | 0.87 | 0.5 |
| Hex | EF | B0 | 10 | 0 | 1A | 5D | 6 | 2B | 57 | 32 |
| Octal | 357 | 260 | 20 | 0 | 32 | 135 | 6 | 53 | 127 | 62 |
| Binary | 11101111 | 10110000 | 10000 | 0 | 11010 | 1011101 | 110 | 101011 | 1010111 | 110010 |
Color Harmonies of #EFB010
Complementary color
Monochromatic Colors of #EFB010
Black with #EFB010
Text Example
Text Example
White with #EFB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB010; }
p { color: rgb(239,176,16); }
H1.HeaderClassName
{
color: #EFB010;
}
.AnyTagClassName
{
color: #EFB010;
}
</style>
background-color css
<style>
a { background-color: #EFB010; }
a { background-color: rgb(239,176,16); }
div.DivClassName
{
background-color: #EFB010;
}
.BgClassName
{
background-color: #EFB010;
}
</style>
border-color css
<style>
span { border-color: #EFB010; }
span { border-color: rgb(239,176,16); }
td.TdClassName
{
border-color: #EFB010;
}
.TagClassName
{
border-color: #EFB010;
}
</style>