Shades of Golden Fizz #EDFC28
Tints of Golden Fizz #EDFC28
RGB
CMYK
RGB Variations
Color information
#EDFC28 (or 0xEDFC28) is known color: Golden Fizz. HEX triplet: ED, FC and 28. RGB value is (237,252,40). Sum of RGB (Red+Green+Blue) = 237+252+40=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 40 (16.02% from 255 or 7.56% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFC28 is #1203D7. Grayscale: #E0E0E0. Windows color (decimal): -1180632 or 2686189. OLE color: 2686189.
HSL color Cylindrical-coordinate representation of color #EDFC28: hue angle of 64.25º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDFC28 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 40 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.01 |
| HSL | 64.25º | 0.97% | 0.57% | - |
| HSV(B) | 64.25º | 0.84% | 0.99% | - |
| XYZ | 70.12 | 87.78 | 15.25 | - |
| YUV | 223.35 | 24.53 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 40 | 0.06 | 0 | 0.84 | 0.01 | 64.25 | 0.97 | 0.57 |
| Hex | ED | FC | 28 | 6 | 0 | 54 | 1 | 40 | 61 | 39 |
| Octal | 355 | 374 | 50 | 6 | 0 | 124 | 1 | 100 | 141 | 71 |
| Binary | 11101101 | 11111100 | 101000 | 110 | 0 | 1010100 | 1 | 1000000 | 1100001 | 111001 |
Color Harmonies of #EDFC28
Complementary color
Monochromatic Colors of #EDFC28
Black with #EDFC28
Text Example
Text Example
White with #EDFC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFC28; }
p { color: rgb(237,252,40); }
H1.HeaderClassName
{
color: #EDFC28;
}
.AnyTagClassName
{
color: #EDFC28;
}
</style>
background-color css
<style>
a { background-color: #EDFC28; }
a { background-color: rgb(237,252,40); }
div.DivClassName
{
background-color: #EDFC28;
}
.BgClassName
{
background-color: #EDFC28;
}
</style>
border-color css
<style>
span { border-color: #EDFC28; }
span { border-color: rgb(237,252,40); }
td.TdClassName
{
border-color: #EDFC28;
}
.TagClassName
{
border-color: #EDFC28;
}
</style>