Shades of Golden Fizz #EDF437
Tints of Golden Fizz #EDF437
RGB
CMYK
RGB Variations
Color information
#EDF437 (or 0xEDF437) is known color: Golden Fizz. HEX triplet: ED, F4 and 37. RGB value is (237,244,55). Sum of RGB (Red+Green+Blue) = 237+244+55=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 55 (21.88% from 255 or 10.26% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF437 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF437 is #120BC8. Grayscale: #DDDDDD. Windows color (decimal): -1182665 or 3667181. OLE color: 3667181.
HSL color Cylindrical-coordinate representation of color #EDF437: hue angle of 62.22º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDF437 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 55 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.04 |
| HSL | 62.22º | 0.9% | 0.59% | - |
| HSV(B) | 62.22º | 0.77% | 0.96% | - |
| XYZ | 67.97 | 82.98 | 16.05 | - |
| YUV | 220.36 | 34.68 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 55 | 0.03 | 0 | 0.77 | 0.04 | 62.22 | 0.9 | 0.59 |
| Hex | ED | F4 | 37 | 3 | 0 | 4D | 4 | 3E | 5A | 3B |
| Octal | 355 | 364 | 67 | 3 | 0 | 115 | 4 | 76 | 132 | 73 |
| Binary | 11101101 | 11110100 | 110111 | 11 | 0 | 1001101 | 100 | 111110 | 1011010 | 111011 |
Color Harmonies of #EDF437
Complementary color
Monochromatic Colors of #EDF437
Black with #EDF437
Text Example
Text Example
White with #EDF437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF437; }
p { color: rgb(237,244,55); }
H1.HeaderClassName
{
color: #EDF437;
}
.AnyTagClassName
{
color: #EDF437;
}
</style>
background-color css
<style>
a { background-color: #EDF437; }
a { background-color: rgb(237,244,55); }
div.DivClassName
{
background-color: #EDF437;
}
.BgClassName
{
background-color: #EDF437;
}
</style>
border-color css
<style>
span { border-color: #EDF437; }
span { border-color: rgb(237,244,55); }
td.TdClassName
{
border-color: #EDF437;
}
.TagClassName
{
border-color: #EDF437;
}
</style>