Shades of Gold Tips #EFB31D
Tints of Gold Tips #EFB31D
RGB
CMYK
RGB Variations
Color information
#EFB31D (or 0xEFB31D) is known color: Gold Tips. HEX triplet: EF, B3 and 1D. RGB value is (239,179,29). Sum of RGB (Red+Green+Blue) = 239+179+29=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB31D is #104CE2. Grayscale: #B4B4B4. Windows color (decimal): -1068259 or 1946607. OLE color: 1946607.
HSL color Cylindrical-coordinate representation of color #EFB31D: hue angle of 42.86º 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 #EFB31D is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 29 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.06 |
| HSL | 42.86º | 0.87% | 0.53% | - |
| HSV(B) | 42.86º | 0.88% | 0.94% | - |
| XYZ | 51.94 | 50.68 | 8.21 | - |
| YUV | 179.84 | 42.88 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 29 | 0 | 0.25 | 0.88 | 0.06 | 42.86 | 0.87 | 0.53 |
| Hex | EF | B3 | 1D | 0 | 19 | 58 | 6 | 2B | 57 | 35 |
| Octal | 357 | 263 | 35 | 0 | 31 | 130 | 6 | 53 | 127 | 65 |
| Binary | 11101111 | 10110011 | 11101 | 0 | 11001 | 1011000 | 110 | 101011 | 1010111 | 110101 |
Color Harmonies of #EFB31D
Complementary color
Monochromatic Colors of #EFB31D
Black with #EFB31D
Text Example
Text Example
White with #EFB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB31D; }
p { color: rgb(239,179,29); }
H1.HeaderClassName
{
color: #EFB31D;
}
.AnyTagClassName
{
color: #EFB31D;
}
</style>
background-color css
<style>
a { background-color: #EFB31D; }
a { background-color: rgb(239,179,29); }
div.DivClassName
{
background-color: #EFB31D;
}
.BgClassName
{
background-color: #EFB31D;
}
</style>
border-color css
<style>
span { border-color: #EFB31D; }
span { border-color: rgb(239,179,29); }
td.TdClassName
{
border-color: #EFB31D;
}
.TagClassName
{
border-color: #EFB31D;
}
</style>