Shades of Golden Fizz #EFF034
Tints of Golden Fizz #EFF034
RGB
CMYK
RGB Variations
Color information
#EFF034 (or 0xEFF034) is known color: Golden Fizz. HEX triplet: EF, F0 and 34. RGB value is (239,240,52). Sum of RGB (Red+Green+Blue) = 239+240+52=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 52 (20.70% from 255 or 9.79% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF034 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF034 is #100FCB. Grayscale: #DBDBDB. Windows color (decimal): -1052620 or 3469551. OLE color: 3469551.
HSL color Cylindrical-coordinate representation of color #EFF034: hue angle of 60.32º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFF034 is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 52 | - |
| CMYK | 0.00 | 0 | 0.78 | 0.06 |
| HSL | 60.32º | 0.86% | 0.57% | - |
| HSV(B) | 60.32º | 0.78% | 0.94% | - |
| XYZ | 67.38 | 80.92 | 15.32 | - |
| YUV | 218.27 | 34.17 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 52 | 0.00 | 0 | 0.78 | 0.06 | 60.32 | 0.86 | 0.57 |
| Hex | EF | F0 | 34 | 0 | 0 | 4E | 6 | 3C | 56 | 39 |
| Octal | 357 | 360 | 64 | 0 | 0 | 116 | 6 | 74 | 126 | 71 |
| Binary | 11101111 | 11110000 | 110100 | 0 | 0 | 1001110 | 110 | 111100 | 1010110 | 111001 |
Color Harmonies of #EFF034
Complementary color
Monochromatic Colors of #EFF034
Black with #EFF034
Text Example
Text Example
White with #EFF034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF034; }
p { color: rgb(239,240,52); }
H1.HeaderClassName
{
color: #EFF034;
}
.AnyTagClassName
{
color: #EFF034;
}
</style>
background-color css
<style>
a { background-color: #EFF034; }
a { background-color: rgb(239,240,52); }
div.DivClassName
{
background-color: #EFF034;
}
.BgClassName
{
background-color: #EFF034;
}
</style>
border-color css
<style>
span { border-color: #EFF034; }
span { border-color: rgb(239,240,52); }
td.TdClassName
{
border-color: #EFF034;
}
.TagClassName
{
border-color: #EFF034;
}
</style>