Shades of Golden Fizz #EDE924
Tints of Golden Fizz #EDE924
RGB
CMYK
RGB Variations
Color information
#EDE924 (or 0xEDE924) is known color: Golden Fizz. HEX triplet: ED, E9 and 24. RGB value is (237,233,36). Sum of RGB (Red+Green+Blue) = 237+233+36=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 36 (14.45% from 255 or 7.11% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE924 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE924 is #1216DB. Grayscale: #D4D4D4. Windows color (decimal): -1185500 or 2419181. OLE color: 2419181.
HSL color Cylindrical-coordinate representation of color #EDE924: hue angle of 58.81º 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 #EDE924 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 36 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.07 |
| HSL | 58.81º | 0.85% | 0.54% | - |
| HSV(B) | 58.81º | 0.85% | 0.93% | - |
| XYZ | 64.38 | 76.41 | 13.02 | - |
| YUV | 211.74 | 28.83 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 36 | 0 | 0.02 | 0.85 | 0.07 | 58.81 | 0.85 | 0.54 |
| Hex | ED | E9 | 24 | 0 | 2 | 55 | 7 | 3B | 55 | 36 |
| Octal | 355 | 351 | 44 | 0 | 2 | 125 | 7 | 73 | 125 | 66 |
| Binary | 11101101 | 11101001 | 100100 | 0 | 10 | 1010101 | 111 | 111011 | 1010101 | 110110 |
Color Harmonies of #EDE924
Complementary color
Monochromatic Colors of #EDE924
Black with #EDE924
Text Example
Text Example
White with #EDE924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE924; }
p { color: rgb(237,233,36); }
H1.HeaderClassName
{
color: #EDE924;
}
.AnyTagClassName
{
color: #EDE924;
}
</style>
background-color css
<style>
a { background-color: #EDE924; }
a { background-color: rgb(237,233,36); }
div.DivClassName
{
background-color: #EDE924;
}
.BgClassName
{
background-color: #EDE924;
}
</style>
border-color css
<style>
span { border-color: #EDE924; }
span { border-color: rgb(237,233,36); }
td.TdClassName
{
border-color: #EDE924;
}
.TagClassName
{
border-color: #EDE924;
}
</style>