Shades of Gold Tips #EFB11E
Tints of Gold Tips #EFB11E
RGB
CMYK
RGB Variations
Color information
#EFB11E (or 0xEFB11E) is known color: Gold Tips. HEX triplet: EF, B1 and 1E. RGB value is (239,177,30). Sum of RGB (Red+Green+Blue) = 239+177+30=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB11E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB11E is #104EE1. Grayscale: #B3B3B3. Windows color (decimal): -1068770 or 2011631. OLE color: 2011631.
HSL color Cylindrical-coordinate representation of color #EFB11E: hue angle of 42.2º 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 #EFB11E is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 30 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.06 |
| HSL | 42.2º | 0.87% | 0.53% | - |
| HSV(B) | 42.2º | 0.87% | 0.94% | - |
| XYZ | 51.55 | 49.89 | 8.14 | - |
| YUV | 178.78 | 44.04 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 30 | 0 | 0.26 | 0.87 | 0.06 | 42.2 | 0.87 | 0.53 |
| Hex | EF | B1 | 1E | 0 | 1A | 57 | 6 | 2A | 57 | 35 |
| Octal | 357 | 261 | 36 | 0 | 32 | 127 | 6 | 52 | 127 | 65 |
| Binary | 11101111 | 10110001 | 11110 | 0 | 11010 | 1010111 | 110 | 101010 | 1010111 | 110101 |
Color Harmonies of #EFB11E
Complementary color
Monochromatic Colors of #EFB11E
Black with #EFB11E
Text Example
Text Example
White with #EFB11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB11E; }
p { color: rgb(239,177,30); }
H1.HeaderClassName
{
color: #EFB11E;
}
.AnyTagClassName
{
color: #EFB11E;
}
</style>
background-color css
<style>
a { background-color: #EFB11E; }
a { background-color: rgb(239,177,30); }
div.DivClassName
{
background-color: #EFB11E;
}
.BgClassName
{
background-color: #EFB11E;
}
</style>
border-color css
<style>
span { border-color: #EFB11E; }
span { border-color: rgb(239,177,30); }
td.TdClassName
{
border-color: #EFB11E;
}
.TagClassName
{
border-color: #EFB11E;
}
</style>