Shades of Golden Fizz #EDEF36
Tints of Golden Fizz #EDEF36
RGB
CMYK
RGB Variations
Color information
#EDEF36 (or 0xEDEF36) is known color: Golden Fizz. HEX triplet: ED, EF and 36. RGB value is (237,239,54). Sum of RGB (Red+Green+Blue) = 237+239+54=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 54 (21.48% from 255 or 10.19% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF36 is #1210C9. Grayscale: #DADADA. Windows color (decimal): -1183946 or 3600365. OLE color: 3600365.
HSL color Cylindrical-coordinate representation of color #EDEF36: hue angle of 60.65º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDEF36 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 54 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.06 |
| HSL | 60.65º | 0.85% | 0.57% | - |
| HSV(B) | 60.65º | 0.77% | 0.94% | - |
| XYZ | 66.46 | 80 | 15.43 | - |
| YUV | 217.31 | 35.84 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 54 | 0.01 | 0 | 0.77 | 0.06 | 60.65 | 0.85 | 0.57 |
| Hex | ED | EF | 36 | 1 | 0 | 4D | 6 | 3D | 55 | 39 |
| Octal | 355 | 357 | 66 | 1 | 0 | 115 | 6 | 75 | 125 | 71 |
| Binary | 11101101 | 11101111 | 110110 | 1 | 0 | 1001101 | 110 | 111101 | 1010101 | 111001 |
Color Harmonies of #EDEF36
Complementary color
Monochromatic Colors of #EDEF36
Black with #EDEF36
Text Example
Text Example
White with #EDEF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF36; }
p { color: rgb(237,239,54); }
H1.HeaderClassName
{
color: #EDEF36;
}
.AnyTagClassName
{
color: #EDEF36;
}
</style>
background-color css
<style>
a { background-color: #EDEF36; }
a { background-color: rgb(237,239,54); }
div.DivClassName
{
background-color: #EDEF36;
}
.BgClassName
{
background-color: #EDEF36;
}
</style>
border-color css
<style>
span { border-color: #EDEF36; }
span { border-color: rgb(237,239,54); }
td.TdClassName
{
border-color: #EDEF36;
}
.TagClassName
{
border-color: #EDEF36;
}
</style>