Shades of Golden Fizz #EDDC37
Tints of Golden Fizz #EDDC37
RGB
CMYK
RGB Variations
Color information
#EDDC37 (or 0xEDDC37) is known color: Golden Fizz. HEX triplet: ED, DC and 37. RGB value is (237,220,55). Sum of RGB (Red+Green+Blue) = 237+220+55=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC37 is #1223C8. Grayscale: #CECECE. Windows color (decimal): -1188809 or 3661037. OLE color: 3661037.
HSL color Cylindrical-coordinate representation of color #EDDC37: hue angle of 54.4º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDDC37 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 55 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.07 |
| HSL | 54.4º | 0.83% | 0.57% | - |
| HSV(B) | 54.4º | 0.77% | 0.93% | - |
| XYZ | 61.21 | 69.47 | 13.8 | - |
| YUV | 206.27 | 42.63 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 55 | 0 | 0.07 | 0.77 | 0.07 | 54.4 | 0.83 | 0.57 |
| Hex | ED | DC | 37 | 0 | 7 | 4D | 7 | 36 | 53 | 39 |
| Octal | 355 | 334 | 67 | 0 | 7 | 115 | 7 | 66 | 123 | 71 |
| Binary | 11101101 | 11011100 | 110111 | 0 | 111 | 1001101 | 111 | 110110 | 1010011 | 111001 |
Color Harmonies of #EDDC37
Complementary color
Monochromatic Colors of #EDDC37
Black with #EDDC37
Text Example
Text Example
White with #EDDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC37; }
p { color: rgb(237,220,55); }
H1.HeaderClassName
{
color: #EDDC37;
}
.AnyTagClassName
{
color: #EDDC37;
}
</style>
background-color css
<style>
a { background-color: #EDDC37; }
a { background-color: rgb(237,220,55); }
div.DivClassName
{
background-color: #EDDC37;
}
.BgClassName
{
background-color: #EDDC37;
}
</style>
border-color css
<style>
span { border-color: #EDDC37; }
span { border-color: rgb(237,220,55); }
td.TdClassName
{
border-color: #EDDC37;
}
.TagClassName
{
border-color: #EDDC37;
}
</style>