Shades of Golden Fizz #EFF237
Tints of Golden Fizz #EFF237
RGB
CMYK
RGB Variations
Color information
#EFF237 (or 0xEFF237) is known color: Golden Fizz. HEX triplet: EF, F2 and 37. RGB value is (239,242,55). Sum of RGB (Red+Green+Blue) = 239+242+55=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 55 (21.88% from 255 or 10.26% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF237 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF237 is #100DC8. Grayscale: #DCDCDC. Windows color (decimal): -1052105 or 3666671. OLE color: 3666671.
HSL color Cylindrical-coordinate representation of color #EFF237: 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.77%. Process color model (Four color, CMYK) of #EFF237 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 55 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.05 |
| HSL | 60.96º | 0.88% | 0.58% | - |
| HSV(B) | 60.96º | 0.77% | 0.95% | - |
| XYZ | 68.04 | 82.13 | 15.88 | - |
| YUV | 219.79 | 35.01 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 55 | 0.01 | 0 | 0.77 | 0.05 | 60.96 | 0.88 | 0.58 |
| Hex | EF | F2 | 37 | 1 | 0 | 4D | 5 | 3D | 58 | 3A |
| Octal | 357 | 362 | 67 | 1 | 0 | 115 | 5 | 75 | 130 | 72 |
| Binary | 11101111 | 11110010 | 110111 | 1 | 0 | 1001101 | 101 | 111101 | 1011000 | 111010 |
Color Harmonies of #EFF237
Complementary color
Monochromatic Colors of #EFF237
Black with #EFF237
Text Example
Text Example
White with #EFF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF237; }
p { color: rgb(239,242,55); }
H1.HeaderClassName
{
color: #EFF237;
}
.AnyTagClassName
{
color: #EFF237;
}
</style>
background-color css
<style>
a { background-color: #EFF237; }
a { background-color: rgb(239,242,55); }
div.DivClassName
{
background-color: #EFF237;
}
.BgClassName
{
background-color: #EFF237;
}
</style>
border-color css
<style>
span { border-color: #EFF237; }
span { border-color: rgb(239,242,55); }
td.TdClassName
{
border-color: #EFF237;
}
.TagClassName
{
border-color: #EFF237;
}
</style>