Shades of Golden Fizz #EDE537
Tints of Golden Fizz #EDE537
RGB
CMYK
RGB Variations
Color information
#EDE537 (or 0xEDE537) is known color: Golden Fizz. HEX triplet: ED, E5 and 37. RGB value is (237,229,55). Sum of RGB (Red+Green+Blue) = 237+229+55=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 55 (21.88% from 255 or 10.56% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE537 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE537 is #121AC8. Grayscale: #D4D4D4. Windows color (decimal): -1186505 or 3663341. OLE color: 3663341.
HSL color Cylindrical-coordinate representation of color #EDE537: hue angle of 57.36º 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 #EDE537 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 55 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.07 |
| HSL | 57.36º | 0.83% | 0.57% | - |
| HSV(B) | 57.36º | 0.77% | 0.93% | - |
| XYZ | 63.63 | 74.32 | 14.61 | - |
| YUV | 211.56 | 39.65 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 55 | 0 | 0.03 | 0.77 | 0.07 | 57.36 | 0.83 | 0.57 |
| Hex | ED | E5 | 37 | 0 | 3 | 4D | 7 | 39 | 53 | 39 |
| Octal | 355 | 345 | 67 | 0 | 3 | 115 | 7 | 71 | 123 | 71 |
| Binary | 11101101 | 11100101 | 110111 | 0 | 11 | 1001101 | 111 | 111001 | 1010011 | 111001 |
Color Harmonies of #EDE537
Complementary color
Monochromatic Colors of #EDE537
Black with #EDE537
Text Example
Text Example
White with #EDE537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE537; }
p { color: rgb(237,229,55); }
H1.HeaderClassName
{
color: #EDE537;
}
.AnyTagClassName
{
color: #EDE537;
}
</style>
background-color css
<style>
a { background-color: #EDE537; }
a { background-color: rgb(237,229,55); }
div.DivClassName
{
background-color: #EDE537;
}
.BgClassName
{
background-color: #EDE537;
}
</style>
border-color css
<style>
span { border-color: #EDE537; }
span { border-color: rgb(237,229,55); }
td.TdClassName
{
border-color: #EDE537;
}
.TagClassName
{
border-color: #EDE537;
}
</style>