Shades of Golden Fizz #EFFB2D
Tints of Golden Fizz #EFFB2D
RGB
CMYK
RGB Variations
Color information
#EFFB2D (or 0xEFFB2D) is known color: Golden Fizz. HEX triplet: EF, FB and 2D. RGB value is (239,251,45). Sum of RGB (Red+Green+Blue) = 239+251+45=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 45 (17.97% from 255 or 8.41% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFB2D is #1004D2. Grayscale: #E0E0E0. Windows color (decimal): -1049811 or 3013615. OLE color: 3013615.
HSL color Cylindrical-coordinate representation of color #EFFB2D: hue angle of 63.5º degrees, saturation: 0.96, 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 #EFFB2D is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 45 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.02 |
| HSL | 63.5º | 0.96% | 0.58% | - |
| HSV(B) | 63.5º | 0.82% | 0.98% | - |
| XYZ | 70.57 | 87.53 | 15.66 | - |
| YUV | 223.93 | 27.02 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 45 | 0.05 | 0 | 0.82 | 0.02 | 63.5 | 0.96 | 0.58 |
| Hex | EF | FB | 2D | 5 | 0 | 52 | 2 | 3F | 60 | 3A |
| Octal | 357 | 373 | 55 | 5 | 0 | 122 | 2 | 77 | 140 | 72 |
| Binary | 11101111 | 11111011 | 101101 | 101 | 0 | 1010010 | 10 | 111111 | 1100000 | 111010 |
Color Harmonies of #EFFB2D
Complementary color
Monochromatic Colors of #EFFB2D
Black with #EFFB2D
Text Example
Text Example
White with #EFFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFB2D; }
p { color: rgb(239,251,45); }
H1.HeaderClassName
{
color: #EFFB2D;
}
.AnyTagClassName
{
color: #EFFB2D;
}
</style>
background-color css
<style>
a { background-color: #EFFB2D; }
a { background-color: rgb(239,251,45); }
div.DivClassName
{
background-color: #EFFB2D;
}
.BgClassName
{
background-color: #EFFB2D;
}
</style>
border-color css
<style>
span { border-color: #EFFB2D; }
span { border-color: rgb(239,251,45); }
td.TdClassName
{
border-color: #EFFB2D;
}
.TagClassName
{
border-color: #EFFB2D;
}
</style>