Shades of Golden Fizz #EDFC3A
Tints of Golden Fizz #EDFC3A
RGB
CMYK
RGB Variations
Color information
#EDFC3A (or 0xEDFC3A) is known color: Golden Fizz. HEX triplet: ED, FC and 3A. RGB value is (237,252,58). Sum of RGB (Red+Green+Blue) = 237+252+58=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 58 (23.05% from 255 or 10.60% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFC3A is #1203C5. Grayscale: #E2E2E2. Windows color (decimal): -1180614 or 3865837. OLE color: 3865837.
HSL color Cylindrical-coordinate representation of color #EDFC3A: hue angle of 64.64º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDFC3A is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 58 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.01 |
| HSL | 64.64º | 0.97% | 0.61% | - |
| HSV(B) | 64.64º | 0.77% | 0.99% | - |
| XYZ | 70.5 | 87.93 | 17.26 | - |
| YUV | 225.4 | 33.53 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 58 | 0.06 | 0 | 0.77 | 0.01 | 64.64 | 0.97 | 0.61 |
| Hex | ED | FC | 3A | 6 | 0 | 4D | 1 | 41 | 61 | 3D |
| Octal | 355 | 374 | 72 | 6 | 0 | 115 | 1 | 101 | 141 | 75 |
| Binary | 11101101 | 11111100 | 111010 | 110 | 0 | 1001101 | 1 | 1000001 | 1100001 | 111101 |
Color Harmonies of #EDFC3A
Complementary color
Monochromatic Colors of #EDFC3A
Black with #EDFC3A
Text Example
Text Example
White with #EDFC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFC3A; }
p { color: rgb(237,252,58); }
H1.HeaderClassName
{
color: #EDFC3A;
}
.AnyTagClassName
{
color: #EDFC3A;
}
</style>
background-color css
<style>
a { background-color: #EDFC3A; }
a { background-color: rgb(237,252,58); }
div.DivClassName
{
background-color: #EDFC3A;
}
.BgClassName
{
background-color: #EDFC3A;
}
</style>
border-color css
<style>
span { border-color: #EDFC3A; }
span { border-color: rgb(237,252,58); }
td.TdClassName
{
border-color: #EDFC3A;
}
.TagClassName
{
border-color: #EDFC3A;
}
</style>