Shades of Golden Fizz #EDEC29
Tints of Golden Fizz #EDEC29
RGB
CMYK
RGB Variations
Color information
#EDEC29 (or 0xEDEC29) is known color: Golden Fizz. HEX triplet: ED, EC and 29. RGB value is (237,236,41). Sum of RGB (Red+Green+Blue) = 237+236+41=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 41 (16.41% from 255 or 7.98% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC29 is #1213D6. Grayscale: #D6D6D6. Windows color (decimal): -1184727 or 2747629. OLE color: 2747629.
HSL color Cylindrical-coordinate representation of color #EDEC29: hue angle of 59.69º 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 #EDEC29 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 41 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.07 |
| HSL | 59.69º | 0.84% | 0.55% | - |
| HSV(B) | 59.69º | 0.83% | 0.93% | - |
| XYZ | 65.32 | 78.16 | 13.74 | - |
| YUV | 214.07 | 30.33 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 41 | 0 | 0.00 | 0.83 | 0.07 | 59.69 | 0.84 | 0.55 |
| Hex | ED | EC | 29 | 0 | 0 | 53 | 7 | 3C | 54 | 37 |
| Octal | 355 | 354 | 51 | 0 | 0 | 123 | 7 | 74 | 124 | 67 |
| Binary | 11101101 | 11101100 | 101001 | 0 | 0 | 1010011 | 111 | 111100 | 1010100 | 110111 |
Color Harmonies of #EDEC29
Complementary color
Monochromatic Colors of #EDEC29
Black with #EDEC29
Text Example
Text Example
White with #EDEC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC29; }
p { color: rgb(237,236,41); }
H1.HeaderClassName
{
color: #EDEC29;
}
.AnyTagClassName
{
color: #EDEC29;
}
</style>
background-color css
<style>
a { background-color: #EDEC29; }
a { background-color: rgb(237,236,41); }
div.DivClassName
{
background-color: #EDEC29;
}
.BgClassName
{
background-color: #EDEC29;
}
</style>
border-color css
<style>
span { border-color: #EDEC29; }
span { border-color: rgb(237,236,41); }
td.TdClassName
{
border-color: #EDEC29;
}
.TagClassName
{
border-color: #EDEC29;
}
</style>