Shades of Golden Fizz #EDE929
Tints of Golden Fizz #EDE929
RGB
CMYK
RGB Variations
Color information
#EDE929 (or 0xEDE929) is known color: Golden Fizz. HEX triplet: ED, E9 and 29. RGB value is (237,233,41). Sum of RGB (Red+Green+Blue) = 237+233+41=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 41 (16.41% from 255 or 8.02% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE929 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE929 is #1216D6. Grayscale: #D5D5D5. Windows color (decimal): -1185495 or 2746861. OLE color: 2746861.
HSL color Cylindrical-coordinate representation of color #EDE929: hue angle of 58.78º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDE929 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 41 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.07 |
| HSL | 58.78º | 0.84% | 0.55% | - |
| HSV(B) | 58.78º | 0.83% | 0.93% | - |
| XYZ | 64.46 | 76.44 | 13.46 | - |
| YUV | 212.31 | 31.33 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 41 | 0 | 0.02 | 0.83 | 0.07 | 58.78 | 0.84 | 0.55 |
| Hex | ED | E9 | 29 | 0 | 2 | 53 | 7 | 3B | 54 | 37 |
| Octal | 355 | 351 | 51 | 0 | 2 | 123 | 7 | 73 | 124 | 67 |
| Binary | 11101101 | 11101001 | 101001 | 0 | 10 | 1010011 | 111 | 111011 | 1010100 | 110111 |
Color Harmonies of #EDE929
Complementary color
Monochromatic Colors of #EDE929
Black with #EDE929
Text Example
Text Example
White with #EDE929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE929; }
p { color: rgb(237,233,41); }
H1.HeaderClassName
{
color: #EDE929;
}
.AnyTagClassName
{
color: #EDE929;
}
</style>
background-color css
<style>
a { background-color: #EDE929; }
a { background-color: rgb(237,233,41); }
div.DivClassName
{
background-color: #EDE929;
}
.BgClassName
{
background-color: #EDE929;
}
</style>
border-color css
<style>
span { border-color: #EDE929; }
span { border-color: rgb(237,233,41); }
td.TdClassName
{
border-color: #EDE929;
}
.TagClassName
{
border-color: #EDE929;
}
</style>