Shades of Golden Fizz #EEFA29
Tints of Golden Fizz #EEFA29
RGB
CMYK
RGB Variations
Color information
#EEFA29 (or 0xEEFA29) is known color: Golden Fizz. HEX triplet: EE, FA and 29. RGB value is (238,250,41). Sum of RGB (Red+Green+Blue) = 238+250+41=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 41 (16.41% from 255 or 7.75% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA29 is #1105D6. Grayscale: #DFDFDF. Windows color (decimal): -1115607 or 2751214. OLE color: 2751214.
HSL color Cylindrical-coordinate representation of color #EEFA29: hue angle of 63.44º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEFA29 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 41 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.02 |
| HSL | 63.44º | 0.95% | 0.57% | - |
| HSV(B) | 63.44º | 0.84% | 0.98% | - |
| XYZ | 69.85 | 86.71 | 15.15 | - |
| YUV | 222.59 | 25.52 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 41 | 0.05 | 0 | 0.84 | 0.02 | 63.44 | 0.95 | 0.57 |
| Hex | EE | FA | 29 | 5 | 0 | 54 | 2 | 3F | 5F | 39 |
| Octal | 356 | 372 | 51 | 5 | 0 | 124 | 2 | 77 | 137 | 71 |
| Binary | 11101110 | 11111010 | 101001 | 101 | 0 | 1010100 | 10 | 111111 | 1011111 | 111001 |
Color Harmonies of #EEFA29
Complementary color
Monochromatic Colors of #EEFA29
Black with #EEFA29
Text Example
Text Example
White with #EEFA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA29; }
p { color: rgb(238,250,41); }
H1.HeaderClassName
{
color: #EEFA29;
}
.AnyTagClassName
{
color: #EEFA29;
}
</style>
background-color css
<style>
a { background-color: #EEFA29; }
a { background-color: rgb(238,250,41); }
div.DivClassName
{
background-color: #EEFA29;
}
.BgClassName
{
background-color: #EEFA29;
}
</style>
border-color css
<style>
span { border-color: #EEFA29; }
span { border-color: rgb(238,250,41); }
td.TdClassName
{
border-color: #EEFA29;
}
.TagClassName
{
border-color: #EEFA29;
}
</style>