Shades of Golden Fizz #EFF134
Tints of Golden Fizz #EFF134
RGB
CMYK
RGB Variations
Color information
#EFF134 (or 0xEFF134) is known color: Golden Fizz. HEX triplet: EF, F1 and 34. RGB value is (239,241,52). Sum of RGB (Red+Green+Blue) = 239+241+52=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 52 (20.70% from 255 or 9.77% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF134 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF134 is #100ECB. Grayscale: #DBDBDB. Windows color (decimal): -1052364 or 3469807. OLE color: 3469807.
HSL color Cylindrical-coordinate representation of color #EFF134: 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.78%. Process color model (Four color, CMYK) of #EFF134 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 52 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.05 |
| HSL | 60.63º | 0.87% | 0.57% | - |
| HSV(B) | 60.63º | 0.78% | 0.95% | - |
| XYZ | 67.67 | 81.51 | 15.41 | - |
| YUV | 218.86 | 33.84 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 52 | 0.01 | 0 | 0.78 | 0.05 | 60.63 | 0.87 | 0.57 |
| Hex | EF | F1 | 34 | 1 | 0 | 4E | 5 | 3D | 57 | 39 |
| Octal | 357 | 361 | 64 | 1 | 0 | 116 | 5 | 75 | 127 | 71 |
| Binary | 11101111 | 11110001 | 110100 | 1 | 0 | 1001110 | 101 | 111101 | 1010111 | 111001 |
Color Harmonies of #EFF134
Complementary color
Monochromatic Colors of #EFF134
Black with #EFF134
Text Example
Text Example
White with #EFF134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF134; }
p { color: rgb(239,241,52); }
H1.HeaderClassName
{
color: #EFF134;
}
.AnyTagClassName
{
color: #EFF134;
}
</style>
background-color css
<style>
a { background-color: #EFF134; }
a { background-color: rgb(239,241,52); }
div.DivClassName
{
background-color: #EFF134;
}
.BgClassName
{
background-color: #EFF134;
}
</style>
border-color css
<style>
span { border-color: #EFF134; }
span { border-color: rgb(239,241,52); }
td.TdClassName
{
border-color: #EFF134;
}
.TagClassName
{
border-color: #EFF134;
}
</style>