Shades of Golden Fizz #EDDC20
Tints of Golden Fizz #EDDC20
RGB
CMYK
RGB Variations
Color information
#EDDC20 (or 0xEDDC20) is known color: Golden Fizz. HEX triplet: ED, DC and 20. RGB value is (237,220,32). Sum of RGB (Red+Green+Blue) = 237+220+32=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 32 (12.89% from 255 or 6.54% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC20 is #1223DF. Grayscale: #CCCCCC. Windows color (decimal): -1188832 or 2153709. OLE color: 2153709.
HSL color Cylindrical-coordinate representation of color #EDDC20: hue angle of 55.02º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDDC20 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 32 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.07 |
| HSL | 55.02º | 0.85% | 0.53% | - |
| HSV(B) | 55.02º | 0.86% | 0.93% | - |
| XYZ | 60.78 | 69.3 | 11.54 | - |
| YUV | 203.65 | 31.13 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 32 | 0 | 0.07 | 0.86 | 0.07 | 55.02 | 0.85 | 0.53 |
| Hex | ED | DC | 20 | 0 | 7 | 56 | 7 | 37 | 55 | 35 |
| Octal | 355 | 334 | 40 | 0 | 7 | 126 | 7 | 67 | 125 | 65 |
| Binary | 11101101 | 11011100 | 100000 | 0 | 111 | 1010110 | 111 | 110111 | 1010101 | 110101 |
Color Harmonies of #EDDC20
Complementary color
Monochromatic Colors of #EDDC20
Black with #EDDC20
Text Example
Text Example
White with #EDDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC20; }
p { color: rgb(237,220,32); }
H1.HeaderClassName
{
color: #EDDC20;
}
.AnyTagClassName
{
color: #EDDC20;
}
</style>
background-color css
<style>
a { background-color: #EDDC20; }
a { background-color: rgb(237,220,32); }
div.DivClassName
{
background-color: #EDDC20;
}
.BgClassName
{
background-color: #EDDC20;
}
</style>
border-color css
<style>
span { border-color: #EDDC20; }
span { border-color: rgb(237,220,32); }
td.TdClassName
{
border-color: #EDDC20;
}
.TagClassName
{
border-color: #EDDC20;
}
</style>