Shades of Golden Fizz #EFEB32
Tints of Golden Fizz #EFEB32
RGB
CMYK
RGB Variations
Color information
#EFEB32 (or 0xEFEB32) is known color: Golden Fizz. HEX triplet: EF, EB and 32. RGB value is (239,235,50). Sum of RGB (Red+Green+Blue) = 239+235+50=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 50 (19.92% from 255 or 9.54% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB32 is #1014CD. Grayscale: #D7D7D7. Windows color (decimal): -1053902 or 3337199. OLE color: 3337199.
HSL color Cylindrical-coordinate representation of color #EFEB32: hue angle of 58.73º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFEB32 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 50 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.06 |
| HSL | 58.73º | 0.86% | 0.57% | - |
| HSV(B) | 58.73º | 0.79% | 0.94% | - |
| XYZ | 65.88 | 78 | 14.6 | - |
| YUV | 215.11 | 34.83 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 50 | 0 | 0.02 | 0.79 | 0.06 | 58.73 | 0.86 | 0.57 |
| Hex | EF | EB | 32 | 0 | 2 | 4F | 6 | 3B | 56 | 39 |
| Octal | 357 | 353 | 62 | 0 | 2 | 117 | 6 | 73 | 126 | 71 |
| Binary | 11101111 | 11101011 | 110010 | 0 | 10 | 1001111 | 110 | 111011 | 1010110 | 111001 |
Color Harmonies of #EFEB32
Complementary color
Monochromatic Colors of #EFEB32
Black with #EFEB32
Text Example
Text Example
White with #EFEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB32; }
p { color: rgb(239,235,50); }
H1.HeaderClassName
{
color: #EFEB32;
}
.AnyTagClassName
{
color: #EFEB32;
}
</style>
background-color css
<style>
a { background-color: #EFEB32; }
a { background-color: rgb(239,235,50); }
div.DivClassName
{
background-color: #EFEB32;
}
.BgClassName
{
background-color: #EFEB32;
}
</style>
border-color css
<style>
span { border-color: #EFEB32; }
span { border-color: rgb(239,235,50); }
td.TdClassName
{
border-color: #EFEB32;
}
.TagClassName
{
border-color: #EFEB32;
}
</style>