Shades of Golden Fizz #EDF632
Tints of Golden Fizz #EDF632
RGB
CMYK
RGB Variations
Color information
#EDF632 (or 0xEDF632) is known color: Golden Fizz. HEX triplet: ED, F6 and 32. RGB value is (237,246,50). Sum of RGB (Red+Green+Blue) = 237+246+50=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 50 (19.92% from 255 or 9.38% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF632 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF632 is #1209CD. Grayscale: #DDDDDD. Windows color (decimal): -1182158 or 3340013. OLE color: 3340013.
HSL color Cylindrical-coordinate representation of color #EDF632: hue angle of 62.76º degrees, saturation: 0.92, 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 #EDF632 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 50 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.04 |
| HSL | 62.76º | 0.92% | 0.58% | - |
| HSV(B) | 62.76º | 0.8% | 0.96% | - |
| XYZ | 68.46 | 84.15 | 15.65 | - |
| YUV | 220.97 | 31.52 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 50 | 0.04 | 0 | 0.80 | 0.04 | 62.76 | 0.92 | 0.58 |
| Hex | ED | F6 | 32 | 4 | 0 | 50 | 4 | 3F | 5C | 3A |
| Octal | 355 | 366 | 62 | 4 | 0 | 120 | 4 | 77 | 134 | 72 |
| Binary | 11101101 | 11110110 | 110010 | 100 | 0 | 1010000 | 100 | 111111 | 1011100 | 111010 |
Color Harmonies of #EDF632
Complementary color
Monochromatic Colors of #EDF632
Black with #EDF632
Text Example
Text Example
White with #EDF632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF632; }
p { color: rgb(237,246,50); }
H1.HeaderClassName
{
color: #EDF632;
}
.AnyTagClassName
{
color: #EDF632;
}
</style>
background-color css
<style>
a { background-color: #EDF632; }
a { background-color: rgb(237,246,50); }
div.DivClassName
{
background-color: #EDF632;
}
.BgClassName
{
background-color: #EDF632;
}
</style>
border-color css
<style>
span { border-color: #EDF632; }
span { border-color: rgb(237,246,50); }
td.TdClassName
{
border-color: #EDF632;
}
.TagClassName
{
border-color: #EDF632;
}
</style>