Shades of Golden Fizz #EDF62D
Tints of Golden Fizz #EDF62D
RGB
CMYK
RGB Variations
Color information
#EDF62D (or 0xEDF62D) is known color: Golden Fizz. HEX triplet: ED, F6 and 2D. RGB value is (237,246,45). Sum of RGB (Red+Green+Blue) = 237+246+45=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 45 (17.97% from 255 or 8.52% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF62D is #1209D2. Grayscale: #DDDDDD. Windows color (decimal): -1182163 or 3012333. OLE color: 3012333.
HSL color Cylindrical-coordinate representation of color #EDF62D: hue angle of 62.69º degrees, saturation: 0.92, 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 #EDF62D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.04 |
| HSL | 62.69º | 0.92% | 0.57% | - |
| HSV(B) | 62.69º | 0.82% | 0.96% | - |
| XYZ | 68.35 | 84.11 | 15.11 | - |
| YUV | 220.4 | 29.02 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 45 | 0.04 | 0 | 0.82 | 0.04 | 62.69 | 0.92 | 0.57 |
| Hex | ED | F6 | 2D | 4 | 0 | 52 | 4 | 3F | 5C | 39 |
| Octal | 355 | 366 | 55 | 4 | 0 | 122 | 4 | 77 | 134 | 71 |
| Binary | 11101101 | 11110110 | 101101 | 100 | 0 | 1010010 | 100 | 111111 | 1011100 | 111001 |
Color Harmonies of #EDF62D
Complementary color
Monochromatic Colors of #EDF62D
Black with #EDF62D
Text Example
Text Example
White with #EDF62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF62D; }
p { color: rgb(237,246,45); }
H1.HeaderClassName
{
color: #EDF62D;
}
.AnyTagClassName
{
color: #EDF62D;
}
</style>
background-color css
<style>
a { background-color: #EDF62D; }
a { background-color: rgb(237,246,45); }
div.DivClassName
{
background-color: #EDF62D;
}
.BgClassName
{
background-color: #EDF62D;
}
</style>
border-color css
<style>
span { border-color: #EDF62D; }
span { border-color: rgb(237,246,45); }
td.TdClassName
{
border-color: #EDF62D;
}
.TagClassName
{
border-color: #EDF62D;
}
</style>