Shades of Golden Fizz #EDFE30
Tints of Golden Fizz #EDFE30
RGB
CMYK
RGB Variations
Color information
#EDFE30 (or 0xEDFE30) is known color: Golden Fizz. HEX triplet: ED, FE and 30. RGB value is (237,254,48). Sum of RGB (Red+Green+Blue) = 237+254+48=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 48 (19.14% from 255 or 8.91% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE30 is #1201CF. Grayscale: #E2E2E2. Windows color (decimal): -1180112 or 3210989. OLE color: 3210989.
HSL color Cylindrical-coordinate representation of color #EDFE30: hue angle of 64.95º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDFE30 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 48 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.00 |
| HSL | 64.95º | 0.99% | 0.59% | - |
| HSV(B) | 64.95º | 0.81% | 1% | - |
| XYZ | 70.9 | 89.1 | 16.26 | - |
| YUV | 225.43 | 27.87 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 48 | 0.07 | 0 | 0.81 | 0.00 | 64.95 | 0.99 | 0.59 |
| Hex | ED | FE | 30 | 7 | 0 | 51 | 0 | 41 | 63 | 3B |
| Octal | 355 | 376 | 60 | 7 | 0 | 121 | 0 | 101 | 143 | 73 |
| Binary | 11101101 | 11111110 | 110000 | 111 | 0 | 1010001 | 0 | 1000001 | 1100011 | 111011 |
Color Harmonies of #EDFE30
Complementary color
Monochromatic Colors of #EDFE30
Black with #EDFE30
Text Example
Text Example
White with #EDFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE30; }
p { color: rgb(237,254,48); }
H1.HeaderClassName
{
color: #EDFE30;
}
.AnyTagClassName
{
color: #EDFE30;
}
</style>
background-color css
<style>
a { background-color: #EDFE30; }
a { background-color: rgb(237,254,48); }
div.DivClassName
{
background-color: #EDFE30;
}
.BgClassName
{
background-color: #EDFE30;
}
</style>
border-color css
<style>
span { border-color: #EDFE30; }
span { border-color: rgb(237,254,48); }
td.TdClassName
{
border-color: #EDFE30;
}
.TagClassName
{
border-color: #EDFE30;
}
</style>