Shades of Golden Fizz #EDF124
Tints of Golden Fizz #EDF124
RGB
CMYK
RGB Variations
Color information
#EDF124 (or 0xEDF124) is known color: Golden Fizz. HEX triplet: ED, F1 and 24. RGB value is (237,241,36). Sum of RGB (Red+Green+Blue) = 237+241+36=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 36 (14.45% from 255 or 7.00% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF124 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF124 is #120EDB. Grayscale: #D9D9D9. Windows color (decimal): -1183452 or 2421229. OLE color: 2421229.
HSL color Cylindrical-coordinate representation of color #EDF124: hue angle of 61.17º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDF124 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 36 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.05 |
| HSL | 61.17º | 0.88% | 0.54% | - |
| HSV(B) | 61.17º | 0.85% | 0.95% | - |
| XYZ | 66.7 | 81.04 | 13.8 | - |
| YUV | 216.43 | 26.17 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 36 | 0.02 | 0 | 0.85 | 0.05 | 61.17 | 0.88 | 0.54 |
| Hex | ED | F1 | 24 | 2 | 0 | 55 | 5 | 3D | 58 | 36 |
| Octal | 355 | 361 | 44 | 2 | 0 | 125 | 5 | 75 | 130 | 66 |
| Binary | 11101101 | 11110001 | 100100 | 10 | 0 | 1010101 | 101 | 111101 | 1011000 | 110110 |
Color Harmonies of #EDF124
Complementary color
Monochromatic Colors of #EDF124
Black with #EDF124
Text Example
Text Example
White with #EDF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF124; }
p { color: rgb(237,241,36); }
H1.HeaderClassName
{
color: #EDF124;
}
.AnyTagClassName
{
color: #EDF124;
}
</style>
background-color css
<style>
a { background-color: #EDF124; }
a { background-color: rgb(237,241,36); }
div.DivClassName
{
background-color: #EDF124;
}
.BgClassName
{
background-color: #EDF124;
}
</style>
border-color css
<style>
span { border-color: #EDF124; }
span { border-color: rgb(237,241,36); }
td.TdClassName
{
border-color: #EDF124;
}
.TagClassName
{
border-color: #EDF124;
}
</style>