Shades of Golden Fizz #EDFC2D
Tints of Golden Fizz #EDFC2D
RGB
CMYK
RGB Variations
Color information
#EDFC2D (or 0xEDFC2D) is known color: Golden Fizz. HEX triplet: ED, FC and 2D. RGB value is (237,252,45). Sum of RGB (Red+Green+Blue) = 237+252+45=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 45 (17.97% from 255 or 8.43% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFC2D is #1203D2. Grayscale: #E0E0E0. Windows color (decimal): -1180627 or 3013869. OLE color: 3013869.
HSL color Cylindrical-coordinate representation of color #EDFC2D: hue angle of 64.35º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDFC2D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 45 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.01 |
| HSL | 64.35º | 0.97% | 0.58% | - |
| HSV(B) | 64.35º | 0.82% | 0.99% | - |
| XYZ | 70.21 | 87.81 | 15.73 | - |
| YUV | 223.92 | 27.03 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 45 | 0.06 | 0 | 0.82 | 0.01 | 64.35 | 0.97 | 0.58 |
| Hex | ED | FC | 2D | 6 | 0 | 52 | 1 | 40 | 61 | 3A |
| Octal | 355 | 374 | 55 | 6 | 0 | 122 | 1 | 100 | 141 | 72 |
| Binary | 11101101 | 11111100 | 101101 | 110 | 0 | 1010010 | 1 | 1000000 | 1100001 | 111010 |
Color Harmonies of #EDFC2D
Complementary color
Monochromatic Colors of #EDFC2D
Black with #EDFC2D
Text Example
Text Example
White with #EDFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFC2D; }
p { color: rgb(237,252,45); }
H1.HeaderClassName
{
color: #EDFC2D;
}
.AnyTagClassName
{
color: #EDFC2D;
}
</style>
background-color css
<style>
a { background-color: #EDFC2D; }
a { background-color: rgb(237,252,45); }
div.DivClassName
{
background-color: #EDFC2D;
}
.BgClassName
{
background-color: #EDFC2D;
}
</style>
border-color css
<style>
span { border-color: #EDFC2D; }
span { border-color: rgb(237,252,45); }
td.TdClassName
{
border-color: #EDFC2D;
}
.TagClassName
{
border-color: #EDFC2D;
}
</style>