Shades of Golden Fizz #EDFA2D
Tints of Golden Fizz #EDFA2D
RGB
CMYK
RGB Variations
Color information
#EDFA2D (or 0xEDFA2D) is known color: Golden Fizz. HEX triplet: ED, FA and 2D. RGB value is (237,250,45). Sum of RGB (Red+Green+Blue) = 237+250+45=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 45 (17.97% from 255 or 8.46% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFA2D is #1205D2. Grayscale: #DFDFDF. Windows color (decimal): -1181139 or 3013357. OLE color: 3013357.
HSL color Cylindrical-coordinate representation of color #EDFA2D: hue angle of 63.8º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDFA2D is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 45 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.02 |
| HSL | 63.8º | 0.95% | 0.58% | - |
| HSV(B) | 63.8º | 0.82% | 0.98% | - |
| XYZ | 69.58 | 86.57 | 15.52 | - |
| YUV | 222.74 | 27.69 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 45 | 0.05 | 0 | 0.82 | 0.02 | 63.8 | 0.95 | 0.58 |
| Hex | ED | FA | 2D | 5 | 0 | 52 | 2 | 40 | 5F | 3A |
| Octal | 355 | 372 | 55 | 5 | 0 | 122 | 2 | 100 | 137 | 72 |
| Binary | 11101101 | 11111010 | 101101 | 101 | 0 | 1010010 | 10 | 1000000 | 1011111 | 111010 |
Color Harmonies of #EDFA2D
Complementary color
Monochromatic Colors of #EDFA2D
Black with #EDFA2D
Text Example
Text Example
White with #EDFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFA2D; }
p { color: rgb(237,250,45); }
H1.HeaderClassName
{
color: #EDFA2D;
}
.AnyTagClassName
{
color: #EDFA2D;
}
</style>
background-color css
<style>
a { background-color: #EDFA2D; }
a { background-color: rgb(237,250,45); }
div.DivClassName
{
background-color: #EDFA2D;
}
.BgClassName
{
background-color: #EDFA2D;
}
</style>
border-color css
<style>
span { border-color: #EDFA2D; }
span { border-color: rgb(237,250,45); }
td.TdClassName
{
border-color: #EDFA2D;
}
.TagClassName
{
border-color: #EDFA2D;
}
</style>