Shades of Golden Fizz #EDEC36
Tints of Golden Fizz #EDEC36
RGB
CMYK
RGB Variations
Color information
#EDEC36 (or 0xEDEC36) is known color: Golden Fizz. HEX triplet: ED, EC and 36. RGB value is (237,236,54). Sum of RGB (Red+Green+Blue) = 237+236+54=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 54 (21.48% from 255 or 10.25% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC36 is #1213C9. Grayscale: #D8D8D8. Windows color (decimal): -1184714 or 3599597. OLE color: 3599597.
HSL color Cylindrical-coordinate representation of color #EDEC36: hue angle of 59.67º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDEC36 is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 54 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.07 |
| HSL | 59.67º | 0.84% | 0.57% | - |
| HSV(B) | 59.67º | 0.77% | 0.93% | - |
| XYZ | 65.59 | 78.26 | 15.14 | - |
| YUV | 215.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 54 | 0 | 0.00 | 0.77 | 0.07 | 59.67 | 0.84 | 0.57 |
| Hex | ED | EC | 36 | 0 | 0 | 4D | 7 | 3C | 54 | 39 |
| Octal | 355 | 354 | 66 | 0 | 0 | 115 | 7 | 74 | 124 | 71 |
| Binary | 11101101 | 11101100 | 110110 | 0 | 0 | 1001101 | 111 | 111100 | 1010100 | 111001 |
Color Harmonies of #EDEC36
Complementary color
Monochromatic Colors of #EDEC36
Black with #EDEC36
Text Example
Text Example
White with #EDEC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC36; }
p { color: rgb(237,236,54); }
H1.HeaderClassName
{
color: #EDEC36;
}
.AnyTagClassName
{
color: #EDEC36;
}
</style>
background-color css
<style>
a { background-color: #EDEC36; }
a { background-color: rgb(237,236,54); }
div.DivClassName
{
background-color: #EDEC36;
}
.BgClassName
{
background-color: #EDEC36;
}
</style>
border-color css
<style>
span { border-color: #EDEC36; }
span { border-color: rgb(237,236,54); }
td.TdClassName
{
border-color: #EDEC36;
}
.TagClassName
{
border-color: #EDEC36;
}
</style>