Shades of Golden Fizz #EFF036
Tints of Golden Fizz #EFF036
RGB
CMYK
RGB Variations
Color information
#EFF036 (or 0xEFF036) is known color: Golden Fizz. HEX triplet: EF, F0 and 36. RGB value is (239,240,54). Sum of RGB (Red+Green+Blue) = 239+240+54=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 54 (21.48% from 255 or 10.13% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF036 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF036 is #100FC9. Grayscale: #DBDBDB. Windows color (decimal): -1052618 or 3600623. OLE color: 3600623.
HSL color Cylindrical-coordinate representation of color #EFF036: hue angle of 60.32º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFF036 is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 54 | - |
| CMYK | 0.00 | 0 | 0.78 | 0.06 |
| HSL | 60.32º | 0.86% | 0.58% | - |
| HSV(B) | 60.32º | 0.78% | 0.94% | - |
| XYZ | 67.42 | 80.94 | 15.56 | - |
| YUV | 218.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 54 | 0.00 | 0 | 0.78 | 0.06 | 60.32 | 0.86 | 0.58 |
| Hex | EF | F0 | 36 | 0 | 0 | 4E | 6 | 3C | 56 | 3A |
| Octal | 357 | 360 | 66 | 0 | 0 | 116 | 6 | 74 | 126 | 72 |
| Binary | 11101111 | 11110000 | 110110 | 0 | 0 | 1001110 | 110 | 111100 | 1010110 | 111010 |
Color Harmonies of #EFF036
Complementary color
Monochromatic Colors of #EFF036
Black with #EFF036
Text Example
Text Example
White with #EFF036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF036; }
p { color: rgb(239,240,54); }
H1.HeaderClassName
{
color: #EFF036;
}
.AnyTagClassName
{
color: #EFF036;
}
</style>
background-color css
<style>
a { background-color: #EFF036; }
a { background-color: rgb(239,240,54); }
div.DivClassName
{
background-color: #EFF036;
}
.BgClassName
{
background-color: #EFF036;
}
</style>
border-color css
<style>
span { border-color: #EFF036; }
span { border-color: rgb(239,240,54); }
td.TdClassName
{
border-color: #EFF036;
}
.TagClassName
{
border-color: #EFF036;
}
</style>