Shades of Golden Fizz #EEFF2C
Tints of Golden Fizz #EEFF2C
RGB
CMYK
RGB Variations
Color information
#EEFF2C (or 0xEEFF2C) is known color: Golden Fizz. HEX triplet: EE, FF and 2C. RGB value is (238,255,44). Sum of RGB (Red+Green+Blue) = 238+255+44=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 44 (17.58% from 255 or 8.19% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFF2C is #1100D3. Grayscale: #E2E2E2. Windows color (decimal): -1114324 or 2949102. OLE color: 2949102.
HSL color Cylindrical-coordinate representation of color #EEFF2C: hue angle of 64.83º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEFF2C is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 44 | - |
| CMYK | 0.07 | 0 | 0.83 | 0 |
| HSL | 64.83º | 1% | 0.59% | - |
| HSV(B) | 64.83º | 0.83% | 1% | - |
| XYZ | 71.47 | 89.88 | 15.96 | - |
| YUV | 225.86 | 25.37 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 44 | 0.07 | 0 | 0.83 | 0 | 64.83 | 1 | 0.59 |
| Hex | EE | FF | 2C | 7 | 0 | 53 | 0 | 41 | 64 | 3B |
| Octal | 356 | 377 | 54 | 7 | 0 | 123 | 0 | 101 | 144 | 73 |
| Binary | 11101110 | 11111111 | 101100 | 111 | 0 | 1010011 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #EEFF2C
Complementary color
Monochromatic Colors of #EEFF2C
Black with #EEFF2C
Text Example
Text Example
White with #EEFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF2C; }
p { color: rgb(238,255,44); }
H1.HeaderClassName
{
color: #EEFF2C;
}
.AnyTagClassName
{
color: #EEFF2C;
}
</style>
background-color css
<style>
a { background-color: #EEFF2C; }
a { background-color: rgb(238,255,44); }
div.DivClassName
{
background-color: #EEFF2C;
}
.BgClassName
{
background-color: #EEFF2C;
}
</style>
border-color css
<style>
span { border-color: #EEFF2C; }
span { border-color: rgb(238,255,44); }
td.TdClassName
{
border-color: #EEFF2C;
}
.TagClassName
{
border-color: #EEFF2C;
}
</style>