Shades of Golden Fizz #EDDF1D
Tints of Golden Fizz #EDDF1D
RGB
CMYK
RGB Variations
Color information
#EDDF1D (or 0xEDDF1D) is known color: Golden Fizz. HEX triplet: ED, DF and 1D. RGB value is (237,223,29). Sum of RGB (Red+Green+Blue) = 237+223+29=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF1D is #1220E2. Grayscale: #CDCDCD. Windows color (decimal): -1188067 or 1957869. OLE color: 1957869.
HSL color Cylindrical-coordinate representation of color #EDDF1D: hue angle of 55.96º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDDF1D is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 29 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.07 |
| HSL | 55.96º | 0.85% | 0.52% | - |
| HSV(B) | 55.96º | 0.88% | 0.93% | - |
| XYZ | 61.53 | 70.87 | 11.6 | - |
| YUV | 205.07 | 28.64 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 29 | 0 | 0.06 | 0.88 | 0.07 | 55.96 | 0.85 | 0.52 |
| Hex | ED | DF | 1D | 0 | 6 | 58 | 7 | 38 | 55 | 34 |
| Octal | 355 | 337 | 35 | 0 | 6 | 130 | 7 | 70 | 125 | 64 |
| Binary | 11101101 | 11011111 | 11101 | 0 | 110 | 1011000 | 111 | 111000 | 1010101 | 110100 |
Color Harmonies of #EDDF1D
Complementary color
Monochromatic Colors of #EDDF1D
Black with #EDDF1D
Text Example
Text Example
White with #EDDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF1D; }
p { color: rgb(237,223,29); }
H1.HeaderClassName
{
color: #EDDF1D;
}
.AnyTagClassName
{
color: #EDDF1D;
}
</style>
background-color css
<style>
a { background-color: #EDDF1D; }
a { background-color: rgb(237,223,29); }
div.DivClassName
{
background-color: #EDDF1D;
}
.BgClassName
{
background-color: #EDDF1D;
}
</style>
border-color css
<style>
span { border-color: #EDDF1D; }
span { border-color: rgb(237,223,29); }
td.TdClassName
{
border-color: #EDDF1D;
}
.TagClassName
{
border-color: #EDDF1D;
}
</style>