Shades of Golden Fizz #EDDD36
Tints of Golden Fizz #EDDD36
RGB
CMYK
RGB Variations
Color information
#EDDD36 (or 0xEDDD36) is known color: Golden Fizz. HEX triplet: ED, DD and 36. RGB value is (237,221,54). Sum of RGB (Red+Green+Blue) = 237+221+54=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 54 (21.48% from 255 or 10.55% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD36 is #1222C9. Grayscale: #CFCFCF. Windows color (decimal): -1188554 or 3595757. OLE color: 3595757.
HSL color Cylindrical-coordinate representation of color #EDDD36: hue angle of 54.75º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDDD36 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 54 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.07 |
| HSL | 54.75º | 0.84% | 0.57% | - |
| HSV(B) | 54.75º | 0.77% | 0.93% | - |
| XYZ | 61.45 | 69.98 | 13.76 | - |
| YUV | 206.75 | 41.8 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 54 | 0 | 0.07 | 0.77 | 0.07 | 54.75 | 0.84 | 0.57 |
| Hex | ED | DD | 36 | 0 | 7 | 4D | 7 | 37 | 54 | 39 |
| Octal | 355 | 335 | 66 | 0 | 7 | 115 | 7 | 67 | 124 | 71 |
| Binary | 11101101 | 11011101 | 110110 | 0 | 111 | 1001101 | 111 | 110111 | 1010100 | 111001 |
Color Harmonies of #EDDD36
Complementary color
Monochromatic Colors of #EDDD36
Black with #EDDD36
Text Example
Text Example
White with #EDDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD36; }
p { color: rgb(237,221,54); }
H1.HeaderClassName
{
color: #EDDD36;
}
.AnyTagClassName
{
color: #EDDD36;
}
</style>
background-color css
<style>
a { background-color: #EDDD36; }
a { background-color: rgb(237,221,54); }
div.DivClassName
{
background-color: #EDDD36;
}
.BgClassName
{
background-color: #EDDD36;
}
</style>
border-color css
<style>
span { border-color: #EDDD36; }
span { border-color: rgb(237,221,54); }
td.TdClassName
{
border-color: #EDDD36;
}
.TagClassName
{
border-color: #EDDD36;
}
</style>