Shades of Golden Fizz #EDDB37
Tints of Golden Fizz #EDDB37
RGB
CMYK
RGB Variations
Color information
#EDDB37 (or 0xEDDB37) is known color: Golden Fizz. HEX triplet: ED, DB and 37. RGB value is (237,219,55). Sum of RGB (Red+Green+Blue) = 237+219+55=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 55 (21.88% from 255 or 10.76% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB37 is #1224C8. Grayscale: #CECECE. Windows color (decimal): -1189065 or 3660781. OLE color: 3660781.
HSL color Cylindrical-coordinate representation of color #EDDB37: hue angle of 54.07º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDDB37 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 55 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.07 |
| HSL | 54.07º | 0.83% | 0.57% | - |
| HSV(B) | 54.07º | 0.77% | 0.93% | - |
| XYZ | 60.95 | 68.94 | 13.71 | - |
| YUV | 205.69 | 42.96 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 55 | 0 | 0.08 | 0.77 | 0.07 | 54.07 | 0.83 | 0.57 |
| Hex | ED | DB | 37 | 0 | 8 | 4D | 7 | 36 | 53 | 39 |
| Octal | 355 | 333 | 67 | 0 | 10 | 115 | 7 | 66 | 123 | 71 |
| Binary | 11101101 | 11011011 | 110111 | 0 | 1000 | 1001101 | 111 | 110110 | 1010011 | 111001 |
Color Harmonies of #EDDB37
Complementary color
Monochromatic Colors of #EDDB37
Black with #EDDB37
Text Example
Text Example
White with #EDDB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB37; }
p { color: rgb(237,219,55); }
H1.HeaderClassName
{
color: #EDDB37;
}
.AnyTagClassName
{
color: #EDDB37;
}
</style>
background-color css
<style>
a { background-color: #EDDB37; }
a { background-color: rgb(237,219,55); }
div.DivClassName
{
background-color: #EDDB37;
}
.BgClassName
{
background-color: #EDDB37;
}
</style>
border-color css
<style>
span { border-color: #EDDB37; }
span { border-color: rgb(237,219,55); }
td.TdClassName
{
border-color: #EDDB37;
}
.TagClassName
{
border-color: #EDDB37;
}
</style>