Shades of Golden Fizz #EFEB2E
Tints of Golden Fizz #EFEB2E
RGB
CMYK
RGB Variations
Color information
#EFEB2E (or 0xEFEB2E) is known color: Golden Fizz. HEX triplet: EF, EB and 2E. RGB value is (239,235,46). Sum of RGB (Red+Green+Blue) = 239+235+46=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 46 (18.36% from 255 or 8.85% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB2E is #1014D1. Grayscale: #D7D7D7. Windows color (decimal): -1053906 or 3075055. OLE color: 3075055.
HSL color Cylindrical-coordinate representation of color #EFEB2E: hue angle of 58.76º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFEB2E is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 46 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.06 |
| HSL | 58.76º | 0.86% | 0.56% | - |
| HSV(B) | 58.76º | 0.81% | 0.94% | - |
| XYZ | 65.8 | 77.96 | 14.17 | - |
| YUV | 214.65 | 32.83 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 46 | 0 | 0.02 | 0.81 | 0.06 | 58.76 | 0.86 | 0.56 |
| Hex | EF | EB | 2E | 0 | 2 | 51 | 6 | 3B | 56 | 38 |
| Octal | 357 | 353 | 56 | 0 | 2 | 121 | 6 | 73 | 126 | 70 |
| Binary | 11101111 | 11101011 | 101110 | 0 | 10 | 1010001 | 110 | 111011 | 1010110 | 111000 |
Color Harmonies of #EFEB2E
Complementary color
Monochromatic Colors of #EFEB2E
Black with #EFEB2E
Text Example
Text Example
White with #EFEB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB2E; }
p { color: rgb(239,235,46); }
H1.HeaderClassName
{
color: #EFEB2E;
}
.AnyTagClassName
{
color: #EFEB2E;
}
</style>
background-color css
<style>
a { background-color: #EFEB2E; }
a { background-color: rgb(239,235,46); }
div.DivClassName
{
background-color: #EFEB2E;
}
.BgClassName
{
background-color: #EFEB2E;
}
</style>
border-color css
<style>
span { border-color: #EFEB2E; }
span { border-color: rgb(239,235,46); }
td.TdClassName
{
border-color: #EFEB2E;
}
.TagClassName
{
border-color: #EFEB2E;
}
</style>