Shades of Golden Fizz #EDEF37
Tints of Golden Fizz #EDEF37
RGB
CMYK
RGB Variations
Color information
#EDEF37 (or 0xEDEF37) is known color: Golden Fizz. HEX triplet: ED, EF and 37. RGB value is (237,239,55). Sum of RGB (Red+Green+Blue) = 237+239+55=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 55 (21.88% from 255 or 10.36% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF37 is #1210C8. Grayscale: #DADADA. Windows color (decimal): -1183945 or 3665901. OLE color: 3665901.
HSL color Cylindrical-coordinate representation of color #EDEF37: hue angle of 60.65º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDEF37 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 55 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.06 |
| HSL | 60.65º | 0.85% | 0.58% | - |
| HSV(B) | 60.65º | 0.77% | 0.94% | - |
| XYZ | 66.48 | 80.01 | 15.55 | - |
| YUV | 217.43 | 36.34 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 55 | 0.01 | 0 | 0.77 | 0.06 | 60.65 | 0.85 | 0.58 |
| Hex | ED | EF | 37 | 1 | 0 | 4D | 6 | 3D | 55 | 3A |
| Octal | 355 | 357 | 67 | 1 | 0 | 115 | 6 | 75 | 125 | 72 |
| Binary | 11101101 | 11101111 | 110111 | 1 | 0 | 1001101 | 110 | 111101 | 1010101 | 111010 |
Color Harmonies of #EDEF37
Complementary color
Monochromatic Colors of #EDEF37
Black with #EDEF37
Text Example
Text Example
White with #EDEF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF37; }
p { color: rgb(237,239,55); }
H1.HeaderClassName
{
color: #EDEF37;
}
.AnyTagClassName
{
color: #EDEF37;
}
</style>
background-color css
<style>
a { background-color: #EDEF37; }
a { background-color: rgb(237,239,55); }
div.DivClassName
{
background-color: #EDEF37;
}
.BgClassName
{
background-color: #EDEF37;
}
</style>
border-color css
<style>
span { border-color: #EDEF37; }
span { border-color: rgb(237,239,55); }
td.TdClassName
{
border-color: #EDEF37;
}
.TagClassName
{
border-color: #EDEF37;
}
</style>