Shades of Golden Fizz #EDF432
Tints of Golden Fizz #EDF432
RGB
CMYK
RGB Variations
Color information
#EDF432 (or 0xEDF432) is known color: Golden Fizz. HEX triplet: ED, F4 and 32. RGB value is (237,244,50). Sum of RGB (Red+Green+Blue) = 237+244+50=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 50 (19.92% from 255 or 9.42% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF432 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF432 is #120BCD. Grayscale: #DCDCDC. Windows color (decimal): -1182670 or 3339501. OLE color: 3339501.
HSL color Cylindrical-coordinate representation of color #EDF432: hue angle of 62.16º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF432 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 50 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.04 |
| HSL | 62.16º | 0.9% | 0.58% | - |
| HSV(B) | 62.16º | 0.8% | 0.96% | - |
| XYZ | 67.85 | 82.94 | 15.45 | - |
| YUV | 219.79 | 32.18 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 50 | 0.03 | 0 | 0.80 | 0.04 | 62.16 | 0.9 | 0.58 |
| Hex | ED | F4 | 32 | 3 | 0 | 50 | 4 | 3E | 5A | 3A |
| Octal | 355 | 364 | 62 | 3 | 0 | 120 | 4 | 76 | 132 | 72 |
| Binary | 11101101 | 11110100 | 110010 | 11 | 0 | 1010000 | 100 | 111110 | 1011010 | 111010 |
Color Harmonies of #EDF432
Complementary color
Monochromatic Colors of #EDF432
Black with #EDF432
Text Example
Text Example
White with #EDF432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF432; }
p { color: rgb(237,244,50); }
H1.HeaderClassName
{
color: #EDF432;
}
.AnyTagClassName
{
color: #EDF432;
}
</style>
background-color css
<style>
a { background-color: #EDF432; }
a { background-color: rgb(237,244,50); }
div.DivClassName
{
background-color: #EDF432;
}
.BgClassName
{
background-color: #EDF432;
}
</style>
border-color css
<style>
span { border-color: #EDF432; }
span { border-color: rgb(237,244,50); }
td.TdClassName
{
border-color: #EDF432;
}
.TagClassName
{
border-color: #EDF432;
}
</style>