Shades of Golden Fizz #EDF92E
Tints of Golden Fizz #EDF92E
RGB
CMYK
RGB Variations
Color information
#EDF92E (or 0xEDF92E) is known color: Golden Fizz. HEX triplet: ED, F9 and 2E. RGB value is (237,249,46). Sum of RGB (Red+Green+Blue) = 237+249+46=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 46 (18.36% from 255 or 8.65% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF92E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF92E is #1206D1. Grayscale: #DFDFDF. Windows color (decimal): -1181394 or 3078637. OLE color: 3078637.
HSL color Cylindrical-coordinate representation of color #EDF92E: hue angle of 63.55º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDF92E is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 46 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.02 |
| HSL | 63.55º | 0.94% | 0.58% | - |
| HSV(B) | 63.55º | 0.82% | 0.98% | - |
| XYZ | 69.29 | 85.95 | 15.52 | - |
| YUV | 222.27 | 28.52 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 46 | 0.05 | 0 | 0.82 | 0.02 | 63.55 | 0.94 | 0.58 |
| Hex | ED | F9 | 2E | 5 | 0 | 52 | 2 | 40 | 5E | 3A |
| Octal | 355 | 371 | 56 | 5 | 0 | 122 | 2 | 100 | 136 | 72 |
| Binary | 11101101 | 11111001 | 101110 | 101 | 0 | 1010010 | 10 | 1000000 | 1011110 | 111010 |
Color Harmonies of #EDF92E
Complementary color
Monochromatic Colors of #EDF92E
Black with #EDF92E
Text Example
Text Example
White with #EDF92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF92E; }
p { color: rgb(237,249,46); }
H1.HeaderClassName
{
color: #EDF92E;
}
.AnyTagClassName
{
color: #EDF92E;
}
</style>
background-color css
<style>
a { background-color: #EDF92E; }
a { background-color: rgb(237,249,46); }
div.DivClassName
{
background-color: #EDF92E;
}
.BgClassName
{
background-color: #EDF92E;
}
</style>
border-color css
<style>
span { border-color: #EDF92E; }
span { border-color: rgb(237,249,46); }
td.TdClassName
{
border-color: #EDF92E;
}
.TagClassName
{
border-color: #EDF92E;
}
</style>