Shades of Golden Fizz #EFF131
Tints of Golden Fizz #EFF131
RGB
CMYK
RGB Variations
Color information
#EFF131 (or 0xEFF131) is known color: Golden Fizz. HEX triplet: EF, F1 and 31. RGB value is (239,241,49). Sum of RGB (Red+Green+Blue) = 239+241+49=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 49 (19.53% from 255 or 9.26% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF131 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF131 is #100ECE. Grayscale: #DBDBDB. Windows color (decimal): -1052367 or 3273199. OLE color: 3273199.
HSL color Cylindrical-coordinate representation of color #EFF131: hue angle of 60.63º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFF131 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 49 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.05 |
| HSL | 60.63º | 0.87% | 0.57% | - |
| HSV(B) | 60.63º | 0.8% | 0.95% | - |
| XYZ | 67.61 | 81.48 | 15.07 | - |
| YUV | 218.51 | 32.34 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 49 | 0.01 | 0 | 0.80 | 0.05 | 60.63 | 0.87 | 0.57 |
| Hex | EF | F1 | 31 | 1 | 0 | 50 | 5 | 3D | 57 | 39 |
| Octal | 357 | 361 | 61 | 1 | 0 | 120 | 5 | 75 | 127 | 71 |
| Binary | 11101111 | 11110001 | 110001 | 1 | 0 | 1010000 | 101 | 111101 | 1010111 | 111001 |
Color Harmonies of #EFF131
Complementary color
Monochromatic Colors of #EFF131
Black with #EFF131
Text Example
Text Example
White with #EFF131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF131; }
p { color: rgb(239,241,49); }
H1.HeaderClassName
{
color: #EFF131;
}
.AnyTagClassName
{
color: #EFF131;
}
</style>
background-color css
<style>
a { background-color: #EFF131; }
a { background-color: rgb(239,241,49); }
div.DivClassName
{
background-color: #EFF131;
}
.BgClassName
{
background-color: #EFF131;
}
</style>
border-color css
<style>
span { border-color: #EFF131; }
span { border-color: rgb(239,241,49); }
td.TdClassName
{
border-color: #EFF131;
}
.TagClassName
{
border-color: #EFF131;
}
</style>