Shades of Golden Fizz #EDF42C
Tints of Golden Fizz #EDF42C
RGB
CMYK
RGB Variations
Color information
#EDF42C (or 0xEDF42C) is known color: Golden Fizz. HEX triplet: ED, F4 and 2C. RGB value is (237,244,44). Sum of RGB (Red+Green+Blue) = 237+244+44=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 44 (17.58% from 255 or 8.38% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF42C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF42C is #120BD3. Grayscale: #DBDBDB. Windows color (decimal): -1182676 or 2946285. OLE color: 2946285.
HSL color Cylindrical-coordinate representation of color #EDF42C: hue angle of 62.1º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDF42C is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 44 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.04 |
| HSL | 62.1º | 0.9% | 0.56% | - |
| HSV(B) | 62.1º | 0.82% | 0.96% | - |
| XYZ | 67.73 | 82.89 | 14.81 | - |
| YUV | 219.11 | 29.18 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 44 | 0.03 | 0 | 0.82 | 0.04 | 62.1 | 0.9 | 0.56 |
| Hex | ED | F4 | 2C | 3 | 0 | 52 | 4 | 3E | 5A | 38 |
| Octal | 355 | 364 | 54 | 3 | 0 | 122 | 4 | 76 | 132 | 70 |
| Binary | 11101101 | 11110100 | 101100 | 11 | 0 | 1010010 | 100 | 111110 | 1011010 | 111000 |
Color Harmonies of #EDF42C
Complementary color
Monochromatic Colors of #EDF42C
Black with #EDF42C
Text Example
Text Example
White with #EDF42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF42C; }
p { color: rgb(237,244,44); }
H1.HeaderClassName
{
color: #EDF42C;
}
.AnyTagClassName
{
color: #EDF42C;
}
</style>
background-color css
<style>
a { background-color: #EDF42C; }
a { background-color: rgb(237,244,44); }
div.DivClassName
{
background-color: #EDF42C;
}
.BgClassName
{
background-color: #EDF42C;
}
</style>
border-color css
<style>
span { border-color: #EDF42C; }
span { border-color: rgb(237,244,44); }
td.TdClassName
{
border-color: #EDF42C;
}
.TagClassName
{
border-color: #EDF42C;
}
</style>