Shades of Golden Fizz #EFFC2D
Tints of Golden Fizz #EFFC2D
RGB
CMYK
RGB Variations
Color information
#EFFC2D (or 0xEFFC2D) is known color: Golden Fizz. HEX triplet: EF, FC and 2D. RGB value is (239,252,45). Sum of RGB (Red+Green+Blue) = 239+252+45=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 45 (17.97% from 255 or 8.40% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC2D is #1003D2. Grayscale: #E1E1E1. Windows color (decimal): -1049555 or 3013871. OLE color: 3013871.
HSL color Cylindrical-coordinate representation of color #EFFC2D: hue angle of 63.77º 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 #EFFC2D is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 45 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.01 |
| HSL | 63.77º | 0.97% | 0.58% | - |
| HSV(B) | 63.77º | 0.82% | 0.99% | - |
| XYZ | 70.88 | 88.16 | 15.76 | - |
| YUV | 224.52 | 26.69 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 45 | 0.05 | 0 | 0.82 | 0.01 | 63.77 | 0.97 | 0.58 |
| Hex | EF | FC | 2D | 5 | 0 | 52 | 1 | 40 | 61 | 3A |
| Octal | 357 | 374 | 55 | 5 | 0 | 122 | 1 | 100 | 141 | 72 |
| Binary | 11101111 | 11111100 | 101101 | 101 | 0 | 1010010 | 1 | 1000000 | 1100001 | 111010 |
Color Harmonies of #EFFC2D
Complementary color
Monochromatic Colors of #EFFC2D
Black with #EFFC2D
Text Example
Text Example
White with #EFFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC2D; }
p { color: rgb(239,252,45); }
H1.HeaderClassName
{
color: #EFFC2D;
}
.AnyTagClassName
{
color: #EFFC2D;
}
</style>
background-color css
<style>
a { background-color: #EFFC2D; }
a { background-color: rgb(239,252,45); }
div.DivClassName
{
background-color: #EFFC2D;
}
.BgClassName
{
background-color: #EFFC2D;
}
</style>
border-color css
<style>
span { border-color: #EFFC2D; }
span { border-color: rgb(239,252,45); }
td.TdClassName
{
border-color: #EFFC2D;
}
.TagClassName
{
border-color: #EFFC2D;
}
</style>