Shades of Golden Fizz #EDDB26
Tints of Golden Fizz #EDDB26
RGB
CMYK
RGB Variations
Color information
#EDDB26 (or 0xEDDB26) is known color: Golden Fizz. HEX triplet: ED, DB and 26. RGB value is (237,219,38). Sum of RGB (Red+Green+Blue) = 237+219+38=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 38 (15.23% from 255 or 7.69% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB26 is #1224D9. Grayscale: #CCCCCC. Windows color (decimal): -1189082 or 2546669. OLE color: 2546669.
HSL color Cylindrical-coordinate representation of color #EDDB26: hue angle of 54.57º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDDB26 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 38 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.07 |
| HSL | 54.57º | 0.85% | 0.54% | - |
| HSV(B) | 54.57º | 0.84% | 0.93% | - |
| XYZ | 60.61 | 68.81 | 11.92 | - |
| YUV | 203.75 | 34.46 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 38 | 0 | 0.08 | 0.84 | 0.07 | 54.57 | 0.85 | 0.54 |
| Hex | ED | DB | 26 | 0 | 8 | 54 | 7 | 37 | 55 | 36 |
| Octal | 355 | 333 | 46 | 0 | 10 | 124 | 7 | 67 | 125 | 66 |
| Binary | 11101101 | 11011011 | 100110 | 0 | 1000 | 1010100 | 111 | 110111 | 1010101 | 110110 |
Color Harmonies of #EDDB26
Complementary color
Monochromatic Colors of #EDDB26
Black with #EDDB26
Text Example
Text Example
White with #EDDB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB26; }
p { color: rgb(237,219,38); }
H1.HeaderClassName
{
color: #EDDB26;
}
.AnyTagClassName
{
color: #EDDB26;
}
</style>
background-color css
<style>
a { background-color: #EDDB26; }
a { background-color: rgb(237,219,38); }
div.DivClassName
{
background-color: #EDDB26;
}
.BgClassName
{
background-color: #EDDB26;
}
</style>
border-color css
<style>
span { border-color: #EDDB26; }
span { border-color: rgb(237,219,38); }
td.TdClassName
{
border-color: #EDDB26;
}
.TagClassName
{
border-color: #EDDB26;
}
</style>