Shades of Golden Fizz #EDDD34
Tints of Golden Fizz #EDDD34
RGB
CMYK
RGB Variations
Color information
#EDDD34 (or 0xEDDD34) is known color: Golden Fizz. HEX triplet: ED, DD and 34. RGB value is (237,221,52). Sum of RGB (Red+Green+Blue) = 237+221+52=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 52 (20.70% from 255 or 10.20% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD34 is #1222CB. Grayscale: #CFCFCF. Windows color (decimal): -1188556 or 3464685. OLE color: 3464685.
HSL color Cylindrical-coordinate representation of color #EDDD34: hue angle of 54.81º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDDD34 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 52 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.07 |
| HSL | 54.81º | 0.84% | 0.57% | - |
| HSV(B) | 54.81º | 0.78% | 0.93% | - |
| XYZ | 61.4 | 69.97 | 13.52 | - |
| YUV | 206.52 | 40.8 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 52 | 0 | 0.07 | 0.78 | 0.07 | 54.81 | 0.84 | 0.57 |
| Hex | ED | DD | 34 | 0 | 7 | 4E | 7 | 37 | 54 | 39 |
| Octal | 355 | 335 | 64 | 0 | 7 | 116 | 7 | 67 | 124 | 71 |
| Binary | 11101101 | 11011101 | 110100 | 0 | 111 | 1001110 | 111 | 110111 | 1010100 | 111001 |
Color Harmonies of #EDDD34
Complementary color
Monochromatic Colors of #EDDD34
Black with #EDDD34
Text Example
Text Example
White with #EDDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD34; }
p { color: rgb(237,221,52); }
H1.HeaderClassName
{
color: #EDDD34;
}
.AnyTagClassName
{
color: #EDDD34;
}
</style>
background-color css
<style>
a { background-color: #EDDD34; }
a { background-color: rgb(237,221,52); }
div.DivClassName
{
background-color: #EDDD34;
}
.BgClassName
{
background-color: #EDDD34;
}
</style>
border-color css
<style>
span { border-color: #EDDD34; }
span { border-color: rgb(237,221,52); }
td.TdClassName
{
border-color: #EDDD34;
}
.TagClassName
{
border-color: #EDDD34;
}
</style>