Shades of Golden Fizz #EDFF33
Tints of Golden Fizz #EDFF33
RGB
CMYK
RGB Variations
Color information
#EDFF33 (or 0xEDFF33) is known color: Golden Fizz. HEX triplet: ED, FF and 33. RGB value is (237,255,51). Sum of RGB (Red+Green+Blue) = 237+255+51=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 51 (20.31% from 255 or 9.39% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF33 is #1200CC. Grayscale: #E3E3E3. Windows color (decimal): -1179853 or 3407853. OLE color: 3407853.
HSL color Cylindrical-coordinate representation of color #EDFF33: hue angle of 65.29º 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 #EDFF33 is Cyan = 0.07, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 51 | - |
| CMYK | 0.07 | 0 | 0.8 | 0 |
| HSL | 65.29º | 1% | 0.6% | - |
| HSV(B) | 65.29º | 0.8% | 1% | - |
| XYZ | 71.28 | 89.76 | 16.7 | - |
| YUV | 226.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 51 | 0.07 | 0 | 0.8 | 0 | 65.29 | 1 | 0.6 |
| Hex | ED | FF | 33 | 7 | 0 | 50 | 0 | 41 | 64 | 3C |
| Octal | 355 | 377 | 63 | 7 | 0 | 120 | 0 | 101 | 144 | 74 |
| Binary | 11101101 | 11111111 | 110011 | 111 | 0 | 1010000 | 0 | 1000001 | 1100100 | 111100 |
Color Harmonies of #EDFF33
Complementary color
Monochromatic Colors of #EDFF33
Black with #EDFF33
Text Example
Text Example
White with #EDFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF33; }
p { color: rgb(237,255,51); }
H1.HeaderClassName
{
color: #EDFF33;
}
.AnyTagClassName
{
color: #EDFF33;
}
</style>
background-color css
<style>
a { background-color: #EDFF33; }
a { background-color: rgb(237,255,51); }
div.DivClassName
{
background-color: #EDFF33;
}
.BgClassName
{
background-color: #EDFF33;
}
</style>
border-color css
<style>
span { border-color: #EDFF33; }
span { border-color: rgb(237,255,51); }
td.TdClassName
{
border-color: #EDFF33;
}
.TagClassName
{
border-color: #EDFF33;
}
</style>