Shades of Gold Tips #EFB118
Tints of Gold Tips #EFB118
RGB
CMYK
RGB Variations
Color information
#EFB118 (or 0xEFB118) is known color: Gold Tips. HEX triplet: EF, B1 and 18. RGB value is (239,177,24). Sum of RGB (Red+Green+Blue) = 239+177+24=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB118 is #104EE7. Grayscale: #B2B2B2. Windows color (decimal): -1068776 or 1618415. OLE color: 1618415.
HSL color Cylindrical-coordinate representation of color #EFB118: hue angle of 42.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFB118 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 24 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.06 |
| HSL | 42.7º | 0.87% | 0.52% | - |
| HSV(B) | 42.7º | 0.9% | 0.94% | - |
| XYZ | 51.48 | 49.86 | 7.77 | - |
| YUV | 178.1 | 41.04 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 24 | 0 | 0.26 | 0.90 | 0.06 | 42.7 | 0.87 | 0.52 |
| Hex | EF | B1 | 18 | 0 | 1A | 5A | 6 | 2B | 57 | 34 |
| Octal | 357 | 261 | 30 | 0 | 32 | 132 | 6 | 53 | 127 | 64 |
| Binary | 11101111 | 10110001 | 11000 | 0 | 11010 | 1011010 | 110 | 101011 | 1010111 | 110100 |
Color Harmonies of #EFB118
Complementary color
Monochromatic Colors of #EFB118
Black with #EFB118
Text Example
Text Example
White with #EFB118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB118; }
p { color: rgb(239,177,24); }
H1.HeaderClassName
{
color: #EFB118;
}
.AnyTagClassName
{
color: #EFB118;
}
</style>
background-color css
<style>
a { background-color: #EFB118; }
a { background-color: rgb(239,177,24); }
div.DivClassName
{
background-color: #EFB118;
}
.BgClassName
{
background-color: #EFB118;
}
</style>
border-color css
<style>
span { border-color: #EFB118; }
span { border-color: rgb(239,177,24); }
td.TdClassName
{
border-color: #EFB118;
}
.TagClassName
{
border-color: #EFB118;
}
</style>