Shades of Golden Fizz #EDD937
Tints of Golden Fizz #EDD937
RGB
CMYK
RGB Variations
Color information
#EDD937 (or 0xEDD937) is known color: Golden Fizz. HEX triplet: ED, D9 and 37. RGB value is (237,217,55). Sum of RGB (Red+Green+Blue) = 237+217+55=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 55 (21.88% from 255 or 10.81% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD937 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD937 is #1226C8. Grayscale: #CDCDCD. Windows color (decimal): -1189577 or 3660269. OLE color: 3660269.
HSL color Cylindrical-coordinate representation of color #EDD937: hue angle of 53.41º 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 #EDD937 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 55 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.07 |
| HSL | 53.41º | 0.83% | 0.57% | - |
| HSV(B) | 53.41º | 0.77% | 0.93% | - |
| XYZ | 60.43 | 67.91 | 13.54 | - |
| YUV | 204.51 | 43.63 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 55 | 0 | 0.08 | 0.77 | 0.07 | 53.41 | 0.83 | 0.57 |
| Hex | ED | D9 | 37 | 0 | 8 | 4D | 7 | 35 | 53 | 39 |
| Octal | 355 | 331 | 67 | 0 | 10 | 115 | 7 | 65 | 123 | 71 |
| Binary | 11101101 | 11011001 | 110111 | 0 | 1000 | 1001101 | 111 | 110101 | 1010011 | 111001 |
Color Harmonies of #EDD937
Complementary color
Monochromatic Colors of #EDD937
Black with #EDD937
Text Example
Text Example
White with #EDD937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD937; }
p { color: rgb(237,217,55); }
H1.HeaderClassName
{
color: #EDD937;
}
.AnyTagClassName
{
color: #EDD937;
}
</style>
background-color css
<style>
a { background-color: #EDD937; }
a { background-color: rgb(237,217,55); }
div.DivClassName
{
background-color: #EDD937;
}
.BgClassName
{
background-color: #EDD937;
}
</style>
border-color css
<style>
span { border-color: #EDD937; }
span { border-color: rgb(237,217,55); }
td.TdClassName
{
border-color: #EDD937;
}
.TagClassName
{
border-color: #EDD937;
}
</style>