Shades of Gold Tips #EFB11D
Tints of Gold Tips #EFB11D
RGB
CMYK
RGB Variations
Color information
#EFB11D (or 0xEFB11D) is known color: Gold Tips. HEX triplet: EF, B1 and 1D. RGB value is (239,177,29). Sum of RGB (Red+Green+Blue) = 239+177+29=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB11D is #104EE2. Grayscale: #B3B3B3. Windows color (decimal): -1068771 or 1946095. OLE color: 1946095.
HSL color Cylindrical-coordinate representation of color #EFB11D: hue angle of 42.29º 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 #EFB11D is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 29 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.06 |
| HSL | 42.29º | 0.87% | 0.53% | - |
| HSV(B) | 42.29º | 0.88% | 0.94% | - |
| XYZ | 51.54 | 49.88 | 8.07 | - |
| YUV | 178.67 | 43.54 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 29 | 0 | 0.26 | 0.88 | 0.06 | 42.29 | 0.87 | 0.53 |
| Hex | EF | B1 | 1D | 0 | 1A | 58 | 6 | 2A | 57 | 35 |
| Octal | 357 | 261 | 35 | 0 | 32 | 130 | 6 | 52 | 127 | 65 |
| Binary | 11101111 | 10110001 | 11101 | 0 | 11010 | 1011000 | 110 | 101010 | 1010111 | 110101 |
Color Harmonies of #EFB11D
Complementary color
Monochromatic Colors of #EFB11D
Black with #EFB11D
Text Example
Text Example
White with #EFB11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB11D; }
p { color: rgb(239,177,29); }
H1.HeaderClassName
{
color: #EFB11D;
}
.AnyTagClassName
{
color: #EFB11D;
}
</style>
background-color css
<style>
a { background-color: #EFB11D; }
a { background-color: rgb(239,177,29); }
div.DivClassName
{
background-color: #EFB11D;
}
.BgClassName
{
background-color: #EFB11D;
}
</style>
border-color css
<style>
span { border-color: #EFB11D; }
span { border-color: rgb(239,177,29); }
td.TdClassName
{
border-color: #EFB11D;
}
.TagClassName
{
border-color: #EFB11D;
}
</style>