Shades of Golden Fizz #EDFC2E
Tints of Golden Fizz #EDFC2E
RGB
CMYK
RGB Variations
Color information
#EDFC2E (or 0xEDFC2E) is known color: Golden Fizz. HEX triplet: ED, FC and 2E. RGB value is (237,252,46). Sum of RGB (Red+Green+Blue) = 237+252+46=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 46 (18.36% from 255 or 8.60% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFC2E is #1203D1. Grayscale: #E0E0E0. Windows color (decimal): -1180626 or 3079405. OLE color: 3079405.
HSL color Cylindrical-coordinate representation of color #EDFC2E: hue angle of 64.37º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDFC2E is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 46 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.01 |
| HSL | 64.37º | 0.97% | 0.58% | - |
| HSV(B) | 64.37º | 0.82% | 0.99% | - |
| XYZ | 70.23 | 87.82 | 15.83 | - |
| YUV | 224.03 | 27.53 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 46 | 0.06 | 0 | 0.82 | 0.01 | 64.37 | 0.97 | 0.58 |
| Hex | ED | FC | 2E | 6 | 0 | 52 | 1 | 40 | 61 | 3A |
| Octal | 355 | 374 | 56 | 6 | 0 | 122 | 1 | 100 | 141 | 72 |
| Binary | 11101101 | 11111100 | 101110 | 110 | 0 | 1010010 | 1 | 1000000 | 1100001 | 111010 |
Color Harmonies of #EDFC2E
Complementary color
Monochromatic Colors of #EDFC2E
Black with #EDFC2E
Text Example
Text Example
White with #EDFC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFC2E; }
p { color: rgb(237,252,46); }
H1.HeaderClassName
{
color: #EDFC2E;
}
.AnyTagClassName
{
color: #EDFC2E;
}
</style>
background-color css
<style>
a { background-color: #EDFC2E; }
a { background-color: rgb(237,252,46); }
div.DivClassName
{
background-color: #EDFC2E;
}
.BgClassName
{
background-color: #EDFC2E;
}
</style>
border-color css
<style>
span { border-color: #EDFC2E; }
span { border-color: rgb(237,252,46); }
td.TdClassName
{
border-color: #EDFC2E;
}
.TagClassName
{
border-color: #EDFC2E;
}
</style>