Shades of Golden Fizz #EFFD2B
Tints of Golden Fizz #EFFD2B
RGB
CMYK
RGB Variations
Color information
#EFFD2B (or 0xEFFD2B) is known color: Golden Fizz. HEX triplet: EF, FD and 2B. RGB value is (239,253,43). Sum of RGB (Red+Green+Blue) = 239+253+43=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 43 (17.19% from 255 or 8.04% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFD2B is #1002D4. Grayscale: #E1E1E1. Windows color (decimal): -1049301 or 2883055. OLE color: 2883055.
HSL color Cylindrical-coordinate representation of color #EFFD2B: hue angle of 64º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFFD2B is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 43 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.01 |
| HSL | 64º | 0.98% | 0.58% | - |
| HSV(B) | 64º | 0.83% | 0.99% | - |
| XYZ | 71.16 | 88.78 | 15.67 | - |
| YUV | 224.87 | 25.36 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 43 | 0.06 | 0 | 0.83 | 0.01 | 64 | 0.98 | 0.58 |
| Hex | EF | FD | 2B | 6 | 0 | 53 | 1 | 40 | 62 | 3A |
| Octal | 357 | 375 | 53 | 6 | 0 | 123 | 1 | 100 | 142 | 72 |
| Binary | 11101111 | 11111101 | 101011 | 110 | 0 | 1010011 | 1 | 1000000 | 1100010 | 111010 |
Color Harmonies of #EFFD2B
Complementary color
Monochromatic Colors of #EFFD2B
Black with #EFFD2B
Text Example
Text Example
White with #EFFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD2B; }
p { color: rgb(239,253,43); }
H1.HeaderClassName
{
color: #EFFD2B;
}
.AnyTagClassName
{
color: #EFFD2B;
}
</style>
background-color css
<style>
a { background-color: #EFFD2B; }
a { background-color: rgb(239,253,43); }
div.DivClassName
{
background-color: #EFFD2B;
}
.BgClassName
{
background-color: #EFFD2B;
}
</style>
border-color css
<style>
span { border-color: #EFFD2B; }
span { border-color: rgb(239,253,43); }
td.TdClassName
{
border-color: #EFFD2B;
}
.TagClassName
{
border-color: #EFFD2B;
}
</style>