Shades of Golden Fizz #EDF62E
Tints of Golden Fizz #EDF62E
RGB
CMYK
RGB Variations
Color information
#EDF62E (or 0xEDF62E) is known color: Golden Fizz. HEX triplet: ED, F6 and 2E. RGB value is (237,246,46). Sum of RGB (Red+Green+Blue) = 237+246+46=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 46 (18.36% from 255 or 8.70% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF62E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF62E is #1209D1. Grayscale: #DDDDDD. Windows color (decimal): -1182162 or 3077869. OLE color: 3077869.
HSL color Cylindrical-coordinate representation of color #EDF62E: hue angle of 62.7º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDF62E is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 46 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.04 |
| HSL | 62.7º | 0.92% | 0.57% | - |
| HSV(B) | 62.7º | 0.81% | 0.96% | - |
| XYZ | 68.37 | 84.11 | 15.22 | - |
| YUV | 220.51 | 29.52 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 46 | 0.04 | 0 | 0.81 | 0.04 | 62.7 | 0.92 | 0.57 |
| Hex | ED | F6 | 2E | 4 | 0 | 51 | 4 | 3F | 5C | 39 |
| Octal | 355 | 366 | 56 | 4 | 0 | 121 | 4 | 77 | 134 | 71 |
| Binary | 11101101 | 11110110 | 101110 | 100 | 0 | 1010001 | 100 | 111111 | 1011100 | 111001 |
Color Harmonies of #EDF62E
Complementary color
Monochromatic Colors of #EDF62E
Black with #EDF62E
Text Example
Text Example
White with #EDF62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF62E; }
p { color: rgb(237,246,46); }
H1.HeaderClassName
{
color: #EDF62E;
}
.AnyTagClassName
{
color: #EDF62E;
}
</style>
background-color css
<style>
a { background-color: #EDF62E; }
a { background-color: rgb(237,246,46); }
div.DivClassName
{
background-color: #EDF62E;
}
.BgClassName
{
background-color: #EDF62E;
}
</style>
border-color css
<style>
span { border-color: #EDF62E; }
span { border-color: rgb(237,246,46); }
td.TdClassName
{
border-color: #EDF62E;
}
.TagClassName
{
border-color: #EDF62E;
}
</style>