Shades of Golden Fizz #EDF925
Tints of Golden Fizz #EDF925
RGB
CMYK
RGB Variations
Color information
#EDF925 (or 0xEDF925) is known color: Golden Fizz. HEX triplet: ED, F9 and 25. RGB value is (237,249,37). Sum of RGB (Red+Green+Blue) = 237+249+37=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 37 (14.84% from 255 or 7.07% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF925 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF925 is #1206DA. Grayscale: #DEDEDE. Windows color (decimal): -1181403 or 2488813. OLE color: 2488813.
HSL color Cylindrical-coordinate representation of color #EDF925: hue angle of 63.4º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDF925 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 37 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.02 |
| HSL | 63.4º | 0.95% | 0.56% | - |
| HSV(B) | 63.4º | 0.85% | 0.98% | - |
| XYZ | 69.13 | 85.89 | 14.68 | - |
| YUV | 221.24 | 24.02 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 37 | 0.05 | 0 | 0.85 | 0.02 | 63.4 | 0.95 | 0.56 |
| Hex | ED | F9 | 25 | 5 | 0 | 55 | 2 | 3F | 5F | 38 |
| Octal | 355 | 371 | 45 | 5 | 0 | 125 | 2 | 77 | 137 | 70 |
| Binary | 11101101 | 11111001 | 100101 | 101 | 0 | 1010101 | 10 | 111111 | 1011111 | 111000 |
Color Harmonies of #EDF925
Complementary color
Monochromatic Colors of #EDF925
Black with #EDF925
Text Example
Text Example
White with #EDF925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF925; }
p { color: rgb(237,249,37); }
H1.HeaderClassName
{
color: #EDF925;
}
.AnyTagClassName
{
color: #EDF925;
}
</style>
background-color css
<style>
a { background-color: #EDF925; }
a { background-color: rgb(237,249,37); }
div.DivClassName
{
background-color: #EDF925;
}
.BgClassName
{
background-color: #EDF925;
}
</style>
border-color css
<style>
span { border-color: #EDF925; }
span { border-color: rgb(237,249,37); }
td.TdClassName
{
border-color: #EDF925;
}
.TagClassName
{
border-color: #EDF925;
}
</style>