Shades of Golden Fizz #EDF52E
Tints of Golden Fizz #EDF52E
RGB
CMYK
RGB Variations
Color information
#EDF52E (or 0xEDF52E) is known color: Golden Fizz. HEX triplet: ED, F5 and 2E. RGB value is (237,245,46). Sum of RGB (Red+Green+Blue) = 237+245+46=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 46 (18.36% from 255 or 8.71% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF52E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF52E is #120AD1. Grayscale: #DCDCDC. Windows color (decimal): -1182418 or 3077613. OLE color: 3077613.
HSL color Cylindrical-coordinate representation of color #EDF52E: hue angle of 62.41º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDF52E is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 46 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.04 |
| HSL | 62.41º | 0.91% | 0.57% | - |
| HSV(B) | 62.41º | 0.81% | 0.96% | - |
| XYZ | 68.07 | 83.51 | 15.12 | - |
| YUV | 219.92 | 29.85 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 46 | 0.03 | 0 | 0.81 | 0.04 | 62.41 | 0.91 | 0.57 |
| Hex | ED | F5 | 2E | 3 | 0 | 51 | 4 | 3E | 5B | 39 |
| Octal | 355 | 365 | 56 | 3 | 0 | 121 | 4 | 76 | 133 | 71 |
| Binary | 11101101 | 11110101 | 101110 | 11 | 0 | 1010001 | 100 | 111110 | 1011011 | 111001 |
Color Harmonies of #EDF52E
Complementary color
Monochromatic Colors of #EDF52E
Black with #EDF52E
Text Example
Text Example
White with #EDF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF52E; }
p { color: rgb(237,245,46); }
H1.HeaderClassName
{
color: #EDF52E;
}
.AnyTagClassName
{
color: #EDF52E;
}
</style>
background-color css
<style>
a { background-color: #EDF52E; }
a { background-color: rgb(237,245,46); }
div.DivClassName
{
background-color: #EDF52E;
}
.BgClassName
{
background-color: #EDF52E;
}
</style>
border-color css
<style>
span { border-color: #EDF52E; }
span { border-color: rgb(237,245,46); }
td.TdClassName
{
border-color: #EDF52E;
}
.TagClassName
{
border-color: #EDF52E;
}
</style>