Shades of Gold Tips #EFB21D
Tints of Gold Tips #EFB21D
RGB
CMYK
RGB Variations
Color information
#EFB21D (or 0xEFB21D) is known color: Gold Tips. HEX triplet: EF, B2 and 1D. RGB value is (239,178,29). Sum of RGB (Red+Green+Blue) = 239+178+29=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB21D is #104DE2. Grayscale: #B3B3B3. Windows color (decimal): -1068515 or 1946351. OLE color: 1946351.
HSL color Cylindrical-coordinate representation of color #EFB21D: hue angle of 42.57º 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 #EFB21D is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 29 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.06 |
| HSL | 42.57º | 0.87% | 0.53% | - |
| HSV(B) | 42.57º | 0.88% | 0.94% | - |
| XYZ | 51.74 | 50.28 | 8.14 | - |
| YUV | 179.25 | 43.21 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 29 | 0 | 0.26 | 0.88 | 0.06 | 42.57 | 0.87 | 0.53 |
| Hex | EF | B2 | 1D | 0 | 1A | 58 | 6 | 2B | 57 | 35 |
| Octal | 357 | 262 | 35 | 0 | 32 | 130 | 6 | 53 | 127 | 65 |
| Binary | 11101111 | 10110010 | 11101 | 0 | 11010 | 1011000 | 110 | 101011 | 1010111 | 110101 |
Color Harmonies of #EFB21D
Complementary color
Monochromatic Colors of #EFB21D
Black with #EFB21D
Text Example
Text Example
White with #EFB21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB21D; }
p { color: rgb(239,178,29); }
H1.HeaderClassName
{
color: #EFB21D;
}
.AnyTagClassName
{
color: #EFB21D;
}
</style>
background-color css
<style>
a { background-color: #EFB21D; }
a { background-color: rgb(239,178,29); }
div.DivClassName
{
background-color: #EFB21D;
}
.BgClassName
{
background-color: #EFB21D;
}
</style>
border-color css
<style>
span { border-color: #EFB21D; }
span { border-color: rgb(239,178,29); }
td.TdClassName
{
border-color: #EFB21D;
}
.TagClassName
{
border-color: #EFB21D;
}
</style>