Shades of Golden Fizz #EDDF37
Tints of Golden Fizz #EDDF37
RGB
CMYK
RGB Variations
Color information
#EDDF37 (or 0xEDDF37) is known color: Golden Fizz. HEX triplet: ED, DF and 37. RGB value is (237,223,55). Sum of RGB (Red+Green+Blue) = 237+223+55=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 55 (21.88% from 255 or 10.68% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF37 is #1220C8. Grayscale: #D0D0D0. Windows color (decimal): -1188041 or 3661805. OLE color: 3661805.
HSL color Cylindrical-coordinate representation of color #EDDF37: hue angle of 55.38º 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 #EDDF37 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 55 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.07 |
| HSL | 55.38º | 0.83% | 0.57% | - |
| HSV(B) | 55.38º | 0.77% | 0.93% | - |
| XYZ | 62 | 71.06 | 14.06 | - |
| YUV | 208.03 | 41.64 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 55 | 0 | 0.06 | 0.77 | 0.07 | 55.38 | 0.83 | 0.57 |
| Hex | ED | DF | 37 | 0 | 6 | 4D | 7 | 37 | 53 | 39 |
| Octal | 355 | 337 | 67 | 0 | 6 | 115 | 7 | 67 | 123 | 71 |
| Binary | 11101101 | 11011111 | 110111 | 0 | 110 | 1001101 | 111 | 110111 | 1010011 | 111001 |
Color Harmonies of #EDDF37
Complementary color
Monochromatic Colors of #EDDF37
Black with #EDDF37
Text Example
Text Example
White with #EDDF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF37; }
p { color: rgb(237,223,55); }
H1.HeaderClassName
{
color: #EDDF37;
}
.AnyTagClassName
{
color: #EDDF37;
}
</style>
background-color css
<style>
a { background-color: #EDDF37; }
a { background-color: rgb(237,223,55); }
div.DivClassName
{
background-color: #EDDF37;
}
.BgClassName
{
background-color: #EDDF37;
}
</style>
border-color css
<style>
span { border-color: #EDDF37; }
span { border-color: rgb(237,223,55); }
td.TdClassName
{
border-color: #EDDF37;
}
.TagClassName
{
border-color: #EDDF37;
}
</style>