Shades of Golden Fizz #EDF225
Tints of Golden Fizz #EDF225
RGB
CMYK
RGB Variations
Color information
#EDF225 (or 0xEDF225) is known color: Golden Fizz. HEX triplet: ED, F2 and 25. RGB value is (237,242,37). Sum of RGB (Red+Green+Blue) = 237+242+37=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 37 (14.84% from 255 or 7.17% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF225 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF225 is #120DDA. Grayscale: #D9D9D9. Windows color (decimal): -1183195 or 2487021. OLE color: 2487021.
HSL color Cylindrical-coordinate representation of color #EDF225: hue angle of 61.46º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDF225 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 37 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.05 |
| HSL | 61.46º | 0.89% | 0.55% | - |
| HSV(B) | 61.46º | 0.85% | 0.95% | - |
| XYZ | 67.01 | 81.64 | 13.98 | - |
| YUV | 217.14 | 26.34 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 37 | 0.02 | 0 | 0.85 | 0.05 | 61.46 | 0.89 | 0.55 |
| Hex | ED | F2 | 25 | 2 | 0 | 55 | 5 | 3D | 59 | 37 |
| Octal | 355 | 362 | 45 | 2 | 0 | 125 | 5 | 75 | 131 | 67 |
| Binary | 11101101 | 11110010 | 100101 | 10 | 0 | 1010101 | 101 | 111101 | 1011001 | 110111 |
Color Harmonies of #EDF225
Complementary color
Monochromatic Colors of #EDF225
Black with #EDF225
Text Example
Text Example
White with #EDF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF225; }
p { color: rgb(237,242,37); }
H1.HeaderClassName
{
color: #EDF225;
}
.AnyTagClassName
{
color: #EDF225;
}
</style>
background-color css
<style>
a { background-color: #EDF225; }
a { background-color: rgb(237,242,37); }
div.DivClassName
{
background-color: #EDF225;
}
.BgClassName
{
background-color: #EDF225;
}
</style>
border-color css
<style>
span { border-color: #EDF225; }
span { border-color: rgb(237,242,37); }
td.TdClassName
{
border-color: #EDF225;
}
.TagClassName
{
border-color: #EDF225;
}
</style>