Shades of Golden Fizz #EEFE2F
Tints of Golden Fizz #EEFE2F
RGB
CMYK
RGB Variations
Color information
#EEFE2F (or 0xEEFE2F) is known color: Golden Fizz. HEX triplet: EE, FE and 2F. RGB value is (238,254,47). Sum of RGB (Red+Green+Blue) = 238+254+47=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 47 (18.75% from 255 or 8.72% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFE2F is #1101D0. Grayscale: #E2E2E2. Windows color (decimal): -1114577 or 3145454. OLE color: 3145454.
HSL color Cylindrical-coordinate representation of color #EEFE2F: hue angle of 64.64º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEFE2F is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 254 | 47 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.00 |
| HSL | 64.64º | 0.99% | 0.59% | - |
| HSV(B) | 64.64º | 0.81% | 1% | - |
| XYZ | 71.21 | 89.27 | 16.17 | - |
| YUV | 225.62 | 27.2 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 254 | 47 | 0.06 | 0 | 0.81 | 0.00 | 64.64 | 0.99 | 0.59 |
| Hex | EE | FE | 2F | 6 | 0 | 51 | 0 | 41 | 63 | 3B |
| Octal | 356 | 376 | 57 | 6 | 0 | 121 | 0 | 101 | 143 | 73 |
| Binary | 11101110 | 11111110 | 101111 | 110 | 0 | 1010001 | 0 | 1000001 | 1100011 | 111011 |
Color Harmonies of #EEFE2F
Complementary color
Monochromatic Colors of #EEFE2F
Black with #EEFE2F
Text Example
Text Example
White with #EEFE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFE2F; }
p { color: rgb(238,254,47); }
H1.HeaderClassName
{
color: #EEFE2F;
}
.AnyTagClassName
{
color: #EEFE2F;
}
</style>
background-color css
<style>
a { background-color: #EEFE2F; }
a { background-color: rgb(238,254,47); }
div.DivClassName
{
background-color: #EEFE2F;
}
.BgClassName
{
background-color: #EEFE2F;
}
</style>
border-color css
<style>
span { border-color: #EEFE2F; }
span { border-color: rgb(238,254,47); }
td.TdClassName
{
border-color: #EEFE2F;
}
.TagClassName
{
border-color: #EEFE2F;
}
</style>