Shades of Golden Fizz #EDFB2E
Tints of Golden Fizz #EDFB2E
RGB
CMYK
RGB Variations
Color information
#EDFB2E (or 0xEDFB2E) is known color: Golden Fizz. HEX triplet: ED, FB and 2E. RGB value is (237,251,46). Sum of RGB (Red+Green+Blue) = 237+251+46=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 46 (18.36% from 255 or 8.61% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB2E is #1204D1. Grayscale: #E0E0E0. Windows color (decimal): -1180882 or 3079149. OLE color: 3079149.
HSL color Cylindrical-coordinate representation of color #EDFB2E: hue angle of 64.1º 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 #EDFB2E is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 46 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.02 |
| HSL | 64.1º | 0.96% | 0.58% | - |
| HSV(B) | 64.1º | 0.82% | 0.98% | - |
| XYZ | 69.92 | 87.2 | 15.73 | - |
| YUV | 223.44 | 27.86 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 46 | 0.06 | 0 | 0.82 | 0.02 | 64.1 | 0.96 | 0.58 |
| Hex | ED | FB | 2E | 6 | 0 | 52 | 2 | 40 | 60 | 3A |
| Octal | 355 | 373 | 56 | 6 | 0 | 122 | 2 | 100 | 140 | 72 |
| Binary | 11101101 | 11111011 | 101110 | 110 | 0 | 1010010 | 10 | 1000000 | 1100000 | 111010 |
Color Harmonies of #EDFB2E
Complementary color
Monochromatic Colors of #EDFB2E
Black with #EDFB2E
Text Example
Text Example
White with #EDFB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB2E; }
p { color: rgb(237,251,46); }
H1.HeaderClassName
{
color: #EDFB2E;
}
.AnyTagClassName
{
color: #EDFB2E;
}
</style>
background-color css
<style>
a { background-color: #EDFB2E; }
a { background-color: rgb(237,251,46); }
div.DivClassName
{
background-color: #EDFB2E;
}
.BgClassName
{
background-color: #EDFB2E;
}
</style>
border-color css
<style>
span { border-color: #EDFB2E; }
span { border-color: rgb(237,251,46); }
td.TdClassName
{
border-color: #EDFB2E;
}
.TagClassName
{
border-color: #EDFB2E;
}
</style>