Shades of Golden Fizz #EDEC38
Tints of Golden Fizz #EDEC38
RGB
CMYK
RGB Variations
Color information
#EDEC38 (or 0xEDEC38) is known color: Golden Fizz. HEX triplet: ED, EC and 38. RGB value is (237,236,56). Sum of RGB (Red+Green+Blue) = 237+236+56=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 56 (22.27% from 255 or 10.59% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC38 is #1213C7. Grayscale: #D8D8D8. Windows color (decimal): -1184712 or 3730669. OLE color: 3730669.
HSL color Cylindrical-coordinate representation of color #EDEC38: hue angle of 59.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDEC38 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 56 | - |
| CMYK | 0 | 0.00 | 0.76 | 0.07 |
| HSL | 59.67º | 0.83% | 0.57% | - |
| HSV(B) | 59.67º | 0.76% | 0.93% | - |
| XYZ | 65.63 | 78.28 | 15.39 | - |
| YUV | 215.78 | 37.83 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 56 | 0 | 0.00 | 0.76 | 0.07 | 59.67 | 0.83 | 0.57 |
| Hex | ED | EC | 38 | 0 | 0 | 4C | 7 | 3C | 53 | 39 |
| Octal | 355 | 354 | 70 | 0 | 0 | 114 | 7 | 74 | 123 | 71 |
| Binary | 11101101 | 11101100 | 111000 | 0 | 0 | 1001100 | 111 | 111100 | 1010011 | 111001 |
Color Harmonies of #EDEC38
Complementary color
Monochromatic Colors of #EDEC38
Black with #EDEC38
Text Example
Text Example
White with #EDEC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC38; }
p { color: rgb(237,236,56); }
H1.HeaderClassName
{
color: #EDEC38;
}
.AnyTagClassName
{
color: #EDEC38;
}
</style>
background-color css
<style>
a { background-color: #EDEC38; }
a { background-color: rgb(237,236,56); }
div.DivClassName
{
background-color: #EDEC38;
}
.BgClassName
{
background-color: #EDEC38;
}
</style>
border-color css
<style>
span { border-color: #EDEC38; }
span { border-color: rgb(237,236,56); }
td.TdClassName
{
border-color: #EDEC38;
}
.TagClassName
{
border-color: #EDEC38;
}
</style>