Shades of Golden Fizz #EDFB2D
Tints of Golden Fizz #EDFB2D
RGB
CMYK
RGB Variations
Color information
#EDFB2D (or 0xEDFB2D) is known color: Golden Fizz. HEX triplet: ED, FB and 2D. RGB value is (237,251,45). Sum of RGB (Red+Green+Blue) = 237+251+45=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 45 (17.97% from 255 or 8.44% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB2D is #1204D2. Grayscale: #E0E0E0. Windows color (decimal): -1180883 or 3013613. OLE color: 3013613.
HSL color Cylindrical-coordinate representation of color #EDFB2D: hue angle of 64.08º degrees, saturation: 0.96, 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 #EDFB2D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 45 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.02 |
| HSL | 64.08º | 0.96% | 0.58% | - |
| HSV(B) | 64.08º | 0.82% | 0.98% | - |
| XYZ | 69.9 | 87.19 | 15.63 | - |
| YUV | 223.33 | 27.36 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 45 | 0.06 | 0 | 0.82 | 0.02 | 64.08 | 0.96 | 0.58 |
| Hex | ED | FB | 2D | 6 | 0 | 52 | 2 | 40 | 60 | 3A |
| Octal | 355 | 373 | 55 | 6 | 0 | 122 | 2 | 100 | 140 | 72 |
| Binary | 11101101 | 11111011 | 101101 | 110 | 0 | 1010010 | 10 | 1000000 | 1100000 | 111010 |
Color Harmonies of #EDFB2D
Complementary color
Monochromatic Colors of #EDFB2D
Black with #EDFB2D
Text Example
Text Example
White with #EDFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB2D; }
p { color: rgb(237,251,45); }
H1.HeaderClassName
{
color: #EDFB2D;
}
.AnyTagClassName
{
color: #EDFB2D;
}
</style>
background-color css
<style>
a { background-color: #EDFB2D; }
a { background-color: rgb(237,251,45); }
div.DivClassName
{
background-color: #EDFB2D;
}
.BgClassName
{
background-color: #EDFB2D;
}
</style>
border-color css
<style>
span { border-color: #EDFB2D; }
span { border-color: rgb(237,251,45); }
td.TdClassName
{
border-color: #EDFB2D;
}
.TagClassName
{
border-color: #EDFB2D;
}
</style>