Shades of Golden Fizz #EDFF32
Tints of Golden Fizz #EDFF32
RGB
CMYK
RGB Variations
Color information
#EDFF32 (or 0xEDFF32) is known color: Golden Fizz. HEX triplet: ED, FF and 32. RGB value is (237,255,50). Sum of RGB (Red+Green+Blue) = 237+255+50=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 50 (19.92% from 255 or 9.23% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF32 is #1200CD. Grayscale: #E3E3E3. Windows color (decimal): -1179854 or 3342317. OLE color: 3342317.
HSL color Cylindrical-coordinate representation of color #EDFF32: hue angle of 65.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDFF32 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 50 | - |
| CMYK | 0.07 | 0 | 0.80 | 0 |
| HSL | 65.27º | 1% | 0.6% | - |
| HSV(B) | 65.27º | 0.8% | 1% | - |
| XYZ | 71.26 | 89.75 | 16.59 | - |
| YUV | 226.25 | 28.54 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 50 | 0.07 | 0 | 0.80 | 0 | 65.27 | 1 | 0.6 |
| Hex | ED | FF | 32 | 7 | 0 | 50 | 0 | 41 | 64 | 3C |
| Octal | 355 | 377 | 62 | 7 | 0 | 120 | 0 | 101 | 144 | 74 |
| Binary | 11101101 | 11111111 | 110010 | 111 | 0 | 1010000 | 0 | 1000001 | 1100100 | 111100 |
Color Harmonies of #EDFF32
Complementary color
Monochromatic Colors of #EDFF32
Black with #EDFF32
Text Example
Text Example
White with #EDFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF32; }
p { color: rgb(237,255,50); }
H1.HeaderClassName
{
color: #EDFF32;
}
.AnyTagClassName
{
color: #EDFF32;
}
</style>
background-color css
<style>
a { background-color: #EDFF32; }
a { background-color: rgb(237,255,50); }
div.DivClassName
{
background-color: #EDFF32;
}
.BgClassName
{
background-color: #EDFF32;
}
</style>
border-color css
<style>
span { border-color: #EDFF32; }
span { border-color: rgb(237,255,50); }
td.TdClassName
{
border-color: #EDFF32;
}
.TagClassName
{
border-color: #EDFF32;
}
</style>