Shades of Gold Tips #EFB127
Tints of Gold Tips #EFB127
RGB
CMYK
RGB Variations
Color information
#EFB127 (or 0xEFB127) is known color: Gold Tips. HEX triplet: EF, B1 and 27. RGB value is (239,177,39). Sum of RGB (Red+Green+Blue) = 239+177+39=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB127 is #104ED8. Grayscale: #B4B4B4. Windows color (decimal): -1068761 or 2601455. OLE color: 2601455.
HSL color Cylindrical-coordinate representation of color #EFB127: hue angle of 41.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFB127 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 39 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.06 |
| HSL | 41.4º | 0.86% | 0.55% | - |
| HSV(B) | 41.4º | 0.84% | 0.94% | - |
| XYZ | 51.68 | 49.94 | 8.84 | - |
| YUV | 179.81 | 48.54 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 39 | 0 | 0.26 | 0.84 | 0.06 | 41.4 | 0.86 | 0.55 |
| Hex | EF | B1 | 27 | 0 | 1A | 54 | 6 | 29 | 56 | 37 |
| Octal | 357 | 261 | 47 | 0 | 32 | 124 | 6 | 51 | 126 | 67 |
| Binary | 11101111 | 10110001 | 100111 | 0 | 11010 | 1010100 | 110 | 101001 | 1010110 | 110111 |
Color Harmonies of #EFB127
Complementary color
Monochromatic Colors of #EFB127
Black with #EFB127
Text Example
Text Example
White with #EFB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB127; }
p { color: rgb(239,177,39); }
H1.HeaderClassName
{
color: #EFB127;
}
.AnyTagClassName
{
color: #EFB127;
}
</style>
background-color css
<style>
a { background-color: #EFB127; }
a { background-color: rgb(239,177,39); }
div.DivClassName
{
background-color: #EFB127;
}
.BgClassName
{
background-color: #EFB127;
}
</style>
border-color css
<style>
span { border-color: #EFB127; }
span { border-color: rgb(239,177,39); }
td.TdClassName
{
border-color: #EFB127;
}
.TagClassName
{
border-color: #EFB127;
}
</style>