Shades of Gold Tips #EFB220
Tints of Gold Tips #EFB220
RGB
CMYK
RGB Variations
Color information
#EFB220 (or 0xEFB220) is known color: Gold Tips. HEX triplet: EF, B2 and 20. RGB value is (239,178,32). Sum of RGB (Red+Green+Blue) = 239+178+32=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB220 is #104DDF. Grayscale: #B4B4B4. Windows color (decimal): -1068512 or 2142959. OLE color: 2142959.
HSL color Cylindrical-coordinate representation of color #EFB220: hue angle of 42.32º 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 #EFB220 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 32 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.06 |
| HSL | 42.32º | 0.87% | 0.53% | - |
| HSV(B) | 42.32º | 0.87% | 0.94% | - |
| XYZ | 51.78 | 50.3 | 8.35 | - |
| YUV | 179.6 | 44.71 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 32 | 0 | 0.26 | 0.87 | 0.06 | 42.32 | 0.87 | 0.53 |
| Hex | EF | B2 | 20 | 0 | 1A | 57 | 6 | 2A | 57 | 35 |
| Octal | 357 | 262 | 40 | 0 | 32 | 127 | 6 | 52 | 127 | 65 |
| Binary | 11101111 | 10110010 | 100000 | 0 | 11010 | 1010111 | 110 | 101010 | 1010111 | 110101 |
Color Harmonies of #EFB220
Complementary color
Monochromatic Colors of #EFB220
Black with #EFB220
Text Example
Text Example
White with #EFB220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB220; }
p { color: rgb(239,178,32); }
H1.HeaderClassName
{
color: #EFB220;
}
.AnyTagClassName
{
color: #EFB220;
}
</style>
background-color css
<style>
a { background-color: #EFB220; }
a { background-color: rgb(239,178,32); }
div.DivClassName
{
background-color: #EFB220;
}
.BgClassName
{
background-color: #EFB220;
}
</style>
border-color css
<style>
span { border-color: #EFB220; }
span { border-color: rgb(239,178,32); }
td.TdClassName
{
border-color: #EFB220;
}
.TagClassName
{
border-color: #EFB220;
}
</style>