Shades of Dark Tangerine #EFAC0D
Tints of Dark Tangerine #EFAC0D
RGB
CMYK
RGB Variations
Color information
#EFAC0D (or 0xEFAC0D) is known color: Dark Tangerine. HEX triplet: EF, AC and 0D. RGB value is (239,172,13). Sum of RGB (Red+Green+Blue) = 239+172+13=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC0D is #1053F2. Grayscale: #AEAEAE. Windows color (decimal): -1070067 or 896239. OLE color: 896239.
HSL color Cylindrical-coordinate representation of color #EFAC0D: hue angle of 42.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFAC0D is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 13 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.06 |
| HSL | 42.21º | 0.9% | 0.49% | - |
| HSV(B) | 42.21º | 0.95% | 0.94% | - |
| XYZ | 50.42 | 47.88 | 6.97 | - |
| YUV | 173.91 | 37.2 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 13 | 0 | 0.28 | 0.95 | 0.06 | 42.21 | 0.9 | 0.49 |
| Hex | EF | AC | D | 0 | 1C | 5F | 6 | 2A | 5A | 31 |
| Octal | 357 | 254 | 15 | 0 | 34 | 137 | 6 | 52 | 132 | 61 |
| Binary | 11101111 | 10101100 | 1101 | 0 | 11100 | 1011111 | 110 | 101010 | 1011010 | 110001 |
Color Harmonies of #EFAC0D
Complementary color
Monochromatic Colors of #EFAC0D
Black with #EFAC0D
Text Example
Text Example
White with #EFAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC0D; }
p { color: rgb(239,172,13); }
H1.HeaderClassName
{
color: #EFAC0D;
}
.AnyTagClassName
{
color: #EFAC0D;
}
</style>
background-color css
<style>
a { background-color: #EFAC0D; }
a { background-color: rgb(239,172,13); }
div.DivClassName
{
background-color: #EFAC0D;
}
.BgClassName
{
background-color: #EFAC0D;
}
</style>
border-color css
<style>
span { border-color: #EFAC0D; }
span { border-color: rgb(239,172,13); }
td.TdClassName
{
border-color: #EFAC0D;
}
.TagClassName
{
border-color: #EFAC0D;
}
</style>