Shades of Golden Fizz #EDFE27
Tints of Golden Fizz #EDFE27
RGB
CMYK
RGB Variations
Color information
#EDFE27 (or 0xEDFE27) is known color: Golden Fizz. HEX triplet: ED, FE and 27. RGB value is (237,254,39). Sum of RGB (Red+Green+Blue) = 237+254+39=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 39 (15.62% from 255 or 7.36% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE27 is #1201D8. Grayscale: #E1E1E1. Windows color (decimal): -1180121 or 2621165. OLE color: 2621165.
HSL color Cylindrical-coordinate representation of color #EDFE27: hue angle of 64.74º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDFE27 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 39 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.00 |
| HSL | 64.74º | 0.99% | 0.57% | - |
| HSV(B) | 64.74º | 0.85% | 1% | - |
| XYZ | 70.73 | 89.03 | 15.38 | - |
| YUV | 224.41 | 23.37 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 39 | 0.07 | 0 | 0.85 | 0.00 | 64.74 | 0.99 | 0.57 |
| Hex | ED | FE | 27 | 7 | 0 | 55 | 0 | 41 | 63 | 39 |
| Octal | 355 | 376 | 47 | 7 | 0 | 125 | 0 | 101 | 143 | 71 |
| Binary | 11101101 | 11111110 | 100111 | 111 | 0 | 1010101 | 0 | 1000001 | 1100011 | 111001 |
Color Harmonies of #EDFE27
Complementary color
Monochromatic Colors of #EDFE27
Black with #EDFE27
Text Example
Text Example
White with #EDFE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE27; }
p { color: rgb(237,254,39); }
H1.HeaderClassName
{
color: #EDFE27;
}
.AnyTagClassName
{
color: #EDFE27;
}
</style>
background-color css
<style>
a { background-color: #EDFE27; }
a { background-color: rgb(237,254,39); }
div.DivClassName
{
background-color: #EDFE27;
}
.BgClassName
{
background-color: #EDFE27;
}
</style>
border-color css
<style>
span { border-color: #EDFE27; }
span { border-color: rgb(237,254,39); }
td.TdClassName
{
border-color: #EDFE27;
}
.TagClassName
{
border-color: #EDFE27;
}
</style>