Shades of Golden Fizz #EDFE2B
Tints of Golden Fizz #EDFE2B
RGB
CMYK
RGB Variations
Color information
#EDFE2B (or 0xEDFE2B) is known color: Golden Fizz. HEX triplet: ED, FE and 2B. RGB value is (237,254,43). Sum of RGB (Red+Green+Blue) = 237+254+43=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 43 (17.19% from 255 or 8.05% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE2B is #1201D4. Grayscale: #E1E1E1. Windows color (decimal): -1180117 or 2883309. OLE color: 2883309.
HSL color Cylindrical-coordinate representation of color #EDFE2B: hue angle of 64.83º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDFE2B is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 43 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.00 |
| HSL | 64.83º | 0.99% | 0.58% | - |
| HSV(B) | 64.83º | 0.83% | 1% | - |
| XYZ | 70.8 | 89.06 | 15.74 | - |
| YUV | 224.86 | 25.37 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 43 | 0.07 | 0 | 0.83 | 0.00 | 64.83 | 0.99 | 0.58 |
| Hex | ED | FE | 2B | 7 | 0 | 53 | 0 | 41 | 63 | 3A |
| Octal | 355 | 376 | 53 | 7 | 0 | 123 | 0 | 101 | 143 | 72 |
| Binary | 11101101 | 11111110 | 101011 | 111 | 0 | 1010011 | 0 | 1000001 | 1100011 | 111010 |
Color Harmonies of #EDFE2B
Complementary color
Monochromatic Colors of #EDFE2B
Black with #EDFE2B
Text Example
Text Example
White with #EDFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE2B; }
p { color: rgb(237,254,43); }
H1.HeaderClassName
{
color: #EDFE2B;
}
.AnyTagClassName
{
color: #EDFE2B;
}
</style>
background-color css
<style>
a { background-color: #EDFE2B; }
a { background-color: rgb(237,254,43); }
div.DivClassName
{
background-color: #EDFE2B;
}
.BgClassName
{
background-color: #EDFE2B;
}
</style>
border-color css
<style>
span { border-color: #EDFE2B; }
span { border-color: rgb(237,254,43); }
td.TdClassName
{
border-color: #EDFE2B;
}
.TagClassName
{
border-color: #EDFE2B;
}
</style>