Shades of Golden Fizz #EFFE32
Tints of Golden Fizz #EFFE32
RGB
CMYK
RGB Variations
Color information
#EFFE32 (or 0xEFFE32) is known color: Golden Fizz. HEX triplet: EF, FE and 32. RGB value is (239,254,50). Sum of RGB (Red+Green+Blue) = 239+254+50=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 50 (19.92% from 255 or 9.21% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFE32 is #1001CD. Grayscale: #E3E3E3. Windows color (decimal): -1049038 or 3342063. OLE color: 3342063.
HSL color Cylindrical-coordinate representation of color #EFFE32: hue angle of 64.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFFE32 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 50 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.00 |
| HSL | 64.41º | 0.99% | 0.6% | - |
| HSV(B) | 64.41º | 0.8% | 1% | - |
| XYZ | 71.61 | 89.46 | 16.51 | - |
| YUV | 226.26 | 28.53 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 50 | 0.06 | 0 | 0.80 | 0.00 | 64.41 | 0.99 | 0.6 |
| Hex | EF | FE | 32 | 6 | 0 | 50 | 0 | 40 | 63 | 3C |
| Octal | 357 | 376 | 62 | 6 | 0 | 120 | 0 | 100 | 143 | 74 |
| Binary | 11101111 | 11111110 | 110010 | 110 | 0 | 1010000 | 0 | 1000000 | 1100011 | 111100 |
Color Harmonies of #EFFE32
Complementary color
Monochromatic Colors of #EFFE32
Black with #EFFE32
Text Example
Text Example
White with #EFFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE32; }
p { color: rgb(239,254,50); }
H1.HeaderClassName
{
color: #EFFE32;
}
.AnyTagClassName
{
color: #EFFE32;
}
</style>
background-color css
<style>
a { background-color: #EFFE32; }
a { background-color: rgb(239,254,50); }
div.DivClassName
{
background-color: #EFFE32;
}
.BgClassName
{
background-color: #EFFE32;
}
</style>
border-color css
<style>
span { border-color: #EFFE32; }
span { border-color: rgb(239,254,50); }
td.TdClassName
{
border-color: #EFFE32;
}
.TagClassName
{
border-color: #EFFE32;
}
</style>