Shades of Golden Fizz #EFF92B
Tints of Golden Fizz #EFF92B
RGB
CMYK
RGB Variations
Color information
#EFF92B (or 0xEFF92B) is known color: Golden Fizz. HEX triplet: EF, F9 and 2B. RGB value is (239,249,43). Sum of RGB (Red+Green+Blue) = 239+249+43=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 43 (17.19% from 255 or 8.10% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF92B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF92B is #1006D4. Grayscale: #DFDFDF. Windows color (decimal): -1050325 or 2882031. OLE color: 2882031.
HSL color Cylindrical-coordinate representation of color #EFF92B: hue angle of 62.91º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFF92B is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 43 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.02 |
| HSL | 62.91º | 0.94% | 0.57% | - |
| HSV(B) | 62.91º | 0.83% | 0.98% | - |
| XYZ | 69.91 | 86.28 | 15.25 | - |
| YUV | 222.53 | 26.69 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 43 | 0.04 | 0 | 0.83 | 0.02 | 62.91 | 0.94 | 0.57 |
| Hex | EF | F9 | 2B | 4 | 0 | 53 | 2 | 3F | 5E | 39 |
| Octal | 357 | 371 | 53 | 4 | 0 | 123 | 2 | 77 | 136 | 71 |
| Binary | 11101111 | 11111001 | 101011 | 100 | 0 | 1010011 | 10 | 111111 | 1011110 | 111001 |
Color Harmonies of #EFF92B
Complementary color
Monochromatic Colors of #EFF92B
Black with #EFF92B
Text Example
Text Example
White with #EFF92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF92B; }
p { color: rgb(239,249,43); }
H1.HeaderClassName
{
color: #EFF92B;
}
.AnyTagClassName
{
color: #EFF92B;
}
</style>
background-color css
<style>
a { background-color: #EFF92B; }
a { background-color: rgb(239,249,43); }
div.DivClassName
{
background-color: #EFF92B;
}
.BgClassName
{
background-color: #EFF92B;
}
</style>
border-color css
<style>
span { border-color: #EFF92B; }
span { border-color: rgb(239,249,43); }
td.TdClassName
{
border-color: #EFF92B;
}
.TagClassName
{
border-color: #EFF92B;
}
</style>