Shades of Golden Fizz #EDDC29
Tints of Golden Fizz #EDDC29
RGB
CMYK
RGB Variations
Color information
#EDDC29 (or 0xEDDC29) is known color: Golden Fizz. HEX triplet: ED, DC and 29. RGB value is (237,220,41). Sum of RGB (Red+Green+Blue) = 237+220+41=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 41 (16.41% from 255 or 8.23% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC29 is #1223D6. Grayscale: #CDCDCD. Windows color (decimal): -1188823 or 2743533. OLE color: 2743533.
HSL color Cylindrical-coordinate representation of color #EDDC29: hue angle of 54.8º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDDC29 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 41 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.07 |
| HSL | 54.8º | 0.84% | 0.55% | - |
| HSV(B) | 54.8º | 0.83% | 0.93% | - |
| XYZ | 60.92 | 69.35 | 12.27 | - |
| YUV | 204.68 | 35.63 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 41 | 0 | 0.07 | 0.83 | 0.07 | 54.8 | 0.84 | 0.55 |
| Hex | ED | DC | 29 | 0 | 7 | 53 | 7 | 37 | 54 | 37 |
| Octal | 355 | 334 | 51 | 0 | 7 | 123 | 7 | 67 | 124 | 67 |
| Binary | 11101101 | 11011100 | 101001 | 0 | 111 | 1010011 | 111 | 110111 | 1010100 | 110111 |
Color Harmonies of #EDDC29
Complementary color
Monochromatic Colors of #EDDC29
Black with #EDDC29
Text Example
Text Example
White with #EDDC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC29; }
p { color: rgb(237,220,41); }
H1.HeaderClassName
{
color: #EDDC29;
}
.AnyTagClassName
{
color: #EDDC29;
}
</style>
background-color css
<style>
a { background-color: #EDDC29; }
a { background-color: rgb(237,220,41); }
div.DivClassName
{
background-color: #EDDC29;
}
.BgClassName
{
background-color: #EDDC29;
}
</style>
border-color css
<style>
span { border-color: #EDDC29; }
span { border-color: rgb(237,220,41); }
td.TdClassName
{
border-color: #EDDC29;
}
.TagClassName
{
border-color: #EDDC29;
}
</style>