Shades of Dark Tangerine #EFAC1B
Tints of Dark Tangerine #EFAC1B
RGB
CMYK
RGB Variations
Color information
#EFAC1B (or 0xEFAC1B) is known color: Dark Tangerine. HEX triplet: EF, AC and 1B. RGB value is (239,172,27). Sum of RGB (Red+Green+Blue) = 239+172+27=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC1B is #1053E4. Grayscale: #B0B0B0. Windows color (decimal): -1070053 or 1813743. OLE color: 1813743.
HSL color Cylindrical-coordinate representation of color #EFAC1B: hue angle of 41.04º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFAC1B is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 27 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.06 |
| HSL | 41.04º | 0.87% | 0.52% | - |
| HSV(B) | 41.04º | 0.89% | 0.94% | - |
| XYZ | 50.55 | 47.93 | 7.63 | - |
| YUV | 175.5 | 44.2 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 27 | 0 | 0.28 | 0.89 | 0.06 | 41.04 | 0.87 | 0.52 |
| Hex | EF | AC | 1B | 0 | 1C | 59 | 6 | 29 | 57 | 34 |
| Octal | 357 | 254 | 33 | 0 | 34 | 131 | 6 | 51 | 127 | 64 |
| Binary | 11101111 | 10101100 | 11011 | 0 | 11100 | 1011001 | 110 | 101001 | 1010111 | 110100 |
Color Harmonies of #EFAC1B
Complementary color
Monochromatic Colors of #EFAC1B
Black with #EFAC1B
Text Example
Text Example
White with #EFAC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC1B; }
p { color: rgb(239,172,27); }
H1.HeaderClassName
{
color: #EFAC1B;
}
.AnyTagClassName
{
color: #EFAC1B;
}
</style>
background-color css
<style>
a { background-color: #EFAC1B; }
a { background-color: rgb(239,172,27); }
div.DivClassName
{
background-color: #EFAC1B;
}
.BgClassName
{
background-color: #EFAC1B;
}
</style>
border-color css
<style>
span { border-color: #EFAC1B; }
span { border-color: rgb(239,172,27); }
td.TdClassName
{
border-color: #EFAC1B;
}
.TagClassName
{
border-color: #EFAC1B;
}
</style>