Shades of Golden Fizz #EDD837
Tints of Golden Fizz #EDD837
RGB
CMYK
RGB Variations
Color information
#EDD837 (or 0xEDD837) is known color: Golden Fizz. HEX triplet: ED, D8 and 37. RGB value is (237,216,55). Sum of RGB (Red+Green+Blue) = 237+216+55=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 55 (21.88% from 255 or 10.83% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD837 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD837 is #1227C8. Grayscale: #CCCCCC. Windows color (decimal): -1189833 or 3660013. OLE color: 3660013.
HSL color Cylindrical-coordinate representation of color #EDD837: hue angle of 53.08º 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 #EDD837 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 55 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.07 |
| HSL | 53.08º | 0.83% | 0.57% | - |
| HSV(B) | 53.08º | 0.77% | 0.93% | - |
| XYZ | 60.17 | 67.39 | 13.45 | - |
| YUV | 203.93 | 43.96 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 55 | 0 | 0.09 | 0.77 | 0.07 | 53.08 | 0.83 | 0.57 |
| Hex | ED | D8 | 37 | 0 | 9 | 4D | 7 | 35 | 53 | 39 |
| Octal | 355 | 330 | 67 | 0 | 11 | 115 | 7 | 65 | 123 | 71 |
| Binary | 11101101 | 11011000 | 110111 | 0 | 1001 | 1001101 | 111 | 110101 | 1010011 | 111001 |
Color Harmonies of #EDD837
Complementary color
Monochromatic Colors of #EDD837
Black with #EDD837
Text Example
Text Example
White with #EDD837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD837; }
p { color: rgb(237,216,55); }
H1.HeaderClassName
{
color: #EDD837;
}
.AnyTagClassName
{
color: #EDD837;
}
</style>
background-color css
<style>
a { background-color: #EDD837; }
a { background-color: rgb(237,216,55); }
div.DivClassName
{
background-color: #EDD837;
}
.BgClassName
{
background-color: #EDD837;
}
</style>
border-color css
<style>
span { border-color: #EDD837; }
span { border-color: rgb(237,216,55); }
td.TdClassName
{
border-color: #EDD837;
}
.TagClassName
{
border-color: #EDD837;
}
</style>