Shades of Golden Fizz #EDF939
Tints of Golden Fizz #EDF939
RGB
CMYK
RGB Variations
Color information
#EDF939 (or 0xEDF939) is known color: Golden Fizz. HEX triplet: ED, F9 and 39. RGB value is (237,249,57). Sum of RGB (Red+Green+Blue) = 237+249+57=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 57 (22.66% from 255 or 10.50% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF939 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF939 is #1206C6. Grayscale: #E0E0E0. Windows color (decimal): -1181383 or 3799533. OLE color: 3799533.
HSL color Cylindrical-coordinate representation of color #EDF939: hue angle of 63.75º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDF939 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 57 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.02 |
| HSL | 63.75º | 0.94% | 0.6% | - |
| HSV(B) | 63.75º | 0.77% | 0.98% | - |
| XYZ | 69.54 | 86.05 | 16.82 | - |
| YUV | 223.52 | 34.02 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 57 | 0.05 | 0 | 0.77 | 0.02 | 63.75 | 0.94 | 0.6 |
| Hex | ED | F9 | 39 | 5 | 0 | 4D | 2 | 40 | 5E | 3C |
| Octal | 355 | 371 | 71 | 5 | 0 | 115 | 2 | 100 | 136 | 74 |
| Binary | 11101101 | 11111001 | 111001 | 101 | 0 | 1001101 | 10 | 1000000 | 1011110 | 111100 |
Color Harmonies of #EDF939
Complementary color
Monochromatic Colors of #EDF939
Black with #EDF939
Text Example
Text Example
White with #EDF939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF939; }
p { color: rgb(237,249,57); }
H1.HeaderClassName
{
color: #EDF939;
}
.AnyTagClassName
{
color: #EDF939;
}
</style>
background-color css
<style>
a { background-color: #EDF939; }
a { background-color: rgb(237,249,57); }
div.DivClassName
{
background-color: #EDF939;
}
.BgClassName
{
background-color: #EDF939;
}
</style>
border-color css
<style>
span { border-color: #EDF939; }
span { border-color: rgb(237,249,57); }
td.TdClassName
{
border-color: #EDF939;
}
.TagClassName
{
border-color: #EDF939;
}
</style>