Shades of Dark Tangerine #EFB30E
Tints of Dark Tangerine #EFB30E
RGB
CMYK
RGB Variations
Color information
#EFB30E (or 0xEFB30E) is known color: Dark Tangerine. HEX triplet: EF, B3 and 0E. RGB value is (239,179,14). Sum of RGB (Red+Green+Blue) = 239+179+14=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB30E is #104CF1. Grayscale: #B2B2B2. Windows color (decimal): -1068274 or 963567. OLE color: 963567.
HSL color Cylindrical-coordinate representation of color #EFB30E: hue angle of 44º 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 #EFB30E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.06 |
| HSL | 44º | 0.89% | 0.5% | - |
| HSV(B) | 44º | 0.94% | 0.94% | - |
| XYZ | 51.8 | 50.62 | 7.46 | - |
| YUV | 178.13 | 35.38 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 14 | 0 | 0.25 | 0.94 | 0.06 | 44 | 0.89 | 0.5 |
| Hex | EF | B3 | E | 0 | 19 | 5E | 6 | 2C | 59 | 32 |
| Octal | 357 | 263 | 16 | 0 | 31 | 136 | 6 | 54 | 131 | 62 |
| Binary | 11101111 | 10110011 | 1110 | 0 | 11001 | 1011110 | 110 | 101100 | 1011001 | 110010 |
Color Harmonies of #EFB30E
Complementary color
Monochromatic Colors of #EFB30E
Black with #EFB30E
Text Example
Text Example
White with #EFB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB30E; }
p { color: rgb(239,179,14); }
H1.HeaderClassName
{
color: #EFB30E;
}
.AnyTagClassName
{
color: #EFB30E;
}
</style>
background-color css
<style>
a { background-color: #EFB30E; }
a { background-color: rgb(239,179,14); }
div.DivClassName
{
background-color: #EFB30E;
}
.BgClassName
{
background-color: #EFB30E;
}
</style>
border-color css
<style>
span { border-color: #EFB30E; }
span { border-color: rgb(239,179,14); }
td.TdClassName
{
border-color: #EFB30E;
}
.TagClassName
{
border-color: #EFB30E;
}
</style>