Shades of Golden Fizz #EEFE2C
Tints of Golden Fizz #EEFE2C
RGB
CMYK
RGB Variations
Color information
#EEFE2C (or 0xEEFE2C) is known color: Golden Fizz. HEX triplet: EE, FE and 2C. RGB value is (238,254,44). Sum of RGB (Red+Green+Blue) = 238+254+44=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 44 (17.58% from 255 or 8.21% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE2C is #1101D3. Grayscale: #E2E2E2. Windows color (decimal): -1114580 or 2948846. OLE color: 2948846.
HSL color Cylindrical-coordinate representation of color #EEFE2C: hue angle of 64.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEFE2C is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 44 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.00 |
| HSL | 64.57º | 0.99% | 0.58% | - |
| HSV(B) | 64.57º | 0.83% | 1% | - |
| XYZ | 71.16 | 89.24 | 15.86 | - |
| YUV | 225.28 | 25.7 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 44 | 0.06 | 0 | 0.83 | 0.00 | 64.57 | 0.99 | 0.58 |
| Hex | EE | FE | 2C | 6 | 0 | 53 | 0 | 41 | 63 | 3A |
| Octal | 356 | 376 | 54 | 6 | 0 | 123 | 0 | 101 | 143 | 72 |
| Binary | 11101110 | 11111110 | 101100 | 110 | 0 | 1010011 | 0 | 1000001 | 1100011 | 111010 |
Color Harmonies of #EEFE2C
Complementary color
Monochromatic Colors of #EEFE2C
Black with #EEFE2C
Text Example
Text Example
White with #EEFE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE2C; }
p { color: rgb(238,254,44); }
H1.HeaderClassName
{
color: #EEFE2C;
}
.AnyTagClassName
{
color: #EEFE2C;
}
</style>
background-color css
<style>
a { background-color: #EEFE2C; }
a { background-color: rgb(238,254,44); }
div.DivClassName
{
background-color: #EEFE2C;
}
.BgClassName
{
background-color: #EEFE2C;
}
</style>
border-color css
<style>
span { border-color: #EEFE2C; }
span { border-color: rgb(238,254,44); }
td.TdClassName
{
border-color: #EEFE2C;
}
.TagClassName
{
border-color: #EEFE2C;
}
</style>