Shades of Golden Fizz #EDF223
Tints of Golden Fizz #EDF223
RGB
CMYK
RGB Variations
Color information
#EDF223 (or 0xEDF223) is known color: Golden Fizz. HEX triplet: ED, F2 and 23. RGB value is (237,242,35). Sum of RGB (Red+Green+Blue) = 237+242+35=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 35 (14.06% from 255 or 6.81% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF223 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF223 is #120DDC. Grayscale: #D9D9D9. Windows color (decimal): -1183197 or 2355949. OLE color: 2355949.
HSL color Cylindrical-coordinate representation of color #EDF223: hue angle of 61.45º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDF223 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 35 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.05 |
| HSL | 61.45º | 0.89% | 0.54% | - |
| HSV(B) | 61.45º | 0.86% | 0.95% | - |
| XYZ | 66.98 | 81.63 | 13.82 | - |
| YUV | 216.91 | 25.34 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 35 | 0.02 | 0 | 0.86 | 0.05 | 61.45 | 0.89 | 0.54 |
| Hex | ED | F2 | 23 | 2 | 0 | 56 | 5 | 3D | 59 | 36 |
| Octal | 355 | 362 | 43 | 2 | 0 | 126 | 5 | 75 | 131 | 66 |
| Binary | 11101101 | 11110010 | 100011 | 10 | 0 | 1010110 | 101 | 111101 | 1011001 | 110110 |
Color Harmonies of #EDF223
Complementary color
Monochromatic Colors of #EDF223
Black with #EDF223
Text Example
Text Example
White with #EDF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF223; }
p { color: rgb(237,242,35); }
H1.HeaderClassName
{
color: #EDF223;
}
.AnyTagClassName
{
color: #EDF223;
}
</style>
background-color css
<style>
a { background-color: #EDF223; }
a { background-color: rgb(237,242,35); }
div.DivClassName
{
background-color: #EDF223;
}
.BgClassName
{
background-color: #EDF223;
}
</style>
border-color css
<style>
span { border-color: #EDF223; }
span { border-color: rgb(237,242,35); }
td.TdClassName
{
border-color: #EDF223;
}
.TagClassName
{
border-color: #EDF223;
}
</style>