Shades of Golden Fizz #EDF92B
Tints of Golden Fizz #EDF92B
RGB
CMYK
RGB Variations
Color information
#EDF92B (or 0xEDF92B) is known color: Golden Fizz. HEX triplet: ED, F9 and 2B. RGB value is (237,249,43). Sum of RGB (Red+Green+Blue) = 237+249+43=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 43 (17.19% from 255 or 8.13% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF92B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF92B is #1206D4. Grayscale: #DEDEDE. Windows color (decimal): -1181397 or 2882029. OLE color: 2882029.
HSL color Cylindrical-coordinate representation of color #EDF92B: hue angle of 63.5º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDF92B is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 43 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.02 |
| HSL | 63.5º | 0.94% | 0.57% | - |
| HSV(B) | 63.5º | 0.83% | 0.98% | - |
| XYZ | 69.24 | 85.93 | 15.22 | - |
| YUV | 221.93 | 27.02 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 43 | 0.05 | 0 | 0.83 | 0.02 | 63.5 | 0.94 | 0.57 |
| Hex | ED | F9 | 2B | 5 | 0 | 53 | 2 | 3F | 5E | 39 |
| Octal | 355 | 371 | 53 | 5 | 0 | 123 | 2 | 77 | 136 | 71 |
| Binary | 11101101 | 11111001 | 101011 | 101 | 0 | 1010011 | 10 | 111111 | 1011110 | 111001 |
Color Harmonies of #EDF92B
Complementary color
Monochromatic Colors of #EDF92B
Black with #EDF92B
Text Example
Text Example
White with #EDF92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF92B; }
p { color: rgb(237,249,43); }
H1.HeaderClassName
{
color: #EDF92B;
}
.AnyTagClassName
{
color: #EDF92B;
}
</style>
background-color css
<style>
a { background-color: #EDF92B; }
a { background-color: rgb(237,249,43); }
div.DivClassName
{
background-color: #EDF92B;
}
.BgClassName
{
background-color: #EDF92B;
}
</style>
border-color css
<style>
span { border-color: #EDF92B; }
span { border-color: rgb(237,249,43); }
td.TdClassName
{
border-color: #EDF92B;
}
.TagClassName
{
border-color: #EDF92B;
}
</style>