Shades of Gold Tips #EFB01D
Tints of Gold Tips #EFB01D
RGB
CMYK
RGB Variations
Color information
#EFB01D (or 0xEFB01D) is known color: Gold Tips. HEX triplet: EF, B0 and 1D. RGB value is (239,176,29). Sum of RGB (Red+Green+Blue) = 239+176+29=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB01D is #104FE2. Grayscale: #B2B2B2. Windows color (decimal): -1069027 or 1945839. OLE color: 1945839.
HSL color Cylindrical-coordinate representation of color #EFB01D: hue angle of 42º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFB01D is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 29 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.06 |
| HSL | 42º | 0.87% | 0.53% | - |
| HSV(B) | 42º | 0.88% | 0.94% | - |
| XYZ | 51.34 | 49.49 | 8.01 | - |
| YUV | 178.08 | 43.87 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 29 | 0 | 0.26 | 0.88 | 0.06 | 42 | 0.87 | 0.53 |
| Hex | EF | B0 | 1D | 0 | 1A | 58 | 6 | 2A | 57 | 35 |
| Octal | 357 | 260 | 35 | 0 | 32 | 130 | 6 | 52 | 127 | 65 |
| Binary | 11101111 | 10110000 | 11101 | 0 | 11010 | 1011000 | 110 | 101010 | 1010111 | 110101 |
Color Harmonies of #EFB01D
Complementary color
Monochromatic Colors of #EFB01D
Black with #EFB01D
Text Example
Text Example
White with #EFB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB01D; }
p { color: rgb(239,176,29); }
H1.HeaderClassName
{
color: #EFB01D;
}
.AnyTagClassName
{
color: #EFB01D;
}
</style>
background-color css
<style>
a { background-color: #EFB01D; }
a { background-color: rgb(239,176,29); }
div.DivClassName
{
background-color: #EFB01D;
}
.BgClassName
{
background-color: #EFB01D;
}
</style>
border-color css
<style>
span { border-color: #EFB01D; }
span { border-color: rgb(239,176,29); }
td.TdClassName
{
border-color: #EFB01D;
}
.TagClassName
{
border-color: #EFB01D;
}
</style>