Shades of Golden Fizz #EDDB34
Tints of Golden Fizz #EDDB34
RGB
CMYK
RGB Variations
Color information
#EDDB34 (or 0xEDDB34) is known color: Golden Fizz. HEX triplet: ED, DB and 34. RGB value is (237,219,52). Sum of RGB (Red+Green+Blue) = 237+219+52=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB34 is #1224CB. Grayscale: #CECECE. Windows color (decimal): -1189068 or 3464173. OLE color: 3464173.
HSL color Cylindrical-coordinate representation of color #EDDB34: hue angle of 54.16º 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 #EDDB34 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 52 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.07 |
| HSL | 54.16º | 0.84% | 0.57% | - |
| HSV(B) | 54.16º | 0.78% | 0.93% | - |
| XYZ | 60.88 | 68.92 | 13.34 | - |
| YUV | 205.34 | 41.46 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 52 | 0 | 0.08 | 0.78 | 0.07 | 54.16 | 0.84 | 0.57 |
| Hex | ED | DB | 34 | 0 | 8 | 4E | 7 | 36 | 54 | 39 |
| Octal | 355 | 333 | 64 | 0 | 10 | 116 | 7 | 66 | 124 | 71 |
| Binary | 11101101 | 11011011 | 110100 | 0 | 1000 | 1001110 | 111 | 110110 | 1010100 | 111001 |
Color Harmonies of #EDDB34
Complementary color
Monochromatic Colors of #EDDB34
Black with #EDDB34
Text Example
Text Example
White with #EDDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB34; }
p { color: rgb(237,219,52); }
H1.HeaderClassName
{
color: #EDDB34;
}
.AnyTagClassName
{
color: #EDDB34;
}
</style>
background-color css
<style>
a { background-color: #EDDB34; }
a { background-color: rgb(237,219,52); }
div.DivClassName
{
background-color: #EDDB34;
}
.BgClassName
{
background-color: #EDDB34;
}
</style>
border-color css
<style>
span { border-color: #EDDB34; }
span { border-color: rgb(237,219,52); }
td.TdClassName
{
border-color: #EDDB34;
}
.TagClassName
{
border-color: #EDDB34;
}
</style>