Shades of Golden Fizz #EDFF2D
Tints of Golden Fizz #EDFF2D
RGB
CMYK
RGB Variations
Color information
#EDFF2D (or 0xEDFF2D) is known color: Golden Fizz. HEX triplet: ED, FF and 2D. RGB value is (237,255,45). Sum of RGB (Red+Green+Blue) = 237+255+45=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 45 (17.97% from 255 or 8.38% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF2D is #1200D2. Grayscale: #E2E2E2. Windows color (decimal): -1179859 or 3014637. OLE color: 3014637.
HSL color Cylindrical-coordinate representation of color #EDFF2D: hue angle of 65.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDFF2D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 45 | - |
| CMYK | 0.07 | 0 | 0.82 | 0 |
| HSL | 65.14º | 1% | 0.59% | - |
| HSV(B) | 65.14º | 0.82% | 1% | - |
| XYZ | 71.16 | 89.71 | 16.05 | - |
| YUV | 225.68 | 26.04 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 45 | 0.07 | 0 | 0.82 | 0 | 65.14 | 1 | 0.59 |
| Hex | ED | FF | 2D | 7 | 0 | 52 | 0 | 41 | 64 | 3B |
| Octal | 355 | 377 | 55 | 7 | 0 | 122 | 0 | 101 | 144 | 73 |
| Binary | 11101101 | 11111111 | 101101 | 111 | 0 | 1010010 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #EDFF2D
Complementary color
Monochromatic Colors of #EDFF2D
Black with #EDFF2D
Text Example
Text Example
White with #EDFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF2D; }
p { color: rgb(237,255,45); }
H1.HeaderClassName
{
color: #EDFF2D;
}
.AnyTagClassName
{
color: #EDFF2D;
}
</style>
background-color css
<style>
a { background-color: #EDFF2D; }
a { background-color: rgb(237,255,45); }
div.DivClassName
{
background-color: #EDFF2D;
}
.BgClassName
{
background-color: #EDFF2D;
}
</style>
border-color css
<style>
span { border-color: #EDFF2D; }
span { border-color: rgb(237,255,45); }
td.TdClassName
{
border-color: #EDFF2D;
}
.TagClassName
{
border-color: #EDFF2D;
}
</style>