Shades of Golden Fizz #EDF539
Tints of Golden Fizz #EDF539
RGB
CMYK
RGB Variations
Color information
#EDF539 (or 0xEDF539) is known color: Golden Fizz. HEX triplet: ED, F5 and 39. RGB value is (237,245,57). Sum of RGB (Red+Green+Blue) = 237+245+57=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 57 (22.66% from 255 or 10.58% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF539 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF539 is #120AC6. Grayscale: #DDDDDD. Windows color (decimal): -1182407 or 3798509. OLE color: 3798509.
HSL color Cylindrical-coordinate representation of color #EDF539: hue angle of 62.55º degrees, saturation: 0.9, 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 #EDF539 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 57 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.04 |
| HSL | 62.55º | 0.9% | 0.59% | - |
| HSV(B) | 62.55º | 0.77% | 0.96% | - |
| XYZ | 68.32 | 83.6 | 16.41 | - |
| YUV | 221.18 | 35.35 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 57 | 0.03 | 0 | 0.77 | 0.04 | 62.55 | 0.9 | 0.59 |
| Hex | ED | F5 | 39 | 3 | 0 | 4D | 4 | 3F | 5A | 3B |
| Octal | 355 | 365 | 71 | 3 | 0 | 115 | 4 | 77 | 132 | 73 |
| Binary | 11101101 | 11110101 | 111001 | 11 | 0 | 1001101 | 100 | 111111 | 1011010 | 111011 |
Color Harmonies of #EDF539
Complementary color
Monochromatic Colors of #EDF539
Black with #EDF539
Text Example
Text Example
White with #EDF539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF539; }
p { color: rgb(237,245,57); }
H1.HeaderClassName
{
color: #EDF539;
}
.AnyTagClassName
{
color: #EDF539;
}
</style>
background-color css
<style>
a { background-color: #EDF539; }
a { background-color: rgb(237,245,57); }
div.DivClassName
{
background-color: #EDF539;
}
.BgClassName
{
background-color: #EDF539;
}
</style>
border-color css
<style>
span { border-color: #EDF539; }
span { border-color: rgb(237,245,57); }
td.TdClassName
{
border-color: #EDF539;
}
.TagClassName
{
border-color: #EDF539;
}
</style>