Shades of Golden Fizz #EDEC2C
Tints of Golden Fizz #EDEC2C
RGB
CMYK
RGB Variations
Color information
#EDEC2C (or 0xEDEC2C) is known color: Golden Fizz. HEX triplet: ED, EC and 2C. RGB value is (237,236,44). Sum of RGB (Red+Green+Blue) = 237+236+44=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 44 (17.58% from 255 or 8.51% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC2C is #1213D3. Grayscale: #D7D7D7. Windows color (decimal): -1184724 or 2944237. OLE color: 2944237.
HSL color Cylindrical-coordinate representation of color #EDEC2C: 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.81%. Process color model (Four color, CMYK) of #EDEC2C is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 44 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.07 |
| HSL | 59.69º | 0.84% | 0.55% | - |
| HSV(B) | 59.69º | 0.81% | 0.93% | - |
| XYZ | 65.38 | 78.18 | 14.03 | - |
| YUV | 214.41 | 31.83 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 44 | 0 | 0.00 | 0.81 | 0.07 | 59.69 | 0.84 | 0.55 |
| Hex | ED | EC | 2C | 0 | 0 | 51 | 7 | 3C | 54 | 37 |
| Octal | 355 | 354 | 54 | 0 | 0 | 121 | 7 | 74 | 124 | 67 |
| Binary | 11101101 | 11101100 | 101100 | 0 | 0 | 1010001 | 111 | 111100 | 1010100 | 110111 |
Color Harmonies of #EDEC2C
Complementary color
Monochromatic Colors of #EDEC2C
Black with #EDEC2C
Text Example
Text Example
White with #EDEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC2C; }
p { color: rgb(237,236,44); }
H1.HeaderClassName
{
color: #EDEC2C;
}
.AnyTagClassName
{
color: #EDEC2C;
}
</style>
background-color css
<style>
a { background-color: #EDEC2C; }
a { background-color: rgb(237,236,44); }
div.DivClassName
{
background-color: #EDEC2C;
}
.BgClassName
{
background-color: #EDEC2C;
}
</style>
border-color css
<style>
span { border-color: #EDEC2C; }
span { border-color: rgb(237,236,44); }
td.TdClassName
{
border-color: #EDEC2C;
}
.TagClassName
{
border-color: #EDEC2C;
}
</style>