Shades of Golden Fizz #EFF236
Tints of Golden Fizz #EFF236
RGB
CMYK
RGB Variations
Color information
#EFF236 (or 0xEFF236) is known color: Golden Fizz. HEX triplet: EF, F2 and 36. RGB value is (239,242,54). Sum of RGB (Red+Green+Blue) = 239+242+54=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 54 (21.48% from 255 or 10.09% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF236 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF236 is #100DC9. Grayscale: #DCDCDC. Windows color (decimal): -1052106 or 3601135. OLE color: 3601135.
HSL color Cylindrical-coordinate representation of color #EFF236: hue angle of 60.96º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFF236 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 54 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.05 |
| HSL | 60.96º | 0.88% | 0.58% | - |
| HSV(B) | 60.96º | 0.78% | 0.95% | - |
| XYZ | 68.01 | 82.12 | 15.76 | - |
| YUV | 219.67 | 34.51 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 54 | 0.01 | 0 | 0.78 | 0.05 | 60.96 | 0.88 | 0.58 |
| Hex | EF | F2 | 36 | 1 | 0 | 4E | 5 | 3D | 58 | 3A |
| Octal | 357 | 362 | 66 | 1 | 0 | 116 | 5 | 75 | 130 | 72 |
| Binary | 11101111 | 11110010 | 110110 | 1 | 0 | 1001110 | 101 | 111101 | 1011000 | 111010 |
Color Harmonies of #EFF236
Complementary color
Monochromatic Colors of #EFF236
Black with #EFF236
Text Example
Text Example
White with #EFF236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF236; }
p { color: rgb(239,242,54); }
H1.HeaderClassName
{
color: #EFF236;
}
.AnyTagClassName
{
color: #EFF236;
}
</style>
background-color css
<style>
a { background-color: #EFF236; }
a { background-color: rgb(239,242,54); }
div.DivClassName
{
background-color: #EFF236;
}
.BgClassName
{
background-color: #EFF236;
}
</style>
border-color css
<style>
span { border-color: #EFF236; }
span { border-color: rgb(239,242,54); }
td.TdClassName
{
border-color: #EFF236;
}
.TagClassName
{
border-color: #EFF236;
}
</style>