Shades of Golden Fizz #EDF52D
Tints of Golden Fizz #EDF52D
RGB
CMYK
RGB Variations
Color information
#EDF52D (or 0xEDF52D) is known color: Golden Fizz. HEX triplet: ED, F5 and 2D. RGB value is (237,245,45). Sum of RGB (Red+Green+Blue) = 237+245+45=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 45 (17.97% from 255 or 8.54% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF52D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF52D is #120AD2. Grayscale: #DCDCDC. Windows color (decimal): -1182419 or 3012077. OLE color: 3012077.
HSL color Cylindrical-coordinate representation of color #EDF52D: hue angle of 62.4º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDF52D is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 45 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.04 |
| HSL | 62.4º | 0.91% | 0.57% | - |
| HSV(B) | 62.4º | 0.82% | 0.96% | - |
| XYZ | 68.05 | 83.5 | 15.01 | - |
| YUV | 219.81 | 29.35 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 45 | 0.03 | 0 | 0.82 | 0.04 | 62.4 | 0.91 | 0.57 |
| Hex | ED | F5 | 2D | 3 | 0 | 52 | 4 | 3E | 5B | 39 |
| Octal | 355 | 365 | 55 | 3 | 0 | 122 | 4 | 76 | 133 | 71 |
| Binary | 11101101 | 11110101 | 101101 | 11 | 0 | 1010010 | 100 | 111110 | 1011011 | 111001 |
Color Harmonies of #EDF52D
Complementary color
Monochromatic Colors of #EDF52D
Black with #EDF52D
Text Example
Text Example
White with #EDF52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF52D; }
p { color: rgb(237,245,45); }
H1.HeaderClassName
{
color: #EDF52D;
}
.AnyTagClassName
{
color: #EDF52D;
}
</style>
background-color css
<style>
a { background-color: #EDF52D; }
a { background-color: rgb(237,245,45); }
div.DivClassName
{
background-color: #EDF52D;
}
.BgClassName
{
background-color: #EDF52D;
}
</style>
border-color css
<style>
span { border-color: #EDF52D; }
span { border-color: rgb(237,245,45); }
td.TdClassName
{
border-color: #EDF52D;
}
.TagClassName
{
border-color: #EDF52D;
}
</style>