Shades of Golden Fizz #EDDD21
Tints of Golden Fizz #EDDD21
RGB
CMYK
RGB Variations
Color information
#EDDD21 (or 0xEDDD21) is known color: Golden Fizz. HEX triplet: ED, DD and 21. RGB value is (237,221,33). Sum of RGB (Red+Green+Blue) = 237+221+33=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 33 (13.28% from 255 or 6.72% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD21 is #1222DE. Grayscale: #CDCDCD. Windows color (decimal): -1188575 or 2219501. OLE color: 2219501.
HSL color Cylindrical-coordinate representation of color #EDDD21: hue angle of 55.29º 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 #EDDD21 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 33 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.07 |
| HSL | 55.29º | 0.85% | 0.53% | - |
| HSV(B) | 55.29º | 0.86% | 0.93% | - |
| XYZ | 61.06 | 69.83 | 11.7 | - |
| YUV | 204.35 | 31.3 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 33 | 0 | 0.07 | 0.86 | 0.07 | 55.29 | 0.85 | 0.53 |
| Hex | ED | DD | 21 | 0 | 7 | 56 | 7 | 37 | 55 | 35 |
| Octal | 355 | 335 | 41 | 0 | 7 | 126 | 7 | 67 | 125 | 65 |
| Binary | 11101101 | 11011101 | 100001 | 0 | 111 | 1010110 | 111 | 110111 | 1010101 | 110101 |
Color Harmonies of #EDDD21
Complementary color
Monochromatic Colors of #EDDD21
Black with #EDDD21
Text Example
Text Example
White with #EDDD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD21; }
p { color: rgb(237,221,33); }
H1.HeaderClassName
{
color: #EDDD21;
}
.AnyTagClassName
{
color: #EDDD21;
}
</style>
background-color css
<style>
a { background-color: #EDDD21; }
a { background-color: rgb(237,221,33); }
div.DivClassName
{
background-color: #EDDD21;
}
.BgClassName
{
background-color: #EDDD21;
}
</style>
border-color css
<style>
span { border-color: #EDDD21; }
span { border-color: rgb(237,221,33); }
td.TdClassName
{
border-color: #EDDD21;
}
.TagClassName
{
border-color: #EDDD21;
}
</style>