Shades of Golden Fizz #EDDD22
Tints of Golden Fizz #EDDD22
RGB
CMYK
RGB Variations
Color information
#EDDD22 (or 0xEDDD22) is known color: Golden Fizz. HEX triplet: ED, DD and 22. RGB value is (237,221,34). Sum of RGB (Red+Green+Blue) = 237+221+34=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 34 (13.67% from 255 or 6.91% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD22 is #1222DD. Grayscale: #CDCDCD. Windows color (decimal): -1188574 or 2285037. OLE color: 2285037.
HSL color Cylindrical-coordinate representation of color #EDDD22: hue angle of 55.27º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDDD22 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 34 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.07 |
| HSL | 55.27º | 0.85% | 0.53% | - |
| HSV(B) | 55.27º | 0.86% | 0.93% | - |
| XYZ | 61.07 | 69.83 | 11.77 | - |
| YUV | 204.47 | 31.8 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 34 | 0 | 0.07 | 0.86 | 0.07 | 55.27 | 0.85 | 0.53 |
| Hex | ED | DD | 22 | 0 | 7 | 56 | 7 | 37 | 55 | 35 |
| Octal | 355 | 335 | 42 | 0 | 7 | 126 | 7 | 67 | 125 | 65 |
| Binary | 11101101 | 11011101 | 100010 | 0 | 111 | 1010110 | 111 | 110111 | 1010101 | 110101 |
Color Harmonies of #EDDD22
Complementary color
Monochromatic Colors of #EDDD22
Black with #EDDD22
Text Example
Text Example
White with #EDDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD22; }
p { color: rgb(237,221,34); }
H1.HeaderClassName
{
color: #EDDD22;
}
.AnyTagClassName
{
color: #EDDD22;
}
</style>
background-color css
<style>
a { background-color: #EDDD22; }
a { background-color: rgb(237,221,34); }
div.DivClassName
{
background-color: #EDDD22;
}
.BgClassName
{
background-color: #EDDD22;
}
</style>
border-color css
<style>
span { border-color: #EDDD22; }
span { border-color: rgb(237,221,34); }
td.TdClassName
{
border-color: #EDDD22;
}
.TagClassName
{
border-color: #EDDD22;
}
</style>