Shades of Golden Fizz #EDF828
Tints of Golden Fizz #EDF828
RGB
CMYK
RGB Variations
Color information
#EDF828 (or 0xEDF828) is known color: Golden Fizz. HEX triplet: ED, F8 and 28. RGB value is (237,248,40). Sum of RGB (Red+Green+Blue) = 237+248+40=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 40 (16.02% from 255 or 7.62% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF828 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF828 is #1207D7. Grayscale: #DDDDDD. Windows color (decimal): -1181656 or 2685165. OLE color: 2685165.
HSL color Cylindrical-coordinate representation of color #EDF828: hue angle of 63.17º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDF828 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 40 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.03 |
| HSL | 63.17º | 0.94% | 0.56% | - |
| HSV(B) | 63.17º | 0.84% | 0.97% | - |
| XYZ | 68.88 | 85.29 | 14.84 | - |
| YUV | 221 | 25.86 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 40 | 0.04 | 0 | 0.84 | 0.03 | 63.17 | 0.94 | 0.56 |
| Hex | ED | F8 | 28 | 4 | 0 | 54 | 3 | 3F | 5E | 38 |
| Octal | 355 | 370 | 50 | 4 | 0 | 124 | 3 | 77 | 136 | 70 |
| Binary | 11101101 | 11111000 | 101000 | 100 | 0 | 1010100 | 11 | 111111 | 1011110 | 111000 |
Color Harmonies of #EDF828
Complementary color
Monochromatic Colors of #EDF828
Black with #EDF828
Text Example
Text Example
White with #EDF828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF828; }
p { color: rgb(237,248,40); }
H1.HeaderClassName
{
color: #EDF828;
}
.AnyTagClassName
{
color: #EDF828;
}
</style>
background-color css
<style>
a { background-color: #EDF828; }
a { background-color: rgb(237,248,40); }
div.DivClassName
{
background-color: #EDF828;
}
.BgClassName
{
background-color: #EDF828;
}
</style>
border-color css
<style>
span { border-color: #EDF828; }
span { border-color: rgb(237,248,40); }
td.TdClassName
{
border-color: #EDF828;
}
.TagClassName
{
border-color: #EDF828;
}
</style>