Shades of Golden Fizz #EFF138
Tints of Golden Fizz #EFF138
RGB
CMYK
RGB Variations
Color information
#EFF138 (or 0xEFF138) is known color: Golden Fizz. HEX triplet: EF, F1 and 38. RGB value is (239,241,56). Sum of RGB (Red+Green+Blue) = 239+241+56=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 56 (22.27% from 255 or 10.45% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF138 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF138 is #100EC7. Grayscale: #DCDCDC. Windows color (decimal): -1052360 or 3731951. OLE color: 3731951.
HSL color Cylindrical-coordinate representation of color #EFF138: hue angle of 60.65º degrees, saturation: 0.87, 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 #EFF138 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 56 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.05 |
| HSL | 60.65º | 0.87% | 0.58% | - |
| HSV(B) | 60.65º | 0.77% | 0.95% | - |
| XYZ | 67.77 | 81.55 | 15.91 | - |
| YUV | 219.31 | 35.84 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 56 | 0.01 | 0 | 0.77 | 0.05 | 60.65 | 0.87 | 0.58 |
| Hex | EF | F1 | 38 | 1 | 0 | 4D | 5 | 3D | 57 | 3A |
| Octal | 357 | 361 | 70 | 1 | 0 | 115 | 5 | 75 | 127 | 72 |
| Binary | 11101111 | 11110001 | 111000 | 1 | 0 | 1001101 | 101 | 111101 | 1010111 | 111010 |
Color Harmonies of #EFF138
Complementary color
Monochromatic Colors of #EFF138
Black with #EFF138
Text Example
Text Example
White with #EFF138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF138; }
p { color: rgb(239,241,56); }
H1.HeaderClassName
{
color: #EFF138;
}
.AnyTagClassName
{
color: #EFF138;
}
</style>
background-color css
<style>
a { background-color: #EFF138; }
a { background-color: rgb(239,241,56); }
div.DivClassName
{
background-color: #EFF138;
}
.BgClassName
{
background-color: #EFF138;
}
</style>
border-color css
<style>
span { border-color: #EFF138; }
span { border-color: rgb(239,241,56); }
td.TdClassName
{
border-color: #EFF138;
}
.TagClassName
{
border-color: #EFF138;
}
</style>