Shades of Golden Fizz #EDF425
Tints of Golden Fizz #EDF425
RGB
CMYK
RGB Variations
Color information
#EDF425 (or 0xEDF425) is known color: Golden Fizz. HEX triplet: ED, F4 and 25. RGB value is (237,244,37). Sum of RGB (Red+Green+Blue) = 237+244+37=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 37 (14.84% from 255 or 7.14% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF425 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF425 is #120BDA. Grayscale: #DBDBDB. Windows color (decimal): -1182683 or 2487533. OLE color: 2487533.
HSL color Cylindrical-coordinate representation of color #EDF425: hue angle of 62.03º degrees, saturation: 0.9, 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 #EDF425 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 37 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.04 |
| HSL | 62.03º | 0.9% | 0.55% | - |
| HSV(B) | 62.03º | 0.85% | 0.96% | - |
| XYZ | 67.61 | 82.84 | 14.18 | - |
| YUV | 218.31 | 25.68 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 37 | 0.03 | 0 | 0.85 | 0.04 | 62.03 | 0.9 | 0.55 |
| Hex | ED | F4 | 25 | 3 | 0 | 55 | 4 | 3E | 5A | 37 |
| Octal | 355 | 364 | 45 | 3 | 0 | 125 | 4 | 76 | 132 | 67 |
| Binary | 11101101 | 11110100 | 100101 | 11 | 0 | 1010101 | 100 | 111110 | 1011010 | 110111 |
Color Harmonies of #EDF425
Complementary color
Monochromatic Colors of #EDF425
Black with #EDF425
Text Example
Text Example
White with #EDF425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF425; }
p { color: rgb(237,244,37); }
H1.HeaderClassName
{
color: #EDF425;
}
.AnyTagClassName
{
color: #EDF425;
}
</style>
background-color css
<style>
a { background-color: #EDF425; }
a { background-color: rgb(237,244,37); }
div.DivClassName
{
background-color: #EDF425;
}
.BgClassName
{
background-color: #EDF425;
}
</style>
border-color css
<style>
span { border-color: #EDF425; }
span { border-color: rgb(237,244,37); }
td.TdClassName
{
border-color: #EDF425;
}
.TagClassName
{
border-color: #EDF425;
}
</style>