Shades of Golden Fizz #EDF428
Tints of Golden Fizz #EDF428
RGB
CMYK
RGB Variations
Color information
#EDF428 (or 0xEDF428) is known color: Golden Fizz. HEX triplet: ED, F4 and 28. RGB value is (237,244,40). Sum of RGB (Red+Green+Blue) = 237+244+40=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 40 (16.02% from 255 or 7.68% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF428 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF428 is #120BD7. Grayscale: #DBDBDB. Windows color (decimal): -1182680 or 2684141. OLE color: 2684141.
HSL color Cylindrical-coordinate representation of color #EDF428: hue angle of 62.06º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDF428 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 40 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.04 |
| HSL | 62.06º | 0.9% | 0.56% | - |
| HSV(B) | 62.06º | 0.84% | 0.96% | - |
| XYZ | 67.66 | 82.86 | 14.43 | - |
| YUV | 218.65 | 27.18 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 40 | 0.03 | 0 | 0.84 | 0.04 | 62.06 | 0.9 | 0.56 |
| Hex | ED | F4 | 28 | 3 | 0 | 54 | 4 | 3E | 5A | 38 |
| Octal | 355 | 364 | 50 | 3 | 0 | 124 | 4 | 76 | 132 | 70 |
| Binary | 11101101 | 11110100 | 101000 | 11 | 0 | 1010100 | 100 | 111110 | 1011010 | 111000 |
Color Harmonies of #EDF428
Complementary color
Monochromatic Colors of #EDF428
Black with #EDF428
Text Example
Text Example
White with #EDF428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF428; }
p { color: rgb(237,244,40); }
H1.HeaderClassName
{
color: #EDF428;
}
.AnyTagClassName
{
color: #EDF428;
}
</style>
background-color css
<style>
a { background-color: #EDF428; }
a { background-color: rgb(237,244,40); }
div.DivClassName
{
background-color: #EDF428;
}
.BgClassName
{
background-color: #EDF428;
}
</style>
border-color css
<style>
span { border-color: #EDF428; }
span { border-color: rgb(237,244,40); }
td.TdClassName
{
border-color: #EDF428;
}
.TagClassName
{
border-color: #EDF428;
}
</style>