Shades of Golden Fizz #EDFB32
Tints of Golden Fizz #EDFB32
RGB
CMYK
RGB Variations
Color information
#EDFB32 (or 0xEDFB32) is known color: Golden Fizz. HEX triplet: ED, FB and 32. RGB value is (237,251,50). Sum of RGB (Red+Green+Blue) = 237+251+50=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 50 (19.92% from 255 or 9.29% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB32 is #1204CD. Grayscale: #E0E0E0. Windows color (decimal): -1180878 or 3341293. OLE color: 3341293.
HSL color Cylindrical-coordinate representation of color #EDFB32: hue angle of 64.18º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDFB32 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 50 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.02 |
| HSL | 64.18º | 0.96% | 0.59% | - |
| HSV(B) | 64.18º | 0.8% | 0.98% | - |
| XYZ | 70 | 87.23 | 16.17 | - |
| YUV | 223.9 | 29.86 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 50 | 0.06 | 0 | 0.80 | 0.02 | 64.18 | 0.96 | 0.59 |
| Hex | ED | FB | 32 | 6 | 0 | 50 | 2 | 40 | 60 | 3B |
| Octal | 355 | 373 | 62 | 6 | 0 | 120 | 2 | 100 | 140 | 73 |
| Binary | 11101101 | 11111011 | 110010 | 110 | 0 | 1010000 | 10 | 1000000 | 1100000 | 111011 |
Color Harmonies of #EDFB32
Complementary color
Monochromatic Colors of #EDFB32
Black with #EDFB32
Text Example
Text Example
White with #EDFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB32; }
p { color: rgb(237,251,50); }
H1.HeaderClassName
{
color: #EDFB32;
}
.AnyTagClassName
{
color: #EDFB32;
}
</style>
background-color css
<style>
a { background-color: #EDFB32; }
a { background-color: rgb(237,251,50); }
div.DivClassName
{
background-color: #EDFB32;
}
.BgClassName
{
background-color: #EDFB32;
}
</style>
border-color css
<style>
span { border-color: #EDFB32; }
span { border-color: rgb(237,251,50); }
td.TdClassName
{
border-color: #EDFB32;
}
.TagClassName
{
border-color: #EDFB32;
}
</style>