Shades of Golden Fizz #EDE237
Tints of Golden Fizz #EDE237
RGB
CMYK
RGB Variations
Color information
#EDE237 (or 0xEDE237) is known color: Golden Fizz. HEX triplet: ED, E2 and 37. RGB value is (237,226,55). Sum of RGB (Red+Green+Blue) = 237+226+55=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 55 (21.88% from 255 or 10.62% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE237 is #121DC8. Grayscale: #D2D2D2. Windows color (decimal): -1187273 or 3662573. OLE color: 3662573.
HSL color Cylindrical-coordinate representation of color #EDE237: hue angle of 56.37º 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 #EDE237 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 55 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.07 |
| HSL | 56.37º | 0.83% | 0.57% | - |
| HSV(B) | 56.37º | 0.77% | 0.93% | - |
| XYZ | 62.81 | 72.67 | 14.33 | - |
| YUV | 209.8 | 40.64 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 55 | 0 | 0.05 | 0.77 | 0.07 | 56.37 | 0.83 | 0.57 |
| Hex | ED | E2 | 37 | 0 | 5 | 4D | 7 | 38 | 53 | 39 |
| Octal | 355 | 342 | 67 | 0 | 5 | 115 | 7 | 70 | 123 | 71 |
| Binary | 11101101 | 11100010 | 110111 | 0 | 101 | 1001101 | 111 | 111000 | 1010011 | 111001 |
Color Harmonies of #EDE237
Complementary color
Monochromatic Colors of #EDE237
Black with #EDE237
Text Example
Text Example
White with #EDE237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE237; }
p { color: rgb(237,226,55); }
H1.HeaderClassName
{
color: #EDE237;
}
.AnyTagClassName
{
color: #EDE237;
}
</style>
background-color css
<style>
a { background-color: #EDE237; }
a { background-color: rgb(237,226,55); }
div.DivClassName
{
background-color: #EDE237;
}
.BgClassName
{
background-color: #EDE237;
}
</style>
border-color css
<style>
span { border-color: #EDE237; }
span { border-color: rgb(237,226,55); }
td.TdClassName
{
border-color: #EDE237;
}
.TagClassName
{
border-color: #EDE237;
}
</style>