Shades of Golden Fizz #EFF132
Tints of Golden Fizz #EFF132
RGB
CMYK
RGB Variations
Color information
#EFF132 (or 0xEFF132) is known color: Golden Fizz. HEX triplet: EF, F1 and 32. RGB value is (239,241,50). Sum of RGB (Red+Green+Blue) = 239+241+50=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 50 (19.92% from 255 or 9.43% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF132 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF132 is #100ECD. Grayscale: #DBDBDB. Windows color (decimal): -1052366 or 3338735. OLE color: 3338735.
HSL color Cylindrical-coordinate representation of color #EFF132: 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.79%. Process color model (Four color, CMYK) of #EFF132 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 50 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.05 |
| HSL | 60.63º | 0.87% | 0.57% | - |
| HSV(B) | 60.63º | 0.79% | 0.95% | - |
| XYZ | 67.63 | 81.49 | 15.18 | - |
| YUV | 218.63 | 32.84 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 50 | 0.01 | 0 | 0.79 | 0.05 | 60.63 | 0.87 | 0.57 |
| Hex | EF | F1 | 32 | 1 | 0 | 4F | 5 | 3D | 57 | 39 |
| Octal | 357 | 361 | 62 | 1 | 0 | 117 | 5 | 75 | 127 | 71 |
| Binary | 11101111 | 11110001 | 110010 | 1 | 0 | 1001111 | 101 | 111101 | 1010111 | 111001 |
Color Harmonies of #EFF132
Complementary color
Monochromatic Colors of #EFF132
Black with #EFF132
Text Example
Text Example
White with #EFF132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF132; }
p { color: rgb(239,241,50); }
H1.HeaderClassName
{
color: #EFF132;
}
.AnyTagClassName
{
color: #EFF132;
}
</style>
background-color css
<style>
a { background-color: #EFF132; }
a { background-color: rgb(239,241,50); }
div.DivClassName
{
background-color: #EFF132;
}
.BgClassName
{
background-color: #EFF132;
}
</style>
border-color css
<style>
span { border-color: #EFF132; }
span { border-color: rgb(239,241,50); }
td.TdClassName
{
border-color: #EFF132;
}
.TagClassName
{
border-color: #EFF132;
}
</style>