Shades of Golden Fizz #EDF439
Tints of Golden Fizz #EDF439
RGB
CMYK
RGB Variations
Color information
#EDF439 (or 0xEDF439) is known color: Golden Fizz. HEX triplet: ED, F4 and 39. RGB value is (237,244,57). Sum of RGB (Red+Green+Blue) = 237+244+57=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 57 (22.66% from 255 or 10.59% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF439 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF439 is #120BC6. Grayscale: #DDDDDD. Windows color (decimal): -1182663 or 3798253. OLE color: 3798253.
HSL color Cylindrical-coordinate representation of color #EDF439: hue angle of 62.25º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDF439 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 57 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.04 |
| HSL | 62.25º | 0.89% | 0.59% | - |
| HSV(B) | 62.25º | 0.77% | 0.96% | - |
| XYZ | 68.01 | 83 | 16.31 | - |
| YUV | 220.59 | 35.68 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 57 | 0.03 | 0 | 0.77 | 0.04 | 62.25 | 0.89 | 0.59 |
| Hex | ED | F4 | 39 | 3 | 0 | 4D | 4 | 3E | 59 | 3B |
| Octal | 355 | 364 | 71 | 3 | 0 | 115 | 4 | 76 | 131 | 73 |
| Binary | 11101101 | 11110100 | 111001 | 11 | 0 | 1001101 | 100 | 111110 | 1011001 | 111011 |
Color Harmonies of #EDF439
Complementary color
Monochromatic Colors of #EDF439
Black with #EDF439
Text Example
Text Example
White with #EDF439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF439; }
p { color: rgb(237,244,57); }
H1.HeaderClassName
{
color: #EDF439;
}
.AnyTagClassName
{
color: #EDF439;
}
</style>
background-color css
<style>
a { background-color: #EDF439; }
a { background-color: rgb(237,244,57); }
div.DivClassName
{
background-color: #EDF439;
}
.BgClassName
{
background-color: #EDF439;
}
</style>
border-color css
<style>
span { border-color: #EDF439; }
span { border-color: rgb(237,244,57); }
td.TdClassName
{
border-color: #EDF439;
}
.TagClassName
{
border-color: #EDF439;
}
</style>