Shades of Golden Fizz #EDF932
Tints of Golden Fizz #EDF932
RGB
CMYK
RGB Variations
Color information
#EDF932 (or 0xEDF932) is known color: Golden Fizz. HEX triplet: ED, F9 and 32. RGB value is (237,249,50). Sum of RGB (Red+Green+Blue) = 237+249+50=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 50 (19.92% from 255 or 9.33% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF932 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF932 is #1206CD. Grayscale: #DFDFDF. Windows color (decimal): -1181390 or 3340781. OLE color: 3340781.
HSL color Cylindrical-coordinate representation of color #EDF932: hue angle of 63.62º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF932 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 50 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.02 |
| HSL | 63.62º | 0.94% | 0.59% | - |
| HSV(B) | 63.62º | 0.8% | 0.98% | - |
| XYZ | 69.38 | 85.99 | 15.96 | - |
| YUV | 222.73 | 30.52 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 50 | 0.05 | 0 | 0.80 | 0.02 | 63.62 | 0.94 | 0.59 |
| Hex | ED | F9 | 32 | 5 | 0 | 50 | 2 | 40 | 5E | 3B |
| Octal | 355 | 371 | 62 | 5 | 0 | 120 | 2 | 100 | 136 | 73 |
| Binary | 11101101 | 11111001 | 110010 | 101 | 0 | 1010000 | 10 | 1000000 | 1011110 | 111011 |
Color Harmonies of #EDF932
Complementary color
Monochromatic Colors of #EDF932
Black with #EDF932
Text Example
Text Example
White with #EDF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF932; }
p { color: rgb(237,249,50); }
H1.HeaderClassName
{
color: #EDF932;
}
.AnyTagClassName
{
color: #EDF932;
}
</style>
background-color css
<style>
a { background-color: #EDF932; }
a { background-color: rgb(237,249,50); }
div.DivClassName
{
background-color: #EDF932;
}
.BgClassName
{
background-color: #EDF932;
}
</style>
border-color css
<style>
span { border-color: #EDF932; }
span { border-color: rgb(237,249,50); }
td.TdClassName
{
border-color: #EDF932;
}
.TagClassName
{
border-color: #EDF932;
}
</style>