Shades of Gold Tips #EFAC1C
Tints of Gold Tips #EFAC1C
RGB
CMYK
RGB Variations
Color information
#EFAC1C (or 0xEFAC1C) is known color: Gold Tips. HEX triplet: EF, AC and 1C. RGB value is (239,172,28). Sum of RGB (Red+Green+Blue) = 239+172+28=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC1C is #1053E3. Grayscale: #B0B0B0. Windows color (decimal): -1070052 or 1879279. OLE color: 1879279.
HSL color Cylindrical-coordinate representation of color #EFAC1C: hue angle of 40.95º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFAC1C is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 28 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.06 |
| HSL | 40.95º | 0.87% | 0.52% | - |
| HSV(B) | 40.95º | 0.88% | 0.94% | - |
| XYZ | 50.56 | 47.94 | 7.69 | - |
| YUV | 175.62 | 44.7 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 28 | 0 | 0.28 | 0.88 | 0.06 | 40.95 | 0.87 | 0.52 |
| Hex | EF | AC | 1C | 0 | 1C | 58 | 6 | 29 | 57 | 34 |
| Octal | 357 | 254 | 34 | 0 | 34 | 130 | 6 | 51 | 127 | 64 |
| Binary | 11101111 | 10101100 | 11100 | 0 | 11100 | 1011000 | 110 | 101001 | 1010111 | 110100 |
Color Harmonies of #EFAC1C
Complementary color
Monochromatic Colors of #EFAC1C
Black with #EFAC1C
Text Example
Text Example
White with #EFAC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC1C; }
p { color: rgb(239,172,28); }
H1.HeaderClassName
{
color: #EFAC1C;
}
.AnyTagClassName
{
color: #EFAC1C;
}
</style>
background-color css
<style>
a { background-color: #EFAC1C; }
a { background-color: rgb(239,172,28); }
div.DivClassName
{
background-color: #EFAC1C;
}
.BgClassName
{
background-color: #EFAC1C;
}
</style>
border-color css
<style>
span { border-color: #EFAC1C; }
span { border-color: rgb(239,172,28); }
td.TdClassName
{
border-color: #EFAC1C;
}
.TagClassName
{
border-color: #EFAC1C;
}
</style>