Shades of Golden Fizz #EFFF34
Tints of Golden Fizz #EFFF34
RGB
CMYK
RGB Variations
Color information
#EFFF34 (or 0xEFFF34) is known color: Golden Fizz. HEX triplet: EF, FF and 34. RGB value is (239,255,52). Sum of RGB (Red+Green+Blue) = 239+255+52=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 52 (20.70% from 255 or 9.52% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF34 is #1000CB. Grayscale: #E3E3E3. Windows color (decimal): -1048780 or 3473391. OLE color: 3473391.
HSL color Cylindrical-coordinate representation of color #EFFF34: hue angle of 64.73º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFFF34 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 52 | - |
| CMYK | 0.06 | 0 | 0.80 | 0 |
| HSL | 64.73º | 1% | 0.6% | - |
| HSV(B) | 64.73º | 0.8% | 1% | - |
| XYZ | 71.98 | 90.12 | 16.85 | - |
| YUV | 227.07 | 29.2 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 52 | 0.06 | 0 | 0.80 | 0 | 64.73 | 1 | 0.6 |
| Hex | EF | FF | 34 | 6 | 0 | 50 | 0 | 41 | 64 | 3C |
| Octal | 357 | 377 | 64 | 6 | 0 | 120 | 0 | 101 | 144 | 74 |
| Binary | 11101111 | 11111111 | 110100 | 110 | 0 | 1010000 | 0 | 1000001 | 1100100 | 111100 |
Color Harmonies of #EFFF34
Complementary color
Monochromatic Colors of #EFFF34
Black with #EFFF34
Text Example
Text Example
White with #EFFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF34; }
p { color: rgb(239,255,52); }
H1.HeaderClassName
{
color: #EFFF34;
}
.AnyTagClassName
{
color: #EFFF34;
}
</style>
background-color css
<style>
a { background-color: #EFFF34; }
a { background-color: rgb(239,255,52); }
div.DivClassName
{
background-color: #EFFF34;
}
.BgClassName
{
background-color: #EFFF34;
}
</style>
border-color css
<style>
span { border-color: #EFFF34; }
span { border-color: rgb(239,255,52); }
td.TdClassName
{
border-color: #EFFF34;
}
.TagClassName
{
border-color: #EFFF34;
}
</style>