Shades of Golden Fizz #EDF930
Tints of Golden Fizz #EDF930
RGB
CMYK
RGB Variations
Color information
#EDF930 (or 0xEDF930) is known color: Golden Fizz. HEX triplet: ED, F9 and 30. RGB value is (237,249,48). Sum of RGB (Red+Green+Blue) = 237+249+48=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 48 (19.14% from 255 or 8.99% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF930 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF930 is #1206CF. Grayscale: #DFDFDF. Windows color (decimal): -1181392 or 3209709. OLE color: 3209709.
HSL color Cylindrical-coordinate representation of color #EDF930: hue angle of 63.58º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDF930 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 48 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.02 |
| HSL | 63.58º | 0.94% | 0.58% | - |
| HSV(B) | 63.58º | 0.81% | 0.98% | - |
| XYZ | 69.33 | 85.97 | 15.74 | - |
| YUV | 222.5 | 29.52 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 48 | 0.05 | 0 | 0.81 | 0.02 | 63.58 | 0.94 | 0.58 |
| Hex | ED | F9 | 30 | 5 | 0 | 51 | 2 | 40 | 5E | 3A |
| Octal | 355 | 371 | 60 | 5 | 0 | 121 | 2 | 100 | 136 | 72 |
| Binary | 11101101 | 11111001 | 110000 | 101 | 0 | 1010001 | 10 | 1000000 | 1011110 | 111010 |
Color Harmonies of #EDF930
Complementary color
Monochromatic Colors of #EDF930
Black with #EDF930
Text Example
Text Example
White with #EDF930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF930; }
p { color: rgb(237,249,48); }
H1.HeaderClassName
{
color: #EDF930;
}
.AnyTagClassName
{
color: #EDF930;
}
</style>
background-color css
<style>
a { background-color: #EDF930; }
a { background-color: rgb(237,249,48); }
div.DivClassName
{
background-color: #EDF930;
}
.BgClassName
{
background-color: #EDF930;
}
</style>
border-color css
<style>
span { border-color: #EDF930; }
span { border-color: rgb(237,249,48); }
td.TdClassName
{
border-color: #EDF930;
}
.TagClassName
{
border-color: #EDF930;
}
</style>