Shades of Golden Fizz #EDFE33
Tints of Golden Fizz #EDFE33
RGB
CMYK
RGB Variations
Color information
#EDFE33 (or 0xEDFE33) is known color: Golden Fizz. HEX triplet: ED, FE and 33. RGB value is (237,254,51). Sum of RGB (Red+Green+Blue) = 237+254+51=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 51 (20.31% from 255 or 9.41% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE33 is #1201CC. Grayscale: #E2E2E2. Windows color (decimal): -1180109 or 3407597. OLE color: 3407597.
HSL color Cylindrical-coordinate representation of color #EDFE33: hue angle of 65.02º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDFE33 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 51 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.00 |
| HSL | 65.02º | 0.99% | 0.6% | - |
| HSV(B) | 65.02º | 0.8% | 1% | - |
| XYZ | 70.96 | 89.13 | 16.6 | - |
| YUV | 225.78 | 29.37 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 51 | 0.07 | 0 | 0.80 | 0.00 | 65.02 | 0.99 | 0.6 |
| Hex | ED | FE | 33 | 7 | 0 | 50 | 0 | 41 | 63 | 3C |
| Octal | 355 | 376 | 63 | 7 | 0 | 120 | 0 | 101 | 143 | 74 |
| Binary | 11101101 | 11111110 | 110011 | 111 | 0 | 1010000 | 0 | 1000001 | 1100011 | 111100 |
Color Harmonies of #EDFE33
Complementary color
Monochromatic Colors of #EDFE33
Black with #EDFE33
Text Example
Text Example
White with #EDFE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE33; }
p { color: rgb(237,254,51); }
H1.HeaderClassName
{
color: #EDFE33;
}
.AnyTagClassName
{
color: #EDFE33;
}
</style>
background-color css
<style>
a { background-color: #EDFE33; }
a { background-color: rgb(237,254,51); }
div.DivClassName
{
background-color: #EDFE33;
}
.BgClassName
{
background-color: #EDFE33;
}
</style>
border-color css
<style>
span { border-color: #EDFE33; }
span { border-color: rgb(237,254,51); }
td.TdClassName
{
border-color: #EDFE33;
}
.TagClassName
{
border-color: #EDFE33;
}
</style>