Shades of Golden Fizz #EDF525
Tints of Golden Fizz #EDF525
RGB
CMYK
RGB Variations
Color information
#EDF525 (or 0xEDF525) is known color: Golden Fizz. HEX triplet: ED, F5 and 25. RGB value is (237,245,37). Sum of RGB (Red+Green+Blue) = 237+245+37=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 37 (14.84% from 255 or 7.13% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF525 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF525 is #120ADA. Grayscale: #DBDBDB. Windows color (decimal): -1182427 or 2487789. OLE color: 2487789.
HSL color Cylindrical-coordinate representation of color #EDF525: hue angle of 62.31º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDF525 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 37 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.04 |
| HSL | 62.31º | 0.91% | 0.55% | - |
| HSV(B) | 62.31º | 0.85% | 0.96% | - |
| XYZ | 67.91 | 83.44 | 14.28 | - |
| YUV | 218.9 | 25.35 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 37 | 0.03 | 0 | 0.85 | 0.04 | 62.31 | 0.91 | 0.55 |
| Hex | ED | F5 | 25 | 3 | 0 | 55 | 4 | 3E | 5B | 37 |
| Octal | 355 | 365 | 45 | 3 | 0 | 125 | 4 | 76 | 133 | 67 |
| Binary | 11101101 | 11110101 | 100101 | 11 | 0 | 1010101 | 100 | 111110 | 1011011 | 110111 |
Color Harmonies of #EDF525
Complementary color
Monochromatic Colors of #EDF525
Black with #EDF525
Text Example
Text Example
White with #EDF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF525; }
p { color: rgb(237,245,37); }
H1.HeaderClassName
{
color: #EDF525;
}
.AnyTagClassName
{
color: #EDF525;
}
</style>
background-color css
<style>
a { background-color: #EDF525; }
a { background-color: rgb(237,245,37); }
div.DivClassName
{
background-color: #EDF525;
}
.BgClassName
{
background-color: #EDF525;
}
</style>
border-color css
<style>
span { border-color: #EDF525; }
span { border-color: rgb(237,245,37); }
td.TdClassName
{
border-color: #EDF525;
}
.TagClassName
{
border-color: #EDF525;
}
</style>