Shades of Golden Fizz #EDF623
Tints of Golden Fizz #EDF623
RGB
CMYK
RGB Variations
Color information
#EDF623 (or 0xEDF623) is known color: Golden Fizz. HEX triplet: ED, F6 and 23. RGB value is (237,246,35). Sum of RGB (Red+Green+Blue) = 237+246+35=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 35 (14.06% from 255 or 6.76% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF623 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF623 is #1209DC. Grayscale: #DCDCDC. Windows color (decimal): -1182173 or 2356973. OLE color: 2356973.
HSL color Cylindrical-coordinate representation of color #EDF623: hue angle of 62.56º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDF623 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 35 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.04 |
| HSL | 62.56º | 0.92% | 0.55% | - |
| HSV(B) | 62.56º | 0.86% | 0.96% | - |
| XYZ | 68.18 | 84.04 | 14.22 | - |
| YUV | 219.26 | 24.02 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 35 | 0.04 | 0 | 0.86 | 0.04 | 62.56 | 0.92 | 0.55 |
| Hex | ED | F6 | 23 | 4 | 0 | 56 | 4 | 3F | 5C | 37 |
| Octal | 355 | 366 | 43 | 4 | 0 | 126 | 4 | 77 | 134 | 67 |
| Binary | 11101101 | 11110110 | 100011 | 100 | 0 | 1010110 | 100 | 111111 | 1011100 | 110111 |
Color Harmonies of #EDF623
Complementary color
Monochromatic Colors of #EDF623
Black with #EDF623
Text Example
Text Example
White with #EDF623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF623; }
p { color: rgb(237,246,35); }
H1.HeaderClassName
{
color: #EDF623;
}
.AnyTagClassName
{
color: #EDF623;
}
</style>
background-color css
<style>
a { background-color: #EDF623; }
a { background-color: rgb(237,246,35); }
div.DivClassName
{
background-color: #EDF623;
}
.BgClassName
{
background-color: #EDF623;
}
</style>
border-color css
<style>
span { border-color: #EDF623; }
span { border-color: rgb(237,246,35); }
td.TdClassName
{
border-color: #EDF623;
}
.TagClassName
{
border-color: #EDF623;
}
</style>