Shades of Golden Fizz #EDF128
Tints of Golden Fizz #EDF128
RGB
CMYK
RGB Variations
Color information
#EDF128 (or 0xEDF128) is known color: Golden Fizz. HEX triplet: ED, F1 and 28. RGB value is (237,241,40). Sum of RGB (Red+Green+Blue) = 237+241+40=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 40 (16.02% from 255 or 7.72% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF128 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF128 is #120ED7. Grayscale: #D9D9D9. Windows color (decimal): -1183448 or 2683373. OLE color: 2683373.
HSL color Cylindrical-coordinate representation of color #EDF128: hue angle of 61.19º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDF128 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 40 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.05 |
| HSL | 61.19º | 0.88% | 0.55% | - |
| HSV(B) | 61.19º | 0.83% | 0.95% | - |
| XYZ | 66.76 | 81.07 | 14.14 | - |
| YUV | 216.89 | 28.17 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 40 | 0.02 | 0 | 0.83 | 0.05 | 61.19 | 0.88 | 0.55 |
| Hex | ED | F1 | 28 | 2 | 0 | 53 | 5 | 3D | 58 | 37 |
| Octal | 355 | 361 | 50 | 2 | 0 | 123 | 5 | 75 | 130 | 67 |
| Binary | 11101101 | 11110001 | 101000 | 10 | 0 | 1010011 | 101 | 111101 | 1011000 | 110111 |
Color Harmonies of #EDF128
Complementary color
Monochromatic Colors of #EDF128
Black with #EDF128
Text Example
Text Example
White with #EDF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF128; }
p { color: rgb(237,241,40); }
H1.HeaderClassName
{
color: #EDF128;
}
.AnyTagClassName
{
color: #EDF128;
}
</style>
background-color css
<style>
a { background-color: #EDF128; }
a { background-color: rgb(237,241,40); }
div.DivClassName
{
background-color: #EDF128;
}
.BgClassName
{
background-color: #EDF128;
}
</style>
border-color css
<style>
span { border-color: #EDF128; }
span { border-color: rgb(237,241,40); }
td.TdClassName
{
border-color: #EDF128;
}
.TagClassName
{
border-color: #EDF128;
}
</style>