Shades of Golden Fizz #EDF02B
Tints of Golden Fizz #EDF02B
RGB
CMYK
RGB Variations
Color information
#EDF02B (or 0xEDF02B) is known color: Golden Fizz. HEX triplet: ED, F0 and 2B. RGB value is (237,240,43). Sum of RGB (Red+Green+Blue) = 237+240+43=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 43 (17.19% from 255 or 8.27% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF02B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF02B is #120FD4. Grayscale: #D9D9D9. Windows color (decimal): -1183701 or 2879725. OLE color: 2879725.
HSL color Cylindrical-coordinate representation of color #EDF02B: hue angle of 60.91º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDF02B is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 43 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.06 |
| HSL | 60.91º | 0.87% | 0.55% | - |
| HSV(B) | 60.91º | 0.82% | 0.94% | - |
| XYZ | 66.52 | 80.5 | 14.32 | - |
| YUV | 216.65 | 30.01 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 43 | 0.01 | 0 | 0.82 | 0.06 | 60.91 | 0.87 | 0.55 |
| Hex | ED | F0 | 2B | 1 | 0 | 52 | 6 | 3D | 57 | 37 |
| Octal | 355 | 360 | 53 | 1 | 0 | 122 | 6 | 75 | 127 | 67 |
| Binary | 11101101 | 11110000 | 101011 | 1 | 0 | 1010010 | 110 | 111101 | 1010111 | 110111 |
Color Harmonies of #EDF02B
Complementary color
Monochromatic Colors of #EDF02B
Black with #EDF02B
Text Example
Text Example
White with #EDF02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF02B; }
p { color: rgb(237,240,43); }
H1.HeaderClassName
{
color: #EDF02B;
}
.AnyTagClassName
{
color: #EDF02B;
}
</style>
background-color css
<style>
a { background-color: #EDF02B; }
a { background-color: rgb(237,240,43); }
div.DivClassName
{
background-color: #EDF02B;
}
.BgClassName
{
background-color: #EDF02B;
}
</style>
border-color css
<style>
span { border-color: #EDF02B; }
span { border-color: rgb(237,240,43); }
td.TdClassName
{
border-color: #EDF02B;
}
.TagClassName
{
border-color: #EDF02B;
}
</style>