Shades of Golden Fizz #EEFD2C
Tints of Golden Fizz #EEFD2C
RGB
CMYK
RGB Variations
Color information
#EEFD2C (or 0xEEFD2C) is known color: Golden Fizz. HEX triplet: EE, FD and 2C. RGB value is (238,253,44). Sum of RGB (Red+Green+Blue) = 238+253+44=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 44 (17.58% from 255 or 8.22% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFD2C is #1102D3. Grayscale: #E1E1E1. Windows color (decimal): -1114836 or 2948590. OLE color: 2948590.
HSL color Cylindrical-coordinate representation of color #EEFD2C: hue angle of 64.31º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEFD2C is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 253 | 44 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.01 |
| HSL | 64.31º | 0.98% | 0.58% | - |
| HSV(B) | 64.31º | 0.83% | 0.99% | - |
| XYZ | 70.84 | 88.61 | 15.75 | - |
| YUV | 224.69 | 26.03 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 253 | 44 | 0.06 | 0 | 0.83 | 0.01 | 64.31 | 0.98 | 0.58 |
| Hex | EE | FD | 2C | 6 | 0 | 53 | 1 | 40 | 62 | 3A |
| Octal | 356 | 375 | 54 | 6 | 0 | 123 | 1 | 100 | 142 | 72 |
| Binary | 11101110 | 11111101 | 101100 | 110 | 0 | 1010011 | 1 | 1000000 | 1100010 | 111010 |
Color Harmonies of #EEFD2C
Complementary color
Monochromatic Colors of #EEFD2C
Black with #EEFD2C
Text Example
Text Example
White with #EEFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFD2C; }
p { color: rgb(238,253,44); }
H1.HeaderClassName
{
color: #EEFD2C;
}
.AnyTagClassName
{
color: #EEFD2C;
}
</style>
background-color css
<style>
a { background-color: #EEFD2C; }
a { background-color: rgb(238,253,44); }
div.DivClassName
{
background-color: #EEFD2C;
}
.BgClassName
{
background-color: #EEFD2C;
}
</style>
border-color css
<style>
span { border-color: #EEFD2C; }
span { border-color: rgb(238,253,44); }
td.TdClassName
{
border-color: #EEFD2C;
}
.TagClassName
{
border-color: #EEFD2C;
}
</style>