Shades of Golden Fizz #EDF423
Tints of Golden Fizz #EDF423
RGB
CMYK
RGB Variations
Color information
#EDF423 (or 0xEDF423) is known color: Golden Fizz. HEX triplet: ED, F4 and 23. RGB value is (237,244,35). Sum of RGB (Red+Green+Blue) = 237+244+35=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 35 (14.06% from 255 or 6.78% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF423 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF423 is #120BDC. Grayscale: #DADADA. Windows color (decimal): -1182685 or 2356461. OLE color: 2356461.
HSL color Cylindrical-coordinate representation of color #EDF423: hue angle of 62.01º degrees, saturation: 0.9, 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 #EDF423 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 35 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.04 |
| HSL | 62.01º | 0.9% | 0.55% | - |
| HSV(B) | 62.01º | 0.86% | 0.96% | - |
| XYZ | 67.58 | 82.83 | 14.02 | - |
| YUV | 218.08 | 24.68 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 35 | 0.03 | 0 | 0.86 | 0.04 | 62.01 | 0.9 | 0.55 |
| Hex | ED | F4 | 23 | 3 | 0 | 56 | 4 | 3E | 5A | 37 |
| Octal | 355 | 364 | 43 | 3 | 0 | 126 | 4 | 76 | 132 | 67 |
| Binary | 11101101 | 11110100 | 100011 | 11 | 0 | 1010110 | 100 | 111110 | 1011010 | 110111 |
Color Harmonies of #EDF423
Complementary color
Monochromatic Colors of #EDF423
Black with #EDF423
Text Example
Text Example
White with #EDF423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF423; }
p { color: rgb(237,244,35); }
H1.HeaderClassName
{
color: #EDF423;
}
.AnyTagClassName
{
color: #EDF423;
}
</style>
background-color css
<style>
a { background-color: #EDF423; }
a { background-color: rgb(237,244,35); }
div.DivClassName
{
background-color: #EDF423;
}
.BgClassName
{
background-color: #EDF423;
}
</style>
border-color css
<style>
span { border-color: #EDF423; }
span { border-color: rgb(237,244,35); }
td.TdClassName
{
border-color: #EDF423;
}
.TagClassName
{
border-color: #EDF423;
}
</style>