Shades of Golden Fizz #EDF729
Tints of Golden Fizz #EDF729
RGB
CMYK
RGB Variations
Color information
#EDF729 (or 0xEDF729) is known color: Golden Fizz. HEX triplet: ED, F7 and 29. RGB value is (237,247,41). Sum of RGB (Red+Green+Blue) = 237+247+41=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 41 (16.41% from 255 or 7.81% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF729 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF729 is #1208D6. Grayscale: #DDDDDD. Windows color (decimal): -1181911 or 2750445. OLE color: 2750445.
HSL color Cylindrical-coordinate representation of color #EDF729: hue angle of 62.91º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDF729 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 41 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.03 |
| HSL | 62.91º | 0.93% | 0.56% | - |
| HSV(B) | 62.91º | 0.83% | 0.97% | - |
| XYZ | 68.59 | 84.69 | 14.83 | - |
| YUV | 220.53 | 26.69 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 41 | 0.04 | 0 | 0.83 | 0.03 | 62.91 | 0.93 | 0.56 |
| Hex | ED | F7 | 29 | 4 | 0 | 53 | 3 | 3F | 5D | 38 |
| Octal | 355 | 367 | 51 | 4 | 0 | 123 | 3 | 77 | 135 | 70 |
| Binary | 11101101 | 11110111 | 101001 | 100 | 0 | 1010011 | 11 | 111111 | 1011101 | 111000 |
Color Harmonies of #EDF729
Complementary color
Monochromatic Colors of #EDF729
Black with #EDF729
Text Example
Text Example
White with #EDF729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF729; }
p { color: rgb(237,247,41); }
H1.HeaderClassName
{
color: #EDF729;
}
.AnyTagClassName
{
color: #EDF729;
}
</style>
background-color css
<style>
a { background-color: #EDF729; }
a { background-color: rgb(237,247,41); }
div.DivClassName
{
background-color: #EDF729;
}
.BgClassName
{
background-color: #EDF729;
}
</style>
border-color css
<style>
span { border-color: #EDF729; }
span { border-color: rgb(237,247,41); }
td.TdClassName
{
border-color: #EDF729;
}
.TagClassName
{
border-color: #EDF729;
}
</style>