Shades of Golden Fizz #EFFA2D
Tints of Golden Fizz #EFFA2D
RGB
CMYK
RGB Variations
Color information
#EFFA2D (or 0xEFFA2D) is known color: Golden Fizz. HEX triplet: EF, FA and 2D. RGB value is (239,250,45). Sum of RGB (Red+Green+Blue) = 239+250+45=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 45 (17.97% from 255 or 8.43% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFA2D is #1005D2. Grayscale: #E0E0E0. Windows color (decimal): -1050067 or 3013359. OLE color: 3013359.
HSL color Cylindrical-coordinate representation of color #EFFA2D: hue angle of 63.22º 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 #EFFA2D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.02 |
| HSL | 63.22º | 0.95% | 0.58% | - |
| HSV(B) | 63.22º | 0.82% | 0.98% | - |
| XYZ | 70.26 | 86.91 | 15.56 | - |
| YUV | 223.34 | 27.36 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 45 | 0.04 | 0 | 0.82 | 0.02 | 63.22 | 0.95 | 0.58 |
| Hex | EF | FA | 2D | 4 | 0 | 52 | 2 | 3F | 5F | 3A |
| Octal | 357 | 372 | 55 | 4 | 0 | 122 | 2 | 77 | 137 | 72 |
| Binary | 11101111 | 11111010 | 101101 | 100 | 0 | 1010010 | 10 | 111111 | 1011111 | 111010 |
Color Harmonies of #EFFA2D
Complementary color
Monochromatic Colors of #EFFA2D
Black with #EFFA2D
Text Example
Text Example
White with #EFFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFA2D; }
p { color: rgb(239,250,45); }
H1.HeaderClassName
{
color: #EFFA2D;
}
.AnyTagClassName
{
color: #EFFA2D;
}
</style>
background-color css
<style>
a { background-color: #EFFA2D; }
a { background-color: rgb(239,250,45); }
div.DivClassName
{
background-color: #EFFA2D;
}
.BgClassName
{
background-color: #EFFA2D;
}
</style>
border-color css
<style>
span { border-color: #EFFA2D; }
span { border-color: rgb(239,250,45); }
td.TdClassName
{
border-color: #EFFA2D;
}
.TagClassName
{
border-color: #EFFA2D;
}
</style>