Shades of Golden Fizz #EDDB21
Tints of Golden Fizz #EDDB21
RGB
CMYK
RGB Variations
Color information
#EDDB21 (or 0xEDDB21) is known color: Golden Fizz. HEX triplet: ED, DB and 21. RGB value is (237,219,33). Sum of RGB (Red+Green+Blue) = 237+219+33=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB21 is #1224DE. Grayscale: #CBCBCB. Windows color (decimal): -1189087 or 2218989. OLE color: 2218989.
HSL color Cylindrical-coordinate representation of color #EDDB21: hue angle of 54.71º 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 #EDDB21 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 33 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.07 |
| HSL | 54.71º | 0.85% | 0.53% | - |
| HSV(B) | 54.71º | 0.86% | 0.93% | - |
| XYZ | 60.53 | 68.78 | 11.52 | - |
| YUV | 203.18 | 31.96 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 33 | 0 | 0.08 | 0.86 | 0.07 | 54.71 | 0.85 | 0.53 |
| Hex | ED | DB | 21 | 0 | 8 | 56 | 7 | 37 | 55 | 35 |
| Octal | 355 | 333 | 41 | 0 | 10 | 126 | 7 | 67 | 125 | 65 |
| Binary | 11101101 | 11011011 | 100001 | 0 | 1000 | 1010110 | 111 | 110111 | 1010101 | 110101 |
Color Harmonies of #EDDB21
Complementary color
Monochromatic Colors of #EDDB21
Black with #EDDB21
Text Example
Text Example
White with #EDDB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB21; }
p { color: rgb(237,219,33); }
H1.HeaderClassName
{
color: #EDDB21;
}
.AnyTagClassName
{
color: #EDDB21;
}
</style>
background-color css
<style>
a { background-color: #EDDB21; }
a { background-color: rgb(237,219,33); }
div.DivClassName
{
background-color: #EDDB21;
}
.BgClassName
{
background-color: #EDDB21;
}
</style>
border-color css
<style>
span { border-color: #EDDB21; }
span { border-color: rgb(237,219,33); }
td.TdClassName
{
border-color: #EDDB21;
}
.TagClassName
{
border-color: #EDDB21;
}
</style>