Shades of Golden Fizz #EDFF2E
Tints of Golden Fizz #EDFF2E
RGB
CMYK
RGB Variations
Color information
#EDFF2E (or 0xEDFF2E) is known color: Golden Fizz. HEX triplet: ED, FF and 2E. RGB value is (237,255,46). Sum of RGB (Red+Green+Blue) = 237+255+46=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 46 (18.36% from 255 or 8.55% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF2E is #1200D1. Grayscale: #E2E2E2. Windows color (decimal): -1179858 or 3080173. OLE color: 3080173.
HSL color Cylindrical-coordinate representation of color #EDFF2E: hue angle of 65.17º 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 #EDFF2E is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 46 | - |
| CMYK | 0.07 | 0 | 0.82 | 0 |
| HSL | 65.17º | 1% | 0.59% | - |
| HSV(B) | 65.17º | 0.82% | 1% | - |
| XYZ | 71.18 | 89.72 | 16.15 | - |
| YUV | 225.79 | 26.54 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 46 | 0.07 | 0 | 0.82 | 0 | 65.17 | 1 | 0.59 |
| Hex | ED | FF | 2E | 7 | 0 | 52 | 0 | 41 | 64 | 3B |
| Octal | 355 | 377 | 56 | 7 | 0 | 122 | 0 | 101 | 144 | 73 |
| Binary | 11101101 | 11111111 | 101110 | 111 | 0 | 1010010 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #EDFF2E
Complementary color
Monochromatic Colors of #EDFF2E
Black with #EDFF2E
Text Example
Text Example
White with #EDFF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF2E; }
p { color: rgb(237,255,46); }
H1.HeaderClassName
{
color: #EDFF2E;
}
.AnyTagClassName
{
color: #EDFF2E;
}
</style>
background-color css
<style>
a { background-color: #EDFF2E; }
a { background-color: rgb(237,255,46); }
div.DivClassName
{
background-color: #EDFF2E;
}
.BgClassName
{
background-color: #EDFF2E;
}
</style>
border-color css
<style>
span { border-color: #EDFF2E; }
span { border-color: rgb(237,255,46); }
td.TdClassName
{
border-color: #EDFF2E;
}
.TagClassName
{
border-color: #EDFF2E;
}
</style>