Shades of Golden Fizz #EFFD2D
Tints of Golden Fizz #EFFD2D
RGB
CMYK
RGB Variations
Color information
#EFFD2D (or 0xEFFD2D) is known color: Golden Fizz. HEX triplet: EF, FD and 2D. RGB value is (239,253,45). Sum of RGB (Red+Green+Blue) = 239+253+45=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 45 (17.97% from 255 or 8.38% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFD2D is #1002D2. Grayscale: #E1E1E1. Windows color (decimal): -1049299 or 3014127. OLE color: 3014127.
HSL color Cylindrical-coordinate representation of color #EFFD2D: hue angle of 64.04º degrees, saturation: 0.98, 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 #EFFD2D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 45 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.01 |
| HSL | 64.04º | 0.98% | 0.58% | - |
| HSV(B) | 64.04º | 0.82% | 0.99% | - |
| XYZ | 71.2 | 88.79 | 15.87 | - |
| YUV | 225.1 | 26.36 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 45 | 0.06 | 0 | 0.82 | 0.01 | 64.04 | 0.98 | 0.58 |
| Hex | EF | FD | 2D | 6 | 0 | 52 | 1 | 40 | 62 | 3A |
| Octal | 357 | 375 | 55 | 6 | 0 | 122 | 1 | 100 | 142 | 72 |
| Binary | 11101111 | 11111101 | 101101 | 110 | 0 | 1010010 | 1 | 1000000 | 1100010 | 111010 |
Color Harmonies of #EFFD2D
Complementary color
Monochromatic Colors of #EFFD2D
Black with #EFFD2D
Text Example
Text Example
White with #EFFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD2D; }
p { color: rgb(239,253,45); }
H1.HeaderClassName
{
color: #EFFD2D;
}
.AnyTagClassName
{
color: #EFFD2D;
}
</style>
background-color css
<style>
a { background-color: #EFFD2D; }
a { background-color: rgb(239,253,45); }
div.DivClassName
{
background-color: #EFFD2D;
}
.BgClassName
{
background-color: #EFFD2D;
}
</style>
border-color css
<style>
span { border-color: #EFFD2D; }
span { border-color: rgb(239,253,45); }
td.TdClassName
{
border-color: #EFFD2D;
}
.TagClassName
{
border-color: #EFFD2D;
}
</style>