Shades of Golden Fizz #EFEA37
Tints of Golden Fizz #EFEA37
RGB
CMYK
RGB Variations
Color information
#EFEA37 (or 0xEFEA37) is known color: Golden Fizz. HEX triplet: EF, EA and 37. RGB value is (239,234,55). Sum of RGB (Red+Green+Blue) = 239+234+55=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 55 (21.88% from 255 or 10.42% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA37 is #1015C8. Grayscale: #D7D7D7. Windows color (decimal): -1054153 or 3664623. OLE color: 3664623.
HSL color Cylindrical-coordinate representation of color #EFEA37: hue angle of 58.37º 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 #EFEA37 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 55 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.06 |
| HSL | 58.37º | 0.85% | 0.58% | - |
| HSV(B) | 58.37º | 0.77% | 0.94% | - |
| XYZ | 65.71 | 77.47 | 15.1 | - |
| YUV | 215.09 | 37.66 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 55 | 0 | 0.02 | 0.77 | 0.06 | 58.37 | 0.85 | 0.58 |
| Hex | EF | EA | 37 | 0 | 2 | 4D | 6 | 3A | 55 | 3A |
| Octal | 357 | 352 | 67 | 0 | 2 | 115 | 6 | 72 | 125 | 72 |
| Binary | 11101111 | 11101010 | 110111 | 0 | 10 | 1001101 | 110 | 111010 | 1010101 | 111010 |
Color Harmonies of #EFEA37
Complementary color
Monochromatic Colors of #EFEA37
Black with #EFEA37
Text Example
Text Example
White with #EFEA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA37; }
p { color: rgb(239,234,55); }
H1.HeaderClassName
{
color: #EFEA37;
}
.AnyTagClassName
{
color: #EFEA37;
}
</style>
background-color css
<style>
a { background-color: #EFEA37; }
a { background-color: rgb(239,234,55); }
div.DivClassName
{
background-color: #EFEA37;
}
.BgClassName
{
background-color: #EFEA37;
}
</style>
border-color css
<style>
span { border-color: #EFEA37; }
span { border-color: rgb(239,234,55); }
td.TdClassName
{
border-color: #EFEA37;
}
.TagClassName
{
border-color: #EFEA37;
}
</style>