Shades of Golden Fizz #EDF936
Tints of Golden Fizz #EDF936
RGB
CMYK
RGB Variations
Color information
#EDF936 (or 0xEDF936) is known color: Golden Fizz. HEX triplet: ED, F9 and 36. RGB value is (237,249,54). Sum of RGB (Red+Green+Blue) = 237+249+54=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 54 (21.48% from 255 or 10% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF936 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF936 is #1206C9. Grayscale: #DFDFDF. Windows color (decimal): -1181386 or 3602925. OLE color: 3602925.
HSL color Cylindrical-coordinate representation of color #EDF936: hue angle of 63.69º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDF936 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 54 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.02 |
| HSL | 63.69º | 0.94% | 0.59% | - |
| HSV(B) | 63.69º | 0.78% | 0.98% | - |
| XYZ | 69.47 | 86.02 | 16.43 | - |
| YUV | 223.18 | 32.52 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 54 | 0.05 | 0 | 0.78 | 0.02 | 63.69 | 0.94 | 0.59 |
| Hex | ED | F9 | 36 | 5 | 0 | 4E | 2 | 40 | 5E | 3B |
| Octal | 355 | 371 | 66 | 5 | 0 | 116 | 2 | 100 | 136 | 73 |
| Binary | 11101101 | 11111001 | 110110 | 101 | 0 | 1001110 | 10 | 1000000 | 1011110 | 111011 |
Color Harmonies of #EDF936
Complementary color
Monochromatic Colors of #EDF936
Black with #EDF936
Text Example
Text Example
White with #EDF936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF936; }
p { color: rgb(237,249,54); }
H1.HeaderClassName
{
color: #EDF936;
}
.AnyTagClassName
{
color: #EDF936;
}
</style>
background-color css
<style>
a { background-color: #EDF936; }
a { background-color: rgb(237,249,54); }
div.DivClassName
{
background-color: #EDF936;
}
.BgClassName
{
background-color: #EDF936;
}
</style>
border-color css
<style>
span { border-color: #EDF936; }
span { border-color: rgb(237,249,54); }
td.TdClassName
{
border-color: #EDF936;
}
.TagClassName
{
border-color: #EDF936;
}
</style>