Shades of Golden Fizz #EDF82A
Tints of Golden Fizz #EDF82A
RGB
CMYK
RGB Variations
Color information
#EDF82A (or 0xEDF82A) is known color: Golden Fizz. HEX triplet: ED, F8 and 2A. RGB value is (237,248,42). Sum of RGB (Red+Green+Blue) = 237+248+42=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 42 (16.80% from 255 or 7.97% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF82A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF82A is #1207D5. Grayscale: #DEDEDE. Windows color (decimal): -1181654 or 2816237. OLE color: 2816237.
HSL color Cylindrical-coordinate representation of color #EDF82A: hue angle of 63.2º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDF82A is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 42 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.03 |
| HSL | 63.2º | 0.94% | 0.57% | - |
| HSV(B) | 63.2º | 0.83% | 0.97% | - |
| XYZ | 68.91 | 85.31 | 15.02 | - |
| YUV | 221.23 | 26.86 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 42 | 0.04 | 0 | 0.83 | 0.03 | 63.2 | 0.94 | 0.57 |
| Hex | ED | F8 | 2A | 4 | 0 | 53 | 3 | 3F | 5E | 39 |
| Octal | 355 | 370 | 52 | 4 | 0 | 123 | 3 | 77 | 136 | 71 |
| Binary | 11101101 | 11111000 | 101010 | 100 | 0 | 1010011 | 11 | 111111 | 1011110 | 111001 |
Color Harmonies of #EDF82A
Complementary color
Monochromatic Colors of #EDF82A
Black with #EDF82A
Text Example
Text Example
White with #EDF82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF82A; }
p { color: rgb(237,248,42); }
H1.HeaderClassName
{
color: #EDF82A;
}
.AnyTagClassName
{
color: #EDF82A;
}
</style>
background-color css
<style>
a { background-color: #EDF82A; }
a { background-color: rgb(237,248,42); }
div.DivClassName
{
background-color: #EDF82A;
}
.BgClassName
{
background-color: #EDF82A;
}
</style>
border-color css
<style>
span { border-color: #EDF82A; }
span { border-color: rgb(237,248,42); }
td.TdClassName
{
border-color: #EDF82A;
}
.TagClassName
{
border-color: #EDF82A;
}
</style>