Shades of Golden Fizz #EDF126
Tints of Golden Fizz #EDF126
RGB
CMYK
RGB Variations
Color information
#EDF126 (or 0xEDF126) is known color: Golden Fizz. HEX triplet: ED, F1 and 26. RGB value is (237,241,38). Sum of RGB (Red+Green+Blue) = 237+241+38=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 38 (15.23% from 255 or 7.36% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF126 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF126 is #120ED9. Grayscale: #D9D9D9. Windows color (decimal): -1183450 or 2552301. OLE color: 2552301.
HSL color Cylindrical-coordinate representation of color #EDF126: hue angle of 61.18º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDF126 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 38 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.05 |
| HSL | 61.18º | 0.88% | 0.55% | - |
| HSV(B) | 61.18º | 0.84% | 0.95% | - |
| XYZ | 66.73 | 81.06 | 13.96 | - |
| YUV | 216.66 | 27.17 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 38 | 0.02 | 0 | 0.84 | 0.05 | 61.18 | 0.88 | 0.55 |
| Hex | ED | F1 | 26 | 2 | 0 | 54 | 5 | 3D | 58 | 37 |
| Octal | 355 | 361 | 46 | 2 | 0 | 124 | 5 | 75 | 130 | 67 |
| Binary | 11101101 | 11110001 | 100110 | 10 | 0 | 1010100 | 101 | 111101 | 1011000 | 110111 |
Color Harmonies of #EDF126
Complementary color
Monochromatic Colors of #EDF126
Black with #EDF126
Text Example
Text Example
White with #EDF126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF126; }
p { color: rgb(237,241,38); }
H1.HeaderClassName
{
color: #EDF126;
}
.AnyTagClassName
{
color: #EDF126;
}
</style>
background-color css
<style>
a { background-color: #EDF126; }
a { background-color: rgb(237,241,38); }
div.DivClassName
{
background-color: #EDF126;
}
.BgClassName
{
background-color: #EDF126;
}
</style>
border-color css
<style>
span { border-color: #EDF126; }
span { border-color: rgb(237,241,38); }
td.TdClassName
{
border-color: #EDF126;
}
.TagClassName
{
border-color: #EDF126;
}
</style>