Shades of Golden Fizz #EEFC2D
Tints of Golden Fizz #EEFC2D
RGB
CMYK
RGB Variations
Color information
#EEFC2D (or 0xEEFC2D) is known color: Golden Fizz. HEX triplet: EE, FC and 2D. RGB value is (238,252,45). Sum of RGB (Red+Green+Blue) = 238+252+45=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 45 (17.97% from 255 or 8.41% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFC2D is #1103D2. Grayscale: #E1E1E1. Windows color (decimal): -1115091 or 3013870. OLE color: 3013870.
HSL color Cylindrical-coordinate representation of color #EEFC2D: hue angle of 64.06º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEFC2D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 252 | 45 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.01 |
| HSL | 64.06º | 0.97% | 0.58% | - |
| HSV(B) | 64.06º | 0.82% | 0.99% | - |
| XYZ | 70.54 | 87.99 | 15.75 | - |
| YUV | 224.22 | 26.86 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 252 | 45 | 0.06 | 0 | 0.82 | 0.01 | 64.06 | 0.97 | 0.58 |
| Hex | EE | FC | 2D | 6 | 0 | 52 | 1 | 40 | 61 | 3A |
| Octal | 356 | 374 | 55 | 6 | 0 | 122 | 1 | 100 | 141 | 72 |
| Binary | 11101110 | 11111100 | 101101 | 110 | 0 | 1010010 | 1 | 1000000 | 1100001 | 111010 |
Color Harmonies of #EEFC2D
Complementary color
Monochromatic Colors of #EEFC2D
Black with #EEFC2D
Text Example
Text Example
White with #EEFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFC2D; }
p { color: rgb(238,252,45); }
H1.HeaderClassName
{
color: #EEFC2D;
}
.AnyTagClassName
{
color: #EEFC2D;
}
</style>
background-color css
<style>
a { background-color: #EEFC2D; }
a { background-color: rgb(238,252,45); }
div.DivClassName
{
background-color: #EEFC2D;
}
.BgClassName
{
background-color: #EEFC2D;
}
</style>
border-color css
<style>
span { border-color: #EEFC2D; }
span { border-color: rgb(238,252,45); }
td.TdClassName
{
border-color: #EEFC2D;
}
.TagClassName
{
border-color: #EEFC2D;
}
</style>