Shades of Golden Fizz #EDFF2C
Tints of Golden Fizz #EDFF2C
RGB
CMYK
RGB Variations
Color information
#EDFF2C (or 0xEDFF2C) is known color: Golden Fizz. HEX triplet: ED, FF and 2C. RGB value is (237,255,44). Sum of RGB (Red+Green+Blue) = 237+255+44=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 44 (17.58% from 255 or 8.21% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF2C is #1200D3. Grayscale: #E2E2E2. Windows color (decimal): -1179860 or 2949101. OLE color: 2949101.
HSL color Cylindrical-coordinate representation of color #EDFF2C: hue angle of 65.12º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDFF2C is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 44 | - |
| CMYK | 0.07 | 0 | 0.83 | 0 |
| HSL | 65.12º | 1% | 0.59% | - |
| HSV(B) | 65.12º | 0.83% | 1% | - |
| XYZ | 71.14 | 89.71 | 15.95 | - |
| YUV | 225.56 | 25.54 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 44 | 0.07 | 0 | 0.83 | 0 | 65.12 | 1 | 0.59 |
| Hex | ED | FF | 2C | 7 | 0 | 53 | 0 | 41 | 64 | 3B |
| Octal | 355 | 377 | 54 | 7 | 0 | 123 | 0 | 101 | 144 | 73 |
| Binary | 11101101 | 11111111 | 101100 | 111 | 0 | 1010011 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #EDFF2C
Complementary color
Monochromatic Colors of #EDFF2C
Black with #EDFF2C
Text Example
Text Example
White with #EDFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF2C; }
p { color: rgb(237,255,44); }
H1.HeaderClassName
{
color: #EDFF2C;
}
.AnyTagClassName
{
color: #EDFF2C;
}
</style>
background-color css
<style>
a { background-color: #EDFF2C; }
a { background-color: rgb(237,255,44); }
div.DivClassName
{
background-color: #EDFF2C;
}
.BgClassName
{
background-color: #EDFF2C;
}
</style>
border-color css
<style>
span { border-color: #EDFF2C; }
span { border-color: rgb(237,255,44); }
td.TdClassName
{
border-color: #EDFF2C;
}
.TagClassName
{
border-color: #EDFF2C;
}
</style>