Shades of Golden Fizz #EDF22A
Tints of Golden Fizz #EDF22A
RGB
CMYK
RGB Variations
Color information
#EDF22A (or 0xEDF22A) is known color: Golden Fizz. HEX triplet: ED, F2 and 2A. RGB value is (237,242,42). Sum of RGB (Red+Green+Blue) = 237+242+42=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 42 (16.80% from 255 or 8.06% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF22A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF22A is #120DD5. Grayscale: #DADADA. Windows color (decimal): -1183190 or 2814701. OLE color: 2814701.
HSL color Cylindrical-coordinate representation of color #EDF22A: hue angle of 61.5º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDF22A is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 42 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.05 |
| HSL | 61.5º | 0.88% | 0.56% | - |
| HSV(B) | 61.5º | 0.83% | 0.95% | - |
| XYZ | 67.1 | 81.68 | 14.42 | - |
| YUV | 217.71 | 28.84 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 42 | 0.02 | 0 | 0.83 | 0.05 | 61.5 | 0.88 | 0.56 |
| Hex | ED | F2 | 2A | 2 | 0 | 53 | 5 | 3E | 58 | 38 |
| Octal | 355 | 362 | 52 | 2 | 0 | 123 | 5 | 76 | 130 | 70 |
| Binary | 11101101 | 11110010 | 101010 | 10 | 0 | 1010011 | 101 | 111110 | 1011000 | 111000 |
Color Harmonies of #EDF22A
Complementary color
Monochromatic Colors of #EDF22A
Black with #EDF22A
Text Example
Text Example
White with #EDF22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF22A; }
p { color: rgb(237,242,42); }
H1.HeaderClassName
{
color: #EDF22A;
}
.AnyTagClassName
{
color: #EDF22A;
}
</style>
background-color css
<style>
a { background-color: #EDF22A; }
a { background-color: rgb(237,242,42); }
div.DivClassName
{
background-color: #EDF22A;
}
.BgClassName
{
background-color: #EDF22A;
}
</style>
border-color css
<style>
span { border-color: #EDF22A; }
span { border-color: rgb(237,242,42); }
td.TdClassName
{
border-color: #EDF22A;
}
.TagClassName
{
border-color: #EDF22A;
}
</style>