Shades of Golden Fizz #EDDC39
Tints of Golden Fizz #EDDC39
RGB
CMYK
RGB Variations
Color information
#EDDC39 (or 0xEDDC39) is known color: Golden Fizz. HEX triplet: ED, DC and 39. RGB value is (237,220,57). Sum of RGB (Red+Green+Blue) = 237+220+57=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 57 (22.66% from 255 or 11.09% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC39 is #1223C6. Grayscale: #CFCFCF. Windows color (decimal): -1188807 or 3792109. OLE color: 3792109.
HSL color Cylindrical-coordinate representation of color #EDDC39: hue angle of 54.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDDC39 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 57 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.07 |
| HSL | 54.33º | 0.83% | 0.58% | - |
| HSV(B) | 54.33º | 0.76% | 0.93% | - |
| XYZ | 61.26 | 69.49 | 14.05 | - |
| YUV | 206.5 | 43.63 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 57 | 0 | 0.07 | 0.76 | 0.07 | 54.33 | 0.83 | 0.58 |
| Hex | ED | DC | 39 | 0 | 7 | 4C | 7 | 36 | 53 | 3A |
| Octal | 355 | 334 | 71 | 0 | 7 | 114 | 7 | 66 | 123 | 72 |
| Binary | 11101101 | 11011100 | 111001 | 0 | 111 | 1001100 | 111 | 110110 | 1010011 | 111010 |
Color Harmonies of #EDDC39
Complementary color
Monochromatic Colors of #EDDC39
Black with #EDDC39
Text Example
Text Example
White with #EDDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC39; }
p { color: rgb(237,220,57); }
H1.HeaderClassName
{
color: #EDDC39;
}
.AnyTagClassName
{
color: #EDDC39;
}
</style>
background-color css
<style>
a { background-color: #EDDC39; }
a { background-color: rgb(237,220,57); }
div.DivClassName
{
background-color: #EDDC39;
}
.BgClassName
{
background-color: #EDDC39;
}
</style>
border-color css
<style>
span { border-color: #EDDC39; }
span { border-color: rgb(237,220,57); }
td.TdClassName
{
border-color: #EDDC39;
}
.TagClassName
{
border-color: #EDDC39;
}
</style>