Shades of Golden Fizz #EDF329
Tints of Golden Fizz #EDF329
RGB
CMYK
RGB Variations
Color information
#EDF329 (or 0xEDF329) is known color: Golden Fizz. HEX triplet: ED, F3 and 29. RGB value is (237,243,41). Sum of RGB (Red+Green+Blue) = 237+243+41=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 41 (16.41% from 255 or 7.87% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF329 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF329 is #120CD6. Grayscale: #DADADA. Windows color (decimal): -1182935 or 2749421. OLE color: 2749421.
HSL color Cylindrical-coordinate representation of color #EDF329: hue angle of 61.78º degrees, saturation: 0.89, 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 #EDF329 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 41 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.05 |
| HSL | 61.78º | 0.89% | 0.56% | - |
| HSV(B) | 61.78º | 0.83% | 0.95% | - |
| XYZ | 67.38 | 82.27 | 14.43 | - |
| YUV | 218.18 | 28.01 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 41 | 0.02 | 0 | 0.83 | 0.05 | 61.78 | 0.89 | 0.56 |
| Hex | ED | F3 | 29 | 2 | 0 | 53 | 5 | 3E | 59 | 38 |
| Octal | 355 | 363 | 51 | 2 | 0 | 123 | 5 | 76 | 131 | 70 |
| Binary | 11101101 | 11110011 | 101001 | 10 | 0 | 1010011 | 101 | 111110 | 1011001 | 111000 |
Color Harmonies of #EDF329
Complementary color
Monochromatic Colors of #EDF329
Black with #EDF329
Text Example
Text Example
White with #EDF329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF329; }
p { color: rgb(237,243,41); }
H1.HeaderClassName
{
color: #EDF329;
}
.AnyTagClassName
{
color: #EDF329;
}
</style>
background-color css
<style>
a { background-color: #EDF329; }
a { background-color: rgb(237,243,41); }
div.DivClassName
{
background-color: #EDF329;
}
.BgClassName
{
background-color: #EDF329;
}
</style>
border-color css
<style>
span { border-color: #EDF329; }
span { border-color: rgb(237,243,41); }
td.TdClassName
{
border-color: #EDF329;
}
.TagClassName
{
border-color: #EDF329;
}
</style>