Shades of Golden Fizz #EDE424
Tints of Golden Fizz #EDE424
RGB
CMYK
RGB Variations
Color information
#EDE424 (or 0xEDE424) is known color: Golden Fizz. HEX triplet: ED, E4 and 24. RGB value is (237,228,36). Sum of RGB (Red+Green+Blue) = 237+228+36=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 36 (14.45% from 255 or 7.19% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE424 is #121BDB. Grayscale: #D1D1D1. Windows color (decimal): -1186780 or 2417901. OLE color: 2417901.
HSL color Cylindrical-coordinate representation of color #EDE424: hue angle of 57.31º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDE424 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 36 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.07 |
| HSL | 57.31º | 0.85% | 0.54% | - |
| HSV(B) | 57.31º | 0.85% | 0.93% | - |
| XYZ | 62.99 | 73.62 | 12.56 | - |
| YUV | 208.8 | 30.48 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 36 | 0 | 0.04 | 0.85 | 0.07 | 57.31 | 0.85 | 0.54 |
| Hex | ED | E4 | 24 | 0 | 4 | 55 | 7 | 39 | 55 | 36 |
| Octal | 355 | 344 | 44 | 0 | 4 | 125 | 7 | 71 | 125 | 66 |
| Binary | 11101101 | 11100100 | 100100 | 0 | 100 | 1010101 | 111 | 111001 | 1010101 | 110110 |
Color Harmonies of #EDE424
Complementary color
Monochromatic Colors of #EDE424
Black with #EDE424
Text Example
Text Example
White with #EDE424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE424; }
p { color: rgb(237,228,36); }
H1.HeaderClassName
{
color: #EDE424;
}
.AnyTagClassName
{
color: #EDE424;
}
</style>
background-color css
<style>
a { background-color: #EDE424; }
a { background-color: rgb(237,228,36); }
div.DivClassName
{
background-color: #EDE424;
}
.BgClassName
{
background-color: #EDE424;
}
</style>
border-color css
<style>
span { border-color: #EDE424; }
span { border-color: rgb(237,228,36); }
td.TdClassName
{
border-color: #EDE424;
}
.TagClassName
{
border-color: #EDE424;
}
</style>