Shades of Golden Fizz #EDFE32
Tints of Golden Fizz #EDFE32
RGB
CMYK
RGB Variations
Color information
#EDFE32 (or 0xEDFE32) is known color: Golden Fizz. HEX triplet: ED, FE and 32. RGB value is (237,254,50). Sum of RGB (Red+Green+Blue) = 237+254+50=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 50 (19.92% from 255 or 9.24% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE32 is #1201CD. Grayscale: #E2E2E2. Windows color (decimal): -1180110 or 3342061. OLE color: 3342061.
HSL color Cylindrical-coordinate representation of color #EDFE32: hue angle of 65º 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 #EDFE32 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 50 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.00 |
| HSL | 65º | 0.99% | 0.6% | - |
| HSV(B) | 65º | 0.8% | 1% | - |
| XYZ | 70.94 | 89.12 | 16.48 | - |
| YUV | 225.66 | 28.87 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 50 | 0.07 | 0 | 0.80 | 0.00 | 65 | 0.99 | 0.6 |
| Hex | ED | FE | 32 | 7 | 0 | 50 | 0 | 41 | 63 | 3C |
| Octal | 355 | 376 | 62 | 7 | 0 | 120 | 0 | 101 | 143 | 74 |
| Binary | 11101101 | 11111110 | 110010 | 111 | 0 | 1010000 | 0 | 1000001 | 1100011 | 111100 |
Color Harmonies of #EDFE32
Complementary color
Monochromatic Colors of #EDFE32
Black with #EDFE32
Text Example
Text Example
White with #EDFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE32; }
p { color: rgb(237,254,50); }
H1.HeaderClassName
{
color: #EDFE32;
}
.AnyTagClassName
{
color: #EDFE32;
}
</style>
background-color css
<style>
a { background-color: #EDFE32; }
a { background-color: rgb(237,254,50); }
div.DivClassName
{
background-color: #EDFE32;
}
.BgClassName
{
background-color: #EDFE32;
}
</style>
border-color css
<style>
span { border-color: #EDFE32; }
span { border-color: rgb(237,254,50); }
td.TdClassName
{
border-color: #EDFE32;
}
.TagClassName
{
border-color: #EDFE32;
}
</style>