Shades of Golden Fizz #EDF22D
Tints of Golden Fizz #EDF22D
RGB
CMYK
RGB Variations
Color information
#EDF22D (or 0xEDF22D) is known color: Golden Fizz. HEX triplet: ED, F2 and 2D. RGB value is (237,242,45). Sum of RGB (Red+Green+Blue) = 237+242+45=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 45 (17.97% from 255 or 8.59% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF22D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF22D is #120DD2. Grayscale: #DADADA. Windows color (decimal): -1183187 or 3011309. OLE color: 3011309.
HSL color Cylindrical-coordinate representation of color #EDF22D: hue angle of 61.52º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDF22D is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 45 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.05 |
| HSL | 61.52º | 0.88% | 0.56% | - |
| HSV(B) | 61.52º | 0.81% | 0.95% | - |
| XYZ | 67.15 | 81.7 | 14.71 | - |
| YUV | 218.05 | 30.34 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 45 | 0.02 | 0 | 0.81 | 0.05 | 61.52 | 0.88 | 0.56 |
| Hex | ED | F2 | 2D | 2 | 0 | 51 | 5 | 3E | 58 | 38 |
| Octal | 355 | 362 | 55 | 2 | 0 | 121 | 5 | 76 | 130 | 70 |
| Binary | 11101101 | 11110010 | 101101 | 10 | 0 | 1010001 | 101 | 111110 | 1011000 | 111000 |
Color Harmonies of #EDF22D
Complementary color
Monochromatic Colors of #EDF22D
Black with #EDF22D
Text Example
Text Example
White with #EDF22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF22D; }
p { color: rgb(237,242,45); }
H1.HeaderClassName
{
color: #EDF22D;
}
.AnyTagClassName
{
color: #EDF22D;
}
</style>
background-color css
<style>
a { background-color: #EDF22D; }
a { background-color: rgb(237,242,45); }
div.DivClassName
{
background-color: #EDF22D;
}
.BgClassName
{
background-color: #EDF22D;
}
</style>
border-color css
<style>
span { border-color: #EDF22D; }
span { border-color: rgb(237,242,45); }
td.TdClassName
{
border-color: #EDF22D;
}
.TagClassName
{
border-color: #EDF22D;
}
</style>