Shades of Golden Fizz #EDFE2A
Tints of Golden Fizz #EDFE2A
RGB
CMYK
RGB Variations
Color information
#EDFE2A (or 0xEDFE2A) is known color: Golden Fizz. HEX triplet: ED, FE and 2A. RGB value is (237,254,42). Sum of RGB (Red+Green+Blue) = 237+254+42=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 42 (16.80% from 255 or 7.88% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE2A is #1201D5. Grayscale: #E1E1E1. Windows color (decimal): -1180118 or 2817773. OLE color: 2817773.
HSL color Cylindrical-coordinate representation of color #EDFE2A: hue angle of 64.81º 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 #EDFE2A is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 42 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.00 |
| HSL | 64.81º | 0.99% | 0.58% | - |
| HSV(B) | 64.81º | 0.83% | 1% | - |
| XYZ | 70.78 | 89.06 | 15.65 | - |
| YUV | 224.75 | 24.87 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 42 | 0.07 | 0 | 0.83 | 0.00 | 64.81 | 0.99 | 0.58 |
| Hex | ED | FE | 2A | 7 | 0 | 53 | 0 | 41 | 63 | 3A |
| Octal | 355 | 376 | 52 | 7 | 0 | 123 | 0 | 101 | 143 | 72 |
| Binary | 11101101 | 11111110 | 101010 | 111 | 0 | 1010011 | 0 | 1000001 | 1100011 | 111010 |
Color Harmonies of #EDFE2A
Complementary color
Monochromatic Colors of #EDFE2A
Black with #EDFE2A
Text Example
Text Example
White with #EDFE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE2A; }
p { color: rgb(237,254,42); }
H1.HeaderClassName
{
color: #EDFE2A;
}
.AnyTagClassName
{
color: #EDFE2A;
}
</style>
background-color css
<style>
a { background-color: #EDFE2A; }
a { background-color: rgb(237,254,42); }
div.DivClassName
{
background-color: #EDFE2A;
}
.BgClassName
{
background-color: #EDFE2A;
}
</style>
border-color css
<style>
span { border-color: #EDFE2A; }
span { border-color: rgb(237,254,42); }
td.TdClassName
{
border-color: #EDFE2A;
}
.TagClassName
{
border-color: #EDFE2A;
}
</style>