Shades of Golden Fizz #EDF92F
Tints of Golden Fizz #EDF92F
RGB
CMYK
RGB Variations
Color information
#EDF92F (or 0xEDF92F) is known color: Golden Fizz. HEX triplet: ED, F9 and 2F. RGB value is (237,249,47). Sum of RGB (Red+Green+Blue) = 237+249+47=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 47 (18.75% from 255 or 8.82% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF92F is #1206D0. Grayscale: #DFDFDF. Windows color (decimal): -1181393 or 3144173. OLE color: 3144173.
HSL color Cylindrical-coordinate representation of color #EDF92F: hue angle of 63.56º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDF92F is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 47 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.02 |
| HSL | 63.56º | 0.94% | 0.58% | - |
| HSV(B) | 63.56º | 0.81% | 0.98% | - |
| XYZ | 69.31 | 85.96 | 15.63 | - |
| YUV | 222.38 | 29.02 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 47 | 0.05 | 0 | 0.81 | 0.02 | 63.56 | 0.94 | 0.58 |
| Hex | ED | F9 | 2F | 5 | 0 | 51 | 2 | 40 | 5E | 3A |
| Octal | 355 | 371 | 57 | 5 | 0 | 121 | 2 | 100 | 136 | 72 |
| Binary | 11101101 | 11111001 | 101111 | 101 | 0 | 1010001 | 10 | 1000000 | 1011110 | 111010 |
Color Harmonies of #EDF92F
Complementary color
Monochromatic Colors of #EDF92F
Black with #EDF92F
Text Example
Text Example
White with #EDF92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF92F; }
p { color: rgb(237,249,47); }
H1.HeaderClassName
{
color: #EDF92F;
}
.AnyTagClassName
{
color: #EDF92F;
}
</style>
background-color css
<style>
a { background-color: #EDF92F; }
a { background-color: rgb(237,249,47); }
div.DivClassName
{
background-color: #EDF92F;
}
.BgClassName
{
background-color: #EDF92F;
}
</style>
border-color css
<style>
span { border-color: #EDF92F; }
span { border-color: rgb(237,249,47); }
td.TdClassName
{
border-color: #EDF92F;
}
.TagClassName
{
border-color: #EDF92F;
}
</style>