Shades of Golden Fizz #EEFF34
Tints of Golden Fizz #EEFF34
RGB
CMYK
RGB Variations
Color information
#EEFF34 (or 0xEEFF34) is known color: Golden Fizz. HEX triplet: EE, FF and 34. RGB value is (238,255,52). Sum of RGB (Red+Green+Blue) = 238+255+52=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 52 (20.70% from 255 or 9.54% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF34 is #1100CB. Grayscale: #E3E3E3. Windows color (decimal): -1114316 or 3473390. OLE color: 3473390.
HSL color Cylindrical-coordinate representation of color #EEFF34: hue angle of 65.02º 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 #EEFF34 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 52 | - |
| CMYK | 0.07 | 0 | 0.80 | 0 |
| HSL | 65.02º | 1% | 0.6% | - |
| HSV(B) | 65.02º | 0.8% | 1% | - |
| XYZ | 71.64 | 89.95 | 16.83 | - |
| YUV | 226.78 | 29.37 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 52 | 0.07 | 0 | 0.80 | 0 | 65.02 | 1 | 0.6 |
| Hex | EE | FF | 34 | 7 | 0 | 50 | 0 | 41 | 64 | 3C |
| Octal | 356 | 377 | 64 | 7 | 0 | 120 | 0 | 101 | 144 | 74 |
| Binary | 11101110 | 11111111 | 110100 | 111 | 0 | 1010000 | 0 | 1000001 | 1100100 | 111100 |
Color Harmonies of #EEFF34
Complementary color
Monochromatic Colors of #EEFF34
Black with #EEFF34
Text Example
Text Example
White with #EEFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF34; }
p { color: rgb(238,255,52); }
H1.HeaderClassName
{
color: #EEFF34;
}
.AnyTagClassName
{
color: #EEFF34;
}
</style>
background-color css
<style>
a { background-color: #EEFF34; }
a { background-color: rgb(238,255,52); }
div.DivClassName
{
background-color: #EEFF34;
}
.BgClassName
{
background-color: #EEFF34;
}
</style>
border-color css
<style>
span { border-color: #EEFF34; }
span { border-color: rgb(238,255,52); }
td.TdClassName
{
border-color: #EEFF34;
}
.TagClassName
{
border-color: #EEFF34;
}
</style>