Shades of Golden Fizz #EDF82E
Tints of Golden Fizz #EDF82E
RGB
CMYK
RGB Variations
Color information
#EDF82E (or 0xEDF82E) is known color: Golden Fizz. HEX triplet: ED, F8 and 2E. RGB value is (237,248,46). Sum of RGB (Red+Green+Blue) = 237+248+46=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 46 (18.36% from 255 or 8.66% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF82E is #1207D1. Grayscale: #DEDEDE. Windows color (decimal): -1181650 or 3078381. OLE color: 3078381.
HSL color Cylindrical-coordinate representation of color #EDF82E: hue angle of 63.27º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDF82E is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 46 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.03 |
| HSL | 63.27º | 0.94% | 0.58% | - |
| HSV(B) | 63.27º | 0.81% | 0.97% | - |
| XYZ | 68.99 | 85.34 | 15.42 | - |
| YUV | 221.68 | 28.86 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 46 | 0.04 | 0 | 0.81 | 0.03 | 63.27 | 0.94 | 0.58 |
| Hex | ED | F8 | 2E | 4 | 0 | 51 | 3 | 3F | 5E | 3A |
| Octal | 355 | 370 | 56 | 4 | 0 | 121 | 3 | 77 | 136 | 72 |
| Binary | 11101101 | 11111000 | 101110 | 100 | 0 | 1010001 | 11 | 111111 | 1011110 | 111010 |
Color Harmonies of #EDF82E
Complementary color
Monochromatic Colors of #EDF82E
Black with #EDF82E
Text Example
Text Example
White with #EDF82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF82E; }
p { color: rgb(237,248,46); }
H1.HeaderClassName
{
color: #EDF82E;
}
.AnyTagClassName
{
color: #EDF82E;
}
</style>
background-color css
<style>
a { background-color: #EDF82E; }
a { background-color: rgb(237,248,46); }
div.DivClassName
{
background-color: #EDF82E;
}
.BgClassName
{
background-color: #EDF82E;
}
</style>
border-color css
<style>
span { border-color: #EDF82E; }
span { border-color: rgb(237,248,46); }
td.TdClassName
{
border-color: #EDF82E;
}
.TagClassName
{
border-color: #EDF82E;
}
</style>