Shades of Golden Fizz #EEFA2C
Tints of Golden Fizz #EEFA2C
RGB
CMYK
RGB Variations
Color information
#EEFA2C (or 0xEEFA2C) is known color: Golden Fizz. HEX triplet: EE, FA and 2C. RGB value is (238,250,44). Sum of RGB (Red+Green+Blue) = 238+250+44=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 44 (17.58% from 255 or 8.27% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEFA2C is #1105D3. Grayscale: #DFDFDF. Windows color (decimal): -1115604 or 2947822. OLE color: 2947822.
HSL color Cylindrical-coordinate representation of color #EEFA2C: hue angle of 63.5º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEFA2C is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 44 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.02 |
| HSL | 63.5º | 0.95% | 0.58% | - |
| HSV(B) | 63.5º | 0.82% | 0.98% | - |
| XYZ | 69.9 | 86.73 | 15.44 | - |
| YUV | 222.93 | 27.02 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 44 | 0.05 | 0 | 0.82 | 0.02 | 63.5 | 0.95 | 0.58 |
| Hex | EE | FA | 2C | 5 | 0 | 52 | 2 | 3F | 5F | 3A |
| Octal | 356 | 372 | 54 | 5 | 0 | 122 | 2 | 77 | 137 | 72 |
| Binary | 11101110 | 11111010 | 101100 | 101 | 0 | 1010010 | 10 | 111111 | 1011111 | 111010 |
Color Harmonies of #EEFA2C
Complementary color
Monochromatic Colors of #EEFA2C
Black with #EEFA2C
Text Example
Text Example
White with #EEFA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFA2C; }
p { color: rgb(238,250,44); }
H1.HeaderClassName
{
color: #EEFA2C;
}
.AnyTagClassName
{
color: #EEFA2C;
}
</style>
background-color css
<style>
a { background-color: #EEFA2C; }
a { background-color: rgb(238,250,44); }
div.DivClassName
{
background-color: #EEFA2C;
}
.BgClassName
{
background-color: #EEFA2C;
}
</style>
border-color css
<style>
span { border-color: #EEFA2C; }
span { border-color: rgb(238,250,44); }
td.TdClassName
{
border-color: #EEFA2C;
}
.TagClassName
{
border-color: #EEFA2C;
}
</style>