Shades of Golden Fizz #EDD928
Tints of Golden Fizz #EDD928
RGB
CMYK
RGB Variations
Color information
#EDD928 (or 0xEDD928) is known color: Golden Fizz. HEX triplet: ED, D9 and 28. RGB value is (237,217,40). Sum of RGB (Red+Green+Blue) = 237+217+40=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD928 is #1226D7. Grayscale: #CBCBCB. Windows color (decimal): -1189592 or 2677229. OLE color: 2677229.
HSL color Cylindrical-coordinate representation of color #EDD928: hue angle of 53.91º 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 #EDD928 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 40 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.07 |
| HSL | 53.91º | 0.85% | 0.54% | - |
| HSV(B) | 53.91º | 0.83% | 0.93% | - |
| XYZ | 60.12 | 67.78 | 11.92 | - |
| YUV | 202.8 | 36.13 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 40 | 0 | 0.08 | 0.83 | 0.07 | 53.91 | 0.85 | 0.54 |
| Hex | ED | D9 | 28 | 0 | 8 | 53 | 7 | 36 | 55 | 36 |
| Octal | 355 | 331 | 50 | 0 | 10 | 123 | 7 | 66 | 125 | 66 |
| Binary | 11101101 | 11011001 | 101000 | 0 | 1000 | 1010011 | 111 | 110110 | 1010101 | 110110 |
Color Harmonies of #EDD928
Complementary color
Monochromatic Colors of #EDD928
Black with #EDD928
Text Example
Text Example
White with #EDD928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD928; }
p { color: rgb(237,217,40); }
H1.HeaderClassName
{
color: #EDD928;
}
.AnyTagClassName
{
color: #EDD928;
}
</style>
background-color css
<style>
a { background-color: #EDD928; }
a { background-color: rgb(237,217,40); }
div.DivClassName
{
background-color: #EDD928;
}
.BgClassName
{
background-color: #EDD928;
}
</style>
border-color css
<style>
span { border-color: #EDD928; }
span { border-color: rgb(237,217,40); }
td.TdClassName
{
border-color: #EDD928;
}
.TagClassName
{
border-color: #EDD928;
}
</style>