Shades of Golden Fizz #EDFF30
Tints of Golden Fizz #EDFF30
RGB
CMYK
RGB Variations
Color information
#EDFF30 (or 0xEDFF30) is known color: Golden Fizz. HEX triplet: ED, FF and 30. RGB value is (237,255,48). Sum of RGB (Red+Green+Blue) = 237+255+48=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 48 (19.14% from 255 or 8.89% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF30 is #1200CF. Grayscale: #E2E2E2. Windows color (decimal): -1179856 or 3211245. OLE color: 3211245.
HSL color Cylindrical-coordinate representation of color #EDFF30: hue angle of 65.22º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDFF30 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 48 | - |
| CMYK | 0.07 | 0 | 0.81 | 0 |
| HSL | 65.22º | 1% | 0.59% | - |
| HSV(B) | 65.22º | 0.81% | 1% | - |
| XYZ | 71.22 | 89.74 | 16.36 | - |
| YUV | 226.02 | 27.54 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 48 | 0.07 | 0 | 0.81 | 0 | 65.22 | 1 | 0.59 |
| Hex | ED | FF | 30 | 7 | 0 | 51 | 0 | 41 | 64 | 3B |
| Octal | 355 | 377 | 60 | 7 | 0 | 121 | 0 | 101 | 144 | 73 |
| Binary | 11101101 | 11111111 | 110000 | 111 | 0 | 1010001 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #EDFF30
Complementary color
Monochromatic Colors of #EDFF30
Black with #EDFF30
Text Example
Text Example
White with #EDFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF30; }
p { color: rgb(237,255,48); }
H1.HeaderClassName
{
color: #EDFF30;
}
.AnyTagClassName
{
color: #EDFF30;
}
</style>
background-color css
<style>
a { background-color: #EDFF30; }
a { background-color: rgb(237,255,48); }
div.DivClassName
{
background-color: #EDFF30;
}
.BgClassName
{
background-color: #EDFF30;
}
</style>
border-color css
<style>
span { border-color: #EDFF30; }
span { border-color: rgb(237,255,48); }
td.TdClassName
{
border-color: #EDFF30;
}
.TagClassName
{
border-color: #EDFF30;
}
</style>