Shades of Golden Fizz #EDFB3A
Tints of Golden Fizz #EDFB3A
RGB
CMYK
RGB Variations
Color information
#EDFB3A (or 0xEDFB3A) is known color: Golden Fizz. HEX triplet: ED, FB and 3A. RGB value is (237,251,58). Sum of RGB (Red+Green+Blue) = 237+251+58=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 58 (23.05% from 255 or 10.62% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB3A is #1204C5. Grayscale: #E1E1E1. Windows color (decimal): -1180870 or 3865581. OLE color: 3865581.
HSL color Cylindrical-coordinate representation of color #EDFB3A: hue angle of 64.35º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDFB3A is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 58 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.02 |
| HSL | 64.35º | 0.96% | 0.61% | - |
| HSV(B) | 64.35º | 0.77% | 0.98% | - |
| XYZ | 70.19 | 87.3 | 17.16 | - |
| YUV | 224.81 | 33.86 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 58 | 0.06 | 0 | 0.77 | 0.02 | 64.35 | 0.96 | 0.61 |
| Hex | ED | FB | 3A | 6 | 0 | 4D | 2 | 40 | 60 | 3D |
| Octal | 355 | 373 | 72 | 6 | 0 | 115 | 2 | 100 | 140 | 75 |
| Binary | 11101101 | 11111011 | 111010 | 110 | 0 | 1001101 | 10 | 1000000 | 1100000 | 111101 |
Color Harmonies of #EDFB3A
Complementary color
Monochromatic Colors of #EDFB3A
Black with #EDFB3A
Text Example
Text Example
White with #EDFB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB3A; }
p { color: rgb(237,251,58); }
H1.HeaderClassName
{
color: #EDFB3A;
}
.AnyTagClassName
{
color: #EDFB3A;
}
</style>
background-color css
<style>
a { background-color: #EDFB3A; }
a { background-color: rgb(237,251,58); }
div.DivClassName
{
background-color: #EDFB3A;
}
.BgClassName
{
background-color: #EDFB3A;
}
</style>
border-color css
<style>
span { border-color: #EDFB3A; }
span { border-color: rgb(237,251,58); }
td.TdClassName
{
border-color: #EDFB3A;
}
.TagClassName
{
border-color: #EDFB3A;
}
</style>