Shades of Golden Fizz #EFF227
Tints of Golden Fizz #EFF227
RGB
CMYK
RGB Variations
Color information
#EFF227 (or 0xEFF227) is known color: Golden Fizz. HEX triplet: EF, F2 and 27. RGB value is (239,242,39). Sum of RGB (Red+Green+Blue) = 239+242+39=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 39 (15.62% from 255 or 7.5% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF227 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF227 is #100DD8. Grayscale: #DADADA. Windows color (decimal): -1052121 or 2618095. OLE color: 2618095.
HSL color Cylindrical-coordinate representation of color #EFF227: hue angle of 60.89º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFF227 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 39 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.05 |
| HSL | 60.89º | 0.89% | 0.55% | - |
| HSV(B) | 60.89º | 0.84% | 0.95% | - |
| XYZ | 67.71 | 82 | 14.18 | - |
| YUV | 217.96 | 27.01 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 39 | 0.01 | 0 | 0.84 | 0.05 | 60.89 | 0.89 | 0.55 |
| Hex | EF | F2 | 27 | 1 | 0 | 54 | 5 | 3D | 59 | 37 |
| Octal | 357 | 362 | 47 | 1 | 0 | 124 | 5 | 75 | 131 | 67 |
| Binary | 11101111 | 11110010 | 100111 | 1 | 0 | 1010100 | 101 | 111101 | 1011001 | 110111 |
Color Harmonies of #EFF227
Complementary color
Monochromatic Colors of #EFF227
Black with #EFF227
Text Example
Text Example
White with #EFF227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF227; }
p { color: rgb(239,242,39); }
H1.HeaderClassName
{
color: #EFF227;
}
.AnyTagClassName
{
color: #EFF227;
}
</style>
background-color css
<style>
a { background-color: #EFF227; }
a { background-color: rgb(239,242,39); }
div.DivClassName
{
background-color: #EFF227;
}
.BgClassName
{
background-color: #EFF227;
}
</style>
border-color css
<style>
span { border-color: #EFF227; }
span { border-color: rgb(239,242,39); }
td.TdClassName
{
border-color: #EFF227;
}
.TagClassName
{
border-color: #EFF227;
}
</style>