Shades of Golden Fizz #EDDC26
Tints of Golden Fizz #EDDC26
RGB
CMYK
RGB Variations
Color information
#EDDC26 (or 0xEDDC26) is known color: Golden Fizz. HEX triplet: ED, DC and 26. RGB value is (237,220,38). Sum of RGB (Red+Green+Blue) = 237+220+38=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 38 (15.23% from 255 or 7.68% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC26 is #1223D9. Grayscale: #CDCDCD. Windows color (decimal): -1188826 or 2546925. OLE color: 2546925.
HSL color Cylindrical-coordinate representation of color #EDDC26: hue angle of 54.87º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDDC26 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 38 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.07 |
| HSL | 54.87º | 0.85% | 0.54% | - |
| HSV(B) | 54.87º | 0.84% | 0.93% | - |
| XYZ | 60.87 | 69.33 | 12.01 | - |
| YUV | 204.34 | 34.13 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 38 | 0 | 0.07 | 0.84 | 0.07 | 54.87 | 0.85 | 0.54 |
| Hex | ED | DC | 26 | 0 | 7 | 54 | 7 | 37 | 55 | 36 |
| Octal | 355 | 334 | 46 | 0 | 7 | 124 | 7 | 67 | 125 | 66 |
| Binary | 11101101 | 11011100 | 100110 | 0 | 111 | 1010100 | 111 | 110111 | 1010101 | 110110 |
Color Harmonies of #EDDC26
Complementary color
Monochromatic Colors of #EDDC26
Black with #EDDC26
Text Example
Text Example
White with #EDDC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC26; }
p { color: rgb(237,220,38); }
H1.HeaderClassName
{
color: #EDDC26;
}
.AnyTagClassName
{
color: #EDDC26;
}
</style>
background-color css
<style>
a { background-color: #EDDC26; }
a { background-color: rgb(237,220,38); }
div.DivClassName
{
background-color: #EDDC26;
}
.BgClassName
{
background-color: #EDDC26;
}
</style>
border-color css
<style>
span { border-color: #EDDC26; }
span { border-color: rgb(237,220,38); }
td.TdClassName
{
border-color: #EDDC26;
}
.TagClassName
{
border-color: #EDDC26;
}
</style>