Shades of Golden Fizz #EDF436
Tints of Golden Fizz #EDF436
RGB
CMYK
RGB Variations
Color information
#EDF436 (or 0xEDF436) is known color: Golden Fizz. HEX triplet: ED, F4 and 36. RGB value is (237,244,54). Sum of RGB (Red+Green+Blue) = 237+244+54=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 54 (21.48% from 255 or 10.09% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF436 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF436 is #120BC9. Grayscale: #DCDCDC. Windows color (decimal): -1182666 or 3601645. OLE color: 3601645.
HSL color Cylindrical-coordinate representation of color #EDF436: hue angle of 62.21º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDF436 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 54 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.04 |
| HSL | 62.21º | 0.9% | 0.58% | - |
| HSV(B) | 62.21º | 0.78% | 0.96% | - |
| XYZ | 67.94 | 82.97 | 15.92 | - |
| YUV | 220.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 54 | 0.03 | 0 | 0.78 | 0.04 | 62.21 | 0.9 | 0.58 |
| Hex | ED | F4 | 36 | 3 | 0 | 4E | 4 | 3E | 5A | 3A |
| Octal | 355 | 364 | 66 | 3 | 0 | 116 | 4 | 76 | 132 | 72 |
| Binary | 11101101 | 11110100 | 110110 | 11 | 0 | 1001110 | 100 | 111110 | 1011010 | 111010 |
Color Harmonies of #EDF436
Complementary color
Monochromatic Colors of #EDF436
Black with #EDF436
Text Example
Text Example
White with #EDF436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF436; }
p { color: rgb(237,244,54); }
H1.HeaderClassName
{
color: #EDF436;
}
.AnyTagClassName
{
color: #EDF436;
}
</style>
background-color css
<style>
a { background-color: #EDF436; }
a { background-color: rgb(237,244,54); }
div.DivClassName
{
background-color: #EDF436;
}
.BgClassName
{
background-color: #EDF436;
}
</style>
border-color css
<style>
span { border-color: #EDF436; }
span { border-color: rgb(237,244,54); }
td.TdClassName
{
border-color: #EDF436;
}
.TagClassName
{
border-color: #EDF436;
}
</style>