Shades of Golden Fizz #EDFB2A
Tints of Golden Fizz #EDFB2A
RGB
CMYK
RGB Variations
Color information
#EDFB2A (or 0xEDFB2A) is known color: Golden Fizz. HEX triplet: ED, FB and 2A. RGB value is (237,251,42). Sum of RGB (Red+Green+Blue) = 237+251+42=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 42 (16.80% from 255 or 7.92% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB2A is #1204D5. Grayscale: #DFDFDF. Windows color (decimal): -1180886 or 2817005. OLE color: 2817005.
HSL color Cylindrical-coordinate representation of color #EDFB2A: hue angle of 64.02º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDFB2A is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 42 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.02 |
| HSL | 64.02º | 0.96% | 0.57% | - |
| HSV(B) | 64.02º | 0.83% | 0.98% | - |
| XYZ | 69.84 | 87.17 | 15.33 | - |
| YUV | 222.99 | 25.86 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 42 | 0.06 | 0 | 0.83 | 0.02 | 64.02 | 0.96 | 0.57 |
| Hex | ED | FB | 2A | 6 | 0 | 53 | 2 | 40 | 60 | 39 |
| Octal | 355 | 373 | 52 | 6 | 0 | 123 | 2 | 100 | 140 | 71 |
| Binary | 11101101 | 11111011 | 101010 | 110 | 0 | 1010011 | 10 | 1000000 | 1100000 | 111001 |
Color Harmonies of #EDFB2A
Complementary color
Monochromatic Colors of #EDFB2A
Black with #EDFB2A
Text Example
Text Example
White with #EDFB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB2A; }
p { color: rgb(237,251,42); }
H1.HeaderClassName
{
color: #EDFB2A;
}
.AnyTagClassName
{
color: #EDFB2A;
}
</style>
background-color css
<style>
a { background-color: #EDFB2A; }
a { background-color: rgb(237,251,42); }
div.DivClassName
{
background-color: #EDFB2A;
}
.BgClassName
{
background-color: #EDFB2A;
}
</style>
border-color css
<style>
span { border-color: #EDFB2A; }
span { border-color: rgb(237,251,42); }
td.TdClassName
{
border-color: #EDFB2A;
}
.TagClassName
{
border-color: #EDFB2A;
}
</style>