Shades of Golden Fizz #EDF62B
Tints of Golden Fizz #EDF62B
RGB
CMYK
RGB Variations
Color information
#EDF62B (or 0xEDF62B) is known color: Golden Fizz. HEX triplet: ED, F6 and 2B. RGB value is (237,246,43). Sum of RGB (Red+Green+Blue) = 237+246+43=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 43 (17.19% from 255 or 8.17% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF62B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF62B is #1209D4. Grayscale: #DCDCDC. Windows color (decimal): -1182165 or 2881261. OLE color: 2881261.
HSL color Cylindrical-coordinate representation of color #EDF62B: hue angle of 62.66º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDF62B is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 43 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.04 |
| HSL | 62.66º | 0.92% | 0.57% | - |
| HSV(B) | 62.66º | 0.83% | 0.96% | - |
| XYZ | 68.32 | 84.09 | 14.92 | - |
| YUV | 220.17 | 28.02 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 43 | 0.04 | 0 | 0.83 | 0.04 | 62.66 | 0.92 | 0.57 |
| Hex | ED | F6 | 2B | 4 | 0 | 53 | 4 | 3F | 5C | 39 |
| Octal | 355 | 366 | 53 | 4 | 0 | 123 | 4 | 77 | 134 | 71 |
| Binary | 11101101 | 11110110 | 101011 | 100 | 0 | 1010011 | 100 | 111111 | 1011100 | 111001 |
Color Harmonies of #EDF62B
Complementary color
Monochromatic Colors of #EDF62B
Black with #EDF62B
Text Example
Text Example
White with #EDF62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF62B; }
p { color: rgb(237,246,43); }
H1.HeaderClassName
{
color: #EDF62B;
}
.AnyTagClassName
{
color: #EDF62B;
}
</style>
background-color css
<style>
a { background-color: #EDF62B; }
a { background-color: rgb(237,246,43); }
div.DivClassName
{
background-color: #EDF62B;
}
.BgClassName
{
background-color: #EDF62B;
}
</style>
border-color css
<style>
span { border-color: #EDF62B; }
span { border-color: rgb(237,246,43); }
td.TdClassName
{
border-color: #EDF62B;
}
.TagClassName
{
border-color: #EDF62B;
}
</style>