Shades of Golden Fizz #EDFD32
Tints of Golden Fizz #EDFD32
RGB
CMYK
RGB Variations
Color information
#EDFD32 (or 0xEDFD32) is known color: Golden Fizz. HEX triplet: ED, FD and 32. RGB value is (237,253,50). Sum of RGB (Red+Green+Blue) = 237+253+50=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 50 (19.92% from 255 or 9.26% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFD32 is #1202CD. Grayscale: #E1E1E1. Windows color (decimal): -1180366 or 3341805. OLE color: 3341805.
HSL color Cylindrical-coordinate representation of color #EDFD32: hue angle of 64.73º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDFD32 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 253 | 50 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.01 |
| HSL | 64.73º | 0.98% | 0.59% | - |
| HSV(B) | 64.73º | 0.8% | 0.99% | - |
| XYZ | 70.63 | 88.49 | 16.37 | - |
| YUV | 225.07 | 29.2 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 253 | 50 | 0.06 | 0 | 0.80 | 0.01 | 64.73 | 0.98 | 0.59 |
| Hex | ED | FD | 32 | 6 | 0 | 50 | 1 | 41 | 62 | 3B |
| Octal | 355 | 375 | 62 | 6 | 0 | 120 | 1 | 101 | 142 | 73 |
| Binary | 11101101 | 11111101 | 110010 | 110 | 0 | 1010000 | 1 | 1000001 | 1100010 | 111011 |
Color Harmonies of #EDFD32
Complementary color
Monochromatic Colors of #EDFD32
Black with #EDFD32
Text Example
Text Example
White with #EDFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFD32; }
p { color: rgb(237,253,50); }
H1.HeaderClassName
{
color: #EDFD32;
}
.AnyTagClassName
{
color: #EDFD32;
}
</style>
background-color css
<style>
a { background-color: #EDFD32; }
a { background-color: rgb(237,253,50); }
div.DivClassName
{
background-color: #EDFD32;
}
.BgClassName
{
background-color: #EDFD32;
}
</style>
border-color css
<style>
span { border-color: #EDFD32; }
span { border-color: rgb(237,253,50); }
td.TdClassName
{
border-color: #EDFD32;
}
.TagClassName
{
border-color: #EDFD32;
}
</style>