Shades of Golden Fizz #EFFE31
Tints of Golden Fizz #EFFE31
RGB
CMYK
RGB Variations
Color information
#EFFE31 (or 0xEFFE31) is known color: Golden Fizz. HEX triplet: EF, FE and 31. RGB value is (239,254,49). Sum of RGB (Red+Green+Blue) = 239+254+49=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 49 (19.53% from 255 or 9.04% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFE31 is #1001CE. Grayscale: #E2E2E2. Windows color (decimal): -1049039 or 3276527. OLE color: 3276527.
HSL color Cylindrical-coordinate representation of color #EFFE31: hue angle of 64.39º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFFE31 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 49 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.00 |
| HSL | 64.39º | 0.99% | 0.59% | - |
| HSV(B) | 64.39º | 0.81% | 1% | - |
| XYZ | 71.59 | 89.46 | 16.4 | - |
| YUV | 226.15 | 28.03 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 49 | 0.06 | 0 | 0.81 | 0.00 | 64.39 | 0.99 | 0.59 |
| Hex | EF | FE | 31 | 6 | 0 | 51 | 0 | 40 | 63 | 3B |
| Octal | 357 | 376 | 61 | 6 | 0 | 121 | 0 | 100 | 143 | 73 |
| Binary | 11101111 | 11111110 | 110001 | 110 | 0 | 1010001 | 0 | 1000000 | 1100011 | 111011 |
Color Harmonies of #EFFE31
Complementary color
Monochromatic Colors of #EFFE31
Black with #EFFE31
Text Example
Text Example
White with #EFFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE31; }
p { color: rgb(239,254,49); }
H1.HeaderClassName
{
color: #EFFE31;
}
.AnyTagClassName
{
color: #EFFE31;
}
</style>
background-color css
<style>
a { background-color: #EFFE31; }
a { background-color: rgb(239,254,49); }
div.DivClassName
{
background-color: #EFFE31;
}
.BgClassName
{
background-color: #EFFE31;
}
</style>
border-color css
<style>
span { border-color: #EFFE31; }
span { border-color: rgb(239,254,49); }
td.TdClassName
{
border-color: #EFFE31;
}
.TagClassName
{
border-color: #EFFE31;
}
</style>