Shades of Golden Fizz #EDFA3A
Tints of Golden Fizz #EDFA3A
RGB
CMYK
RGB Variations
Color information
#EDFA3A (or 0xEDFA3A) is known color: Golden Fizz. HEX triplet: ED, FA and 3A. RGB value is (237,250,58). Sum of RGB (Red+Green+Blue) = 237+250+58=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 58 (23.05% from 255 or 10.64% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFA3A is #1205C5. Grayscale: #E0E0E0. Windows color (decimal): -1181126 or 3865325. OLE color: 3865325.
HSL color Cylindrical-coordinate representation of color #EDFA3A: hue angle of 64.06º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDFA3A is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 250 | 58 | - |
CMYK | 0.05 | 0 | 0.77 | 0.02 |
HSL | 64.06º | 0.95% | 0.6% | - |
HSV(B) | 64.06º | 0.77% | 0.98% | - |
XYZ | 69.87 | 86.68 | 17.05 | - |
YUV | 224.23 | 34.19 | 137.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 250 | 58 | 0.05 | 0 | 0.77 | 0.02 | 64.06 | 0.95 | 0.6 |
Hex | ED | FA | 3A | 5 | 0 | 4D | 2 | 40 | 5F | 3C |
Octal | 355 | 372 | 72 | 5 | 0 | 115 | 2 | 100 | 137 | 74 |
Binary | 11101101 | 11111010 | 111010 | 101 | 0 | 1001101 | 10 | 1000000 | 1011111 | 111100 |
Color Harmonies of #EDFA3A
Complementary color
Monochromatic Colors of #EDFA3A
Black with #EDFA3A
Text Example
Text Example
White with #EDFA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFA3A; }
p { color: rgb(237,250,58); }
H1.HeaderClassName
{
color: #EDFA3A;
}
.AnyTagClassName
{
color: #EDFA3A;
}
</style>
background-color css
<style>
a { background-color: #EDFA3A; }
a { background-color: rgb(237,250,58); }
div.DivClassName
{
background-color: #EDFA3A;
}
.BgClassName
{
background-color: #EDFA3A;
}
</style>
border-color css
<style>
span { border-color: #EDFA3A; }
span { border-color: rgb(237,250,58); }
td.TdClassName
{
border-color: #EDFA3A;
}
.TagClassName
{
border-color: #EDFA3A;
}
</style>