Shades of Gold Tips #EFAC23
Tints of Gold Tips #EFAC23
RGB
CMYK
RGB Variations
Color information
#EFAC23 (or 0xEFAC23) is known color: Gold Tips. HEX triplet: EF, AC and 23. RGB value is (239,172,35). Sum of RGB (Red+Green+Blue) = 239+172+35=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 35 (14.06% from 255 or 7.85% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC23 is #1053DC. Grayscale: #B1B1B1. Windows color (decimal): -1070045 or 2338031. OLE color: 2338031.
HSL color Cylindrical-coordinate representation of color #EFAC23: hue angle of 40.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFAC23 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 35 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.06 |
| HSL | 40.29º | 0.86% | 0.54% | - |
| HSV(B) | 40.29º | 0.85% | 0.94% | - |
| XYZ | 50.65 | 47.98 | 8.18 | - |
| YUV | 176.42 | 48.2 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 35 | 0 | 0.28 | 0.85 | 0.06 | 40.29 | 0.86 | 0.54 |
| Hex | EF | AC | 23 | 0 | 1C | 55 | 6 | 28 | 56 | 36 |
| Octal | 357 | 254 | 43 | 0 | 34 | 125 | 6 | 50 | 126 | 66 |
| Binary | 11101111 | 10101100 | 100011 | 0 | 11100 | 1010101 | 110 | 101000 | 1010110 | 110110 |
Color Harmonies of #EFAC23
Complementary color
Monochromatic Colors of #EFAC23
Black with #EFAC23
Text Example
Text Example
White with #EFAC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC23; }
p { color: rgb(239,172,35); }
H1.HeaderClassName
{
color: #EFAC23;
}
.AnyTagClassName
{
color: #EFAC23;
}
</style>
background-color css
<style>
a { background-color: #EFAC23; }
a { background-color: rgb(239,172,35); }
div.DivClassName
{
background-color: #EFAC23;
}
.BgClassName
{
background-color: #EFAC23;
}
</style>
border-color css
<style>
span { border-color: #EFAC23; }
span { border-color: rgb(239,172,35); }
td.TdClassName
{
border-color: #EFAC23;
}
.TagClassName
{
border-color: #EFAC23;
}
</style>