Shades of Golden Fizz #EDFF31
Tints of Golden Fizz #EDFF31
RGB
CMYK
RGB Variations
Color information
#EDFF31 (or 0xEDFF31) is known color: Golden Fizz. HEX triplet: ED, FF and 31. RGB value is (237,255,49). Sum of RGB (Red+Green+Blue) = 237+255+49=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 49 (19.53% from 255 or 9.06% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF31 is #1200CE. Grayscale: #E2E2E2. Windows color (decimal): -1179855 or 3276781. OLE color: 3276781.
HSL color Cylindrical-coordinate representation of color #EDFF31: hue angle of 65.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDFF31 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 49 | - |
| CMYK | 0.07 | 0 | 0.81 | 0 |
| HSL | 65.24º | 1% | 0.6% | - |
| HSV(B) | 65.24º | 0.81% | 1% | - |
| XYZ | 71.24 | 89.75 | 16.47 | - |
| YUV | 226.13 | 28.04 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 49 | 0.07 | 0 | 0.81 | 0 | 65.24 | 1 | 0.6 |
| Hex | ED | FF | 31 | 7 | 0 | 51 | 0 | 41 | 64 | 3C |
| Octal | 355 | 377 | 61 | 7 | 0 | 121 | 0 | 101 | 144 | 74 |
| Binary | 11101101 | 11111111 | 110001 | 111 | 0 | 1010001 | 0 | 1000001 | 1100100 | 111100 |
Color Harmonies of #EDFF31
Complementary color
Monochromatic Colors of #EDFF31
Black with #EDFF31
Text Example
Text Example
White with #EDFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF31; }
p { color: rgb(237,255,49); }
H1.HeaderClassName
{
color: #EDFF31;
}
.AnyTagClassName
{
color: #EDFF31;
}
</style>
background-color css
<style>
a { background-color: #EDFF31; }
a { background-color: rgb(237,255,49); }
div.DivClassName
{
background-color: #EDFF31;
}
.BgClassName
{
background-color: #EDFF31;
}
</style>
border-color css
<style>
span { border-color: #EDFF31; }
span { border-color: rgb(237,255,49); }
td.TdClassName
{
border-color: #EDFF31;
}
.TagClassName
{
border-color: #EDFF31;
}
</style>