Shades of Golden Fizz #EDDC28
Tints of Golden Fizz #EDDC28
RGB
CMYK
RGB Variations
Color information
#EDDC28 (or 0xEDDC28) is known color: Golden Fizz. HEX triplet: ED, DC and 28. RGB value is (237,220,40). Sum of RGB (Red+Green+Blue) = 237+220+40=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC28 is #1223D7. Grayscale: #CDCDCD. Windows color (decimal): -1188824 or 2677997. OLE color: 2677997.
HSL color Cylindrical-coordinate representation of color #EDDC28: hue angle of 54.82º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDDC28 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 40 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.07 |
| HSL | 54.82º | 0.85% | 0.54% | - |
| HSV(B) | 54.82º | 0.83% | 0.93% | - |
| XYZ | 60.9 | 69.34 | 12.18 | - |
| YUV | 204.56 | 35.13 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 40 | 0 | 0.07 | 0.83 | 0.07 | 54.82 | 0.85 | 0.54 |
| Hex | ED | DC | 28 | 0 | 7 | 53 | 7 | 37 | 55 | 36 |
| Octal | 355 | 334 | 50 | 0 | 7 | 123 | 7 | 67 | 125 | 66 |
| Binary | 11101101 | 11011100 | 101000 | 0 | 111 | 1010011 | 111 | 110111 | 1010101 | 110110 |
Color Harmonies of #EDDC28
Complementary color
Monochromatic Colors of #EDDC28
Black with #EDDC28
Text Example
Text Example
White with #EDDC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC28; }
p { color: rgb(237,220,40); }
H1.HeaderClassName
{
color: #EDDC28;
}
.AnyTagClassName
{
color: #EDDC28;
}
</style>
background-color css
<style>
a { background-color: #EDDC28; }
a { background-color: rgb(237,220,40); }
div.DivClassName
{
background-color: #EDDC28;
}
.BgClassName
{
background-color: #EDDC28;
}
</style>
border-color css
<style>
span { border-color: #EDDC28; }
span { border-color: rgb(237,220,40); }
td.TdClassName
{
border-color: #EDDC28;
}
.TagClassName
{
border-color: #EDDC28;
}
</style>