Shades of Gold Tips #EFAB20
Tints of Gold Tips #EFAB20
RGB
CMYK
RGB Variations
Color information
#EFAB20 (or 0xEFAB20) is known color: Gold Tips. HEX triplet: EF, AB and 20. RGB value is (239,171,32). Sum of RGB (Red+Green+Blue) = 239+171+32=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB20 is #1054DF. Grayscale: #B0B0B0. Windows color (decimal): -1070304 or 2141167. OLE color: 2141167.
HSL color Cylindrical-coordinate representation of color #EFAB20: hue angle of 40.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFAB20 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 32 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.06 |
| HSL | 40.29º | 0.87% | 0.53% | - |
| HSV(B) | 40.29º | 0.87% | 0.94% | - |
| XYZ | 50.42 | 47.58 | 7.89 | - |
| YUV | 175.49 | 47.03 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 32 | 0 | 0.28 | 0.87 | 0.06 | 40.29 | 0.87 | 0.53 |
| Hex | EF | AB | 20 | 0 | 1C | 57 | 6 | 28 | 57 | 35 |
| Octal | 357 | 253 | 40 | 0 | 34 | 127 | 6 | 50 | 127 | 65 |
| Binary | 11101111 | 10101011 | 100000 | 0 | 11100 | 1010111 | 110 | 101000 | 1010111 | 110101 |
Color Harmonies of #EFAB20
Complementary color
Monochromatic Colors of #EFAB20
Black with #EFAB20
Text Example
Text Example
White with #EFAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB20; }
p { color: rgb(239,171,32); }
H1.HeaderClassName
{
color: #EFAB20;
}
.AnyTagClassName
{
color: #EFAB20;
}
</style>
background-color css
<style>
a { background-color: #EFAB20; }
a { background-color: rgb(239,171,32); }
div.DivClassName
{
background-color: #EFAB20;
}
.BgClassName
{
background-color: #EFAB20;
}
</style>
border-color css
<style>
span { border-color: #EFAB20; }
span { border-color: rgb(239,171,32); }
td.TdClassName
{
border-color: #EFAB20;
}
.TagClassName
{
border-color: #EFAB20;
}
</style>