Shades of Golden Fizz #EEFF29
Tints of Golden Fizz #EEFF29
RGB
CMYK
RGB Variations
Color information
#EEFF29 (or 0xEEFF29) is known color: Golden Fizz. HEX triplet: EE, FF and 29. RGB value is (238,255,41). Sum of RGB (Red+Green+Blue) = 238+255+41=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 41 (16.41% from 255 or 7.68% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF29 is #1100D6. Grayscale: #E2E2E2. Windows color (decimal): -1114327 or 2752494. OLE color: 2752494.
HSL color Cylindrical-coordinate representation of color #EEFF29: hue angle of 64.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEFF29 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 41 | - |
| CMYK | 0.07 | 0 | 0.84 | 0 |
| HSL | 64.77º | 1% | 0.58% | - |
| HSV(B) | 64.77º | 0.84% | 1% | - |
| XYZ | 71.42 | 89.86 | 15.68 | - |
| YUV | 225.52 | 23.87 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 41 | 0.07 | 0 | 0.84 | 0 | 64.77 | 1 | 0.58 |
| Hex | EE | FF | 29 | 7 | 0 | 54 | 0 | 41 | 64 | 3A |
| Octal | 356 | 377 | 51 | 7 | 0 | 124 | 0 | 101 | 144 | 72 |
| Binary | 11101110 | 11111111 | 101001 | 111 | 0 | 1010100 | 0 | 1000001 | 1100100 | 111010 |
Color Harmonies of #EEFF29
Complementary color
Monochromatic Colors of #EEFF29
Black with #EEFF29
Text Example
Text Example
White with #EEFF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF29; }
p { color: rgb(238,255,41); }
H1.HeaderClassName
{
color: #EEFF29;
}
.AnyTagClassName
{
color: #EEFF29;
}
</style>
background-color css
<style>
a { background-color: #EEFF29; }
a { background-color: rgb(238,255,41); }
div.DivClassName
{
background-color: #EEFF29;
}
.BgClassName
{
background-color: #EEFF29;
}
</style>
border-color css
<style>
span { border-color: #EEFF29; }
span { border-color: rgb(238,255,41); }
td.TdClassName
{
border-color: #EEFF29;
}
.TagClassName
{
border-color: #EEFF29;
}
</style>