Shades of Golden Fizz #EFEB37
Tints of Golden Fizz #EFEB37
RGB
CMYK
RGB Variations
Color information
#EFEB37 (or 0xEFEB37) is known color: Golden Fizz. HEX triplet: EF, EB and 37. RGB value is (239,235,55). Sum of RGB (Red+Green+Blue) = 239+235+55=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 55 (21.88% from 255 or 10.40% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB37 is #1014C8. Grayscale: #D8D8D8. Windows color (decimal): -1053897 or 3664879. OLE color: 3664879.
HSL color Cylindrical-coordinate representation of color #EFEB37: hue angle of 58.7º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFEB37 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 55 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.06 |
| HSL | 58.7º | 0.85% | 0.58% | - |
| HSV(B) | 58.7º | 0.77% | 0.94% | - |
| XYZ | 65.99 | 78.04 | 15.2 | - |
| YUV | 215.68 | 37.33 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 55 | 0 | 0.02 | 0.77 | 0.06 | 58.7 | 0.85 | 0.58 |
| Hex | EF | EB | 37 | 0 | 2 | 4D | 6 | 3B | 55 | 3A |
| Octal | 357 | 353 | 67 | 0 | 2 | 115 | 6 | 73 | 125 | 72 |
| Binary | 11101111 | 11101011 | 110111 | 0 | 10 | 1001101 | 110 | 111011 | 1010101 | 111010 |
Color Harmonies of #EFEB37
Complementary color
Monochromatic Colors of #EFEB37
Black with #EFEB37
Text Example
Text Example
White with #EFEB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB37; }
p { color: rgb(239,235,55); }
H1.HeaderClassName
{
color: #EFEB37;
}
.AnyTagClassName
{
color: #EFEB37;
}
</style>
background-color css
<style>
a { background-color: #EFEB37; }
a { background-color: rgb(239,235,55); }
div.DivClassName
{
background-color: #EFEB37;
}
.BgClassName
{
background-color: #EFEB37;
}
</style>
border-color css
<style>
span { border-color: #EFEB37; }
span { border-color: rgb(239,235,55); }
td.TdClassName
{
border-color: #EFEB37;
}
.TagClassName
{
border-color: #EFEB37;
}
</style>