Shades of Golden Fizz #EFF92F
Tints of Golden Fizz #EFF92F
RGB
CMYK
RGB Variations
Color information
#EFF92F (or 0xEFF92F) is known color: Golden Fizz. HEX triplet: EF, F9 and 2F. RGB value is (239,249,47). Sum of RGB (Red+Green+Blue) = 239+249+47=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 47 (18.75% from 255 or 8.79% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF92F is #1006D0. Grayscale: #DFDFDF. Windows color (decimal): -1050321 or 3144175. OLE color: 3144175.
HSL color Cylindrical-coordinate representation of color #EFF92F: hue angle of 62.97º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFF92F is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 47 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.02 |
| HSL | 62.97º | 0.94% | 0.58% | - |
| HSV(B) | 62.97º | 0.81% | 0.98% | - |
| XYZ | 69.99 | 86.31 | 15.66 | - |
| YUV | 222.98 | 28.69 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 47 | 0.04 | 0 | 0.81 | 0.02 | 62.97 | 0.94 | 0.58 |
| Hex | EF | F9 | 2F | 4 | 0 | 51 | 2 | 3F | 5E | 3A |
| Octal | 357 | 371 | 57 | 4 | 0 | 121 | 2 | 77 | 136 | 72 |
| Binary | 11101111 | 11111001 | 101111 | 100 | 0 | 1010001 | 10 | 111111 | 1011110 | 111010 |
Color Harmonies of #EFF92F
Complementary color
Monochromatic Colors of #EFF92F
Black with #EFF92F
Text Example
Text Example
White with #EFF92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF92F; }
p { color: rgb(239,249,47); }
H1.HeaderClassName
{
color: #EFF92F;
}
.AnyTagClassName
{
color: #EFF92F;
}
</style>
background-color css
<style>
a { background-color: #EFF92F; }
a { background-color: rgb(239,249,47); }
div.DivClassName
{
background-color: #EFF92F;
}
.BgClassName
{
background-color: #EFF92F;
}
</style>
border-color css
<style>
span { border-color: #EFF92F; }
span { border-color: rgb(239,249,47); }
td.TdClassName
{
border-color: #EFF92F;
}
.TagClassName
{
border-color: #EFF92F;
}
</style>