Shades of Golden Fizz #EFF92D
Tints of Golden Fizz #EFF92D
RGB
CMYK
RGB Variations
Color information
#EFF92D (or 0xEFF92D) is known color: Golden Fizz. HEX triplet: EF, F9 and 2D. RGB value is (239,249,45). Sum of RGB (Red+Green+Blue) = 239+249+45=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 45 (17.97% from 255 or 8.44% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF92D is #1006D2. Grayscale: #DFDFDF. Windows color (decimal): -1050323 or 3013103. OLE color: 3013103.
HSL color Cylindrical-coordinate representation of color #EFF92D: hue angle of 62.94º 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 #EFF92D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.02 |
| HSL | 62.94º | 0.94% | 0.58% | - |
| HSV(B) | 62.94º | 0.82% | 0.98% | - |
| XYZ | 69.95 | 86.29 | 15.45 | - |
| YUV | 222.75 | 27.69 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 45 | 0.04 | 0 | 0.82 | 0.02 | 62.94 | 0.94 | 0.58 |
| Hex | EF | F9 | 2D | 4 | 0 | 52 | 2 | 3F | 5E | 3A |
| Octal | 357 | 371 | 55 | 4 | 0 | 122 | 2 | 77 | 136 | 72 |
| Binary | 11101111 | 11111001 | 101101 | 100 | 0 | 1010010 | 10 | 111111 | 1011110 | 111010 |
Color Harmonies of #EFF92D
Complementary color
Monochromatic Colors of #EFF92D
Black with #EFF92D
Text Example
Text Example
White with #EFF92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF92D; }
p { color: rgb(239,249,45); }
H1.HeaderClassName
{
color: #EFF92D;
}
.AnyTagClassName
{
color: #EFF92D;
}
</style>
background-color css
<style>
a { background-color: #EFF92D; }
a { background-color: rgb(239,249,45); }
div.DivClassName
{
background-color: #EFF92D;
}
.BgClassName
{
background-color: #EFF92D;
}
</style>
border-color css
<style>
span { border-color: #EFF92D; }
span { border-color: rgb(239,249,45); }
td.TdClassName
{
border-color: #EFF92D;
}
.TagClassName
{
border-color: #EFF92D;
}
</style>