Shades of Golden Fizz #EEFE29
Tints of Golden Fizz #EEFE29
RGB
CMYK
RGB Variations
Color information
#EEFE29 (or 0xEEFE29) is known color: Golden Fizz. HEX triplet: EE, FE and 29. RGB value is (238,254,41). Sum of RGB (Red+Green+Blue) = 238+254+41=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 41 (16.41% from 255 or 7.69% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE29 is #1101D6. Grayscale: #E1E1E1. Windows color (decimal): -1114583 or 2752238. OLE color: 2752238.
HSL color Cylindrical-coordinate representation of color #EEFE29: hue angle of 64.51º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEFE29 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 41 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.00 |
| HSL | 64.51º | 0.99% | 0.58% | - |
| HSV(B) | 64.51º | 0.84% | 1% | - |
| XYZ | 71.1 | 89.22 | 15.57 | - |
| YUV | 224.93 | 24.2 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 41 | 0.06 | 0 | 0.84 | 0.00 | 64.51 | 0.99 | 0.58 |
| Hex | EE | FE | 29 | 6 | 0 | 54 | 0 | 41 | 63 | 3A |
| Octal | 356 | 376 | 51 | 6 | 0 | 124 | 0 | 101 | 143 | 72 |
| Binary | 11101110 | 11111110 | 101001 | 110 | 0 | 1010100 | 0 | 1000001 | 1100011 | 111010 |
Color Harmonies of #EEFE29
Complementary color
Monochromatic Colors of #EEFE29
Black with #EEFE29
Text Example
Text Example
White with #EEFE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE29; }
p { color: rgb(238,254,41); }
H1.HeaderClassName
{
color: #EEFE29;
}
.AnyTagClassName
{
color: #EEFE29;
}
</style>
background-color css
<style>
a { background-color: #EEFE29; }
a { background-color: rgb(238,254,41); }
div.DivClassName
{
background-color: #EEFE29;
}
.BgClassName
{
background-color: #EEFE29;
}
</style>
border-color css
<style>
span { border-color: #EEFE29; }
span { border-color: rgb(238,254,41); }
td.TdClassName
{
border-color: #EEFE29;
}
.TagClassName
{
border-color: #EEFE29;
}
</style>