Shades of Golden Fizz #EFEB3C
Tints of Golden Fizz #EFEB3C
RGB
CMYK
RGB Variations
Color information
#EFEB3C (or 0xEFEB3C) is known color: Golden Fizz. HEX triplet: EF, EB and 3C. RGB value is (239,235,60). Sum of RGB (Red+Green+Blue) = 239+235+60=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 60 (23.83% from 255 or 11.24% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB3C is #1014C3. Grayscale: #D8D8D8. Windows color (decimal): -1053892 or 3992559. OLE color: 3992559.
HSL color Cylindrical-coordinate representation of color #EFEB3C: hue angle of 58.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFEB3C is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 60 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.06 |
| HSL | 58.66º | 0.85% | 0.59% | - |
| HSV(B) | 58.66º | 0.75% | 0.94% | - |
| XYZ | 66.12 | 78.09 | 15.86 | - |
| YUV | 216.25 | 39.83 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 60 | 0 | 0.02 | 0.75 | 0.06 | 58.66 | 0.85 | 0.59 |
| Hex | EF | EB | 3C | 0 | 2 | 4B | 6 | 3B | 55 | 3B |
| Octal | 357 | 353 | 74 | 0 | 2 | 113 | 6 | 73 | 125 | 73 |
| Binary | 11101111 | 11101011 | 111100 | 0 | 10 | 1001011 | 110 | 111011 | 1010101 | 111011 |
Color Harmonies of #EFEB3C
Complementary color
Monochromatic Colors of #EFEB3C
Black with #EFEB3C
Text Example
Text Example
White with #EFEB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB3C; }
p { color: rgb(239,235,60); }
H1.HeaderClassName
{
color: #EFEB3C;
}
.AnyTagClassName
{
color: #EFEB3C;
}
</style>
background-color css
<style>
a { background-color: #EFEB3C; }
a { background-color: rgb(239,235,60); }
div.DivClassName
{
background-color: #EFEB3C;
}
.BgClassName
{
background-color: #EFEB3C;
}
</style>
border-color css
<style>
span { border-color: #EFEB3C; }
span { border-color: rgb(239,235,60); }
td.TdClassName
{
border-color: #EFEB3C;
}
.TagClassName
{
border-color: #EFEB3C;
}
</style>