Shades of Golden Fizz #EDD737
Tints of Golden Fizz #EDD737
RGB
CMYK
RGB Variations
Color information
#EDD737 (or 0xEDD737) is known color: Golden Fizz. HEX triplet: ED, D7 and 37. RGB value is (237,215,55). Sum of RGB (Red+Green+Blue) = 237+215+55=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 55 (21.88% from 255 or 10.85% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD737 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD737 is #1228C8. Grayscale: #CCCCCC. Windows color (decimal): -1190089 or 3659757. OLE color: 3659757.
HSL color Cylindrical-coordinate representation of color #EDD737: hue angle of 52.75º 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 #EDD737 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 55 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.07 |
| HSL | 52.75º | 0.83% | 0.57% | - |
| HSV(B) | 52.75º | 0.77% | 0.93% | - |
| XYZ | 59.92 | 66.88 | 13.37 | - |
| YUV | 203.34 | 44.29 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 55 | 0 | 0.09 | 0.77 | 0.07 | 52.75 | 0.83 | 0.57 |
| Hex | ED | D7 | 37 | 0 | 9 | 4D | 7 | 35 | 53 | 39 |
| Octal | 355 | 327 | 67 | 0 | 11 | 115 | 7 | 65 | 123 | 71 |
| Binary | 11101101 | 11010111 | 110111 | 0 | 1001 | 1001101 | 111 | 110101 | 1010011 | 111001 |
Color Harmonies of #EDD737
Complementary color
Monochromatic Colors of #EDD737
Black with #EDD737
Text Example
Text Example
White with #EDD737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD737; }
p { color: rgb(237,215,55); }
H1.HeaderClassName
{
color: #EDD737;
}
.AnyTagClassName
{
color: #EDD737;
}
</style>
background-color css
<style>
a { background-color: #EDD737; }
a { background-color: rgb(237,215,55); }
div.DivClassName
{
background-color: #EDD737;
}
.BgClassName
{
background-color: #EDD737;
}
</style>
border-color css
<style>
span { border-color: #EDD737; }
span { border-color: rgb(237,215,55); }
td.TdClassName
{
border-color: #EDD737;
}
.TagClassName
{
border-color: #EDD737;
}
</style>