Shades of Gold Tips #EFB21C
Tints of Gold Tips #EFB21C
RGB
CMYK
RGB Variations
Color information
#EFB21C (or 0xEFB21C) is known color: Gold Tips. HEX triplet: EF, B2 and 1C. RGB value is (239,178,28). Sum of RGB (Red+Green+Blue) = 239+178+28=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB21C is #104DE3. Grayscale: #B3B3B3. Windows color (decimal): -1068516 or 1880815. OLE color: 1880815.
HSL color Cylindrical-coordinate representation of color #EFB21C: hue angle of 42.65º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFB21C is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 28 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.06 |
| HSL | 42.65º | 0.87% | 0.52% | - |
| HSV(B) | 42.65º | 0.88% | 0.94% | - |
| XYZ | 51.73 | 50.28 | 8.08 | - |
| YUV | 179.14 | 42.71 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 28 | 0 | 0.26 | 0.88 | 0.06 | 42.65 | 0.87 | 0.52 |
| Hex | EF | B2 | 1C | 0 | 1A | 58 | 6 | 2B | 57 | 34 |
| Octal | 357 | 262 | 34 | 0 | 32 | 130 | 6 | 53 | 127 | 64 |
| Binary | 11101111 | 10110010 | 11100 | 0 | 11010 | 1011000 | 110 | 101011 | 1010111 | 110100 |
Color Harmonies of #EFB21C
Complementary color
Monochromatic Colors of #EFB21C
Black with #EFB21C
Text Example
Text Example
White with #EFB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB21C; }
p { color: rgb(239,178,28); }
H1.HeaderClassName
{
color: #EFB21C;
}
.AnyTagClassName
{
color: #EFB21C;
}
</style>
background-color css
<style>
a { background-color: #EFB21C; }
a { background-color: rgb(239,178,28); }
div.DivClassName
{
background-color: #EFB21C;
}
.BgClassName
{
background-color: #EFB21C;
}
</style>
border-color css
<style>
span { border-color: #EFB21C; }
span { border-color: rgb(239,178,28); }
td.TdClassName
{
border-color: #EFB21C;
}
.TagClassName
{
border-color: #EFB21C;
}
</style>