Shades of Golden Fizz #EFF02F
Tints of Golden Fizz #EFF02F
RGB
CMYK
RGB Variations
Color information
#EFF02F (or 0xEFF02F) is known color: Golden Fizz. HEX triplet: EF, F0 and 2F. RGB value is (239,240,47). Sum of RGB (Red+Green+Blue) = 239+240+47=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 47 (18.75% from 255 or 8.94% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF02F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF02F is #100FD0. Grayscale: #DADADA. Windows color (decimal): -1052625 or 3141871. OLE color: 3141871.
HSL color Cylindrical-coordinate representation of color #EFF02F: hue angle of 60.31º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFF02F is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 47 | - |
| CMYK | 0.00 | 0 | 0.80 | 0.06 |
| HSL | 60.31º | 0.87% | 0.56% | - |
| HSV(B) | 60.31º | 0.8% | 0.94% | - |
| XYZ | 67.27 | 80.88 | 14.75 | - |
| YUV | 217.7 | 31.67 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 47 | 0.00 | 0 | 0.80 | 0.06 | 60.31 | 0.87 | 0.56 |
| Hex | EF | F0 | 2F | 0 | 0 | 50 | 6 | 3C | 57 | 38 |
| Octal | 357 | 360 | 57 | 0 | 0 | 120 | 6 | 74 | 127 | 70 |
| Binary | 11101111 | 11110000 | 101111 | 0 | 0 | 1010000 | 110 | 111100 | 1010111 | 111000 |
Color Harmonies of #EFF02F
Complementary color
Monochromatic Colors of #EFF02F
Black with #EFF02F
Text Example
Text Example
White with #EFF02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF02F; }
p { color: rgb(239,240,47); }
H1.HeaderClassName
{
color: #EFF02F;
}
.AnyTagClassName
{
color: #EFF02F;
}
</style>
background-color css
<style>
a { background-color: #EFF02F; }
a { background-color: rgb(239,240,47); }
div.DivClassName
{
background-color: #EFF02F;
}
.BgClassName
{
background-color: #EFF02F;
}
</style>
border-color css
<style>
span { border-color: #EFF02F; }
span { border-color: rgb(239,240,47); }
td.TdClassName
{
border-color: #EFF02F;
}
.TagClassName
{
border-color: #EFF02F;
}
</style>