Shades of Golden Fizz #EFF92E
Tints of Golden Fizz #EFF92E
RGB
CMYK
RGB Variations
Color information
#EFF92E (or 0xEFF92E) is known color: Golden Fizz. HEX triplet: EF, F9 and 2E. RGB value is (239,249,46). Sum of RGB (Red+Green+Blue) = 239+249+46=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 46 (18.36% from 255 or 8.61% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF92E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF92E is #1006D1. Grayscale: #DFDFDF. Windows color (decimal): -1050322 or 3078639. OLE color: 3078639.
HSL color Cylindrical-coordinate representation of color #EFF92E: hue angle of 62.96º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFF92E is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 46 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.02 |
| HSL | 62.96º | 0.94% | 0.58% | - |
| HSV(B) | 62.96º | 0.82% | 0.98% | - |
| XYZ | 69.97 | 86.3 | 15.55 | - |
| YUV | 222.87 | 28.19 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 46 | 0.04 | 0 | 0.82 | 0.02 | 62.96 | 0.94 | 0.58 |
| Hex | EF | F9 | 2E | 4 | 0 | 52 | 2 | 3F | 5E | 3A |
| Octal | 357 | 371 | 56 | 4 | 0 | 122 | 2 | 77 | 136 | 72 |
| Binary | 11101111 | 11111001 | 101110 | 100 | 0 | 1010010 | 10 | 111111 | 1011110 | 111010 |
Color Harmonies of #EFF92E
Complementary color
Monochromatic Colors of #EFF92E
Black with #EFF92E
Text Example
Text Example
White with #EFF92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF92E; }
p { color: rgb(239,249,46); }
H1.HeaderClassName
{
color: #EFF92E;
}
.AnyTagClassName
{
color: #EFF92E;
}
</style>
background-color css
<style>
a { background-color: #EFF92E; }
a { background-color: rgb(239,249,46); }
div.DivClassName
{
background-color: #EFF92E;
}
.BgClassName
{
background-color: #EFF92E;
}
</style>
border-color css
<style>
span { border-color: #EFF92E; }
span { border-color: rgb(239,249,46); }
td.TdClassName
{
border-color: #EFF92E;
}
.TagClassName
{
border-color: #EFF92E;
}
</style>