Shades of Golden Fizz #EDFE31
Tints of Golden Fizz #EDFE31
RGB
CMYK
RGB Variations
Color information
#EDFE31 (or 0xEDFE31) is known color: Golden Fizz. HEX triplet: ED, FE and 31. RGB value is (237,254,49). Sum of RGB (Red+Green+Blue) = 237+254+49=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 49 (19.53% from 255 or 9.07% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE31 is #1201CE. Grayscale: #E2E2E2. Windows color (decimal): -1180111 or 3276525. OLE color: 3276525.
HSL color Cylindrical-coordinate representation of color #EDFE31: hue angle of 64.98º 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 #EDFE31 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 49 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.00 |
| HSL | 64.98º | 0.99% | 0.59% | - |
| HSV(B) | 64.98º | 0.81% | 1% | - |
| XYZ | 70.92 | 89.11 | 16.37 | - |
| YUV | 225.55 | 28.37 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 49 | 0.07 | 0 | 0.81 | 0.00 | 64.98 | 0.99 | 0.59 |
| Hex | ED | FE | 31 | 7 | 0 | 51 | 0 | 41 | 63 | 3B |
| Octal | 355 | 376 | 61 | 7 | 0 | 121 | 0 | 101 | 143 | 73 |
| Binary | 11101101 | 11111110 | 110001 | 111 | 0 | 1010001 | 0 | 1000001 | 1100011 | 111011 |
Color Harmonies of #EDFE31
Complementary color
Monochromatic Colors of #EDFE31
Black with #EDFE31
Text Example
Text Example
White with #EDFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE31; }
p { color: rgb(237,254,49); }
H1.HeaderClassName
{
color: #EDFE31;
}
.AnyTagClassName
{
color: #EDFE31;
}
</style>
background-color css
<style>
a { background-color: #EDFE31; }
a { background-color: rgb(237,254,49); }
div.DivClassName
{
background-color: #EDFE31;
}
.BgClassName
{
background-color: #EDFE31;
}
</style>
border-color css
<style>
span { border-color: #EDFE31; }
span { border-color: rgb(237,254,49); }
td.TdClassName
{
border-color: #EDFE31;
}
.TagClassName
{
border-color: #EDFE31;
}
</style>