Shades of Golden Fizz #EDEF35
Tints of Golden Fizz #EDEF35
RGB
CMYK
RGB Variations
Color information
#EDEF35 (or 0xEDEF35) is known color: Golden Fizz. HEX triplet: ED, EF and 35. RGB value is (237,239,53). Sum of RGB (Red+Green+Blue) = 237+239+53=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 53 (21.09% from 255 or 10.02% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF35 is #1210CA. Grayscale: #D9D9D9. Windows color (decimal): -1183947 or 3534829. OLE color: 3534829.
HSL color Cylindrical-coordinate representation of color #EDEF35: 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.78%. Process color model (Four color, CMYK) of #EDEF35 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 53 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.06 |
| HSL | 60.65º | 0.85% | 0.57% | - |
| HSV(B) | 60.65º | 0.78% | 0.94% | - |
| XYZ | 66.43 | 79.99 | 15.31 | - |
| YUV | 217.2 | 35.34 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 53 | 0.01 | 0 | 0.78 | 0.06 | 60.65 | 0.85 | 0.57 |
| Hex | ED | EF | 35 | 1 | 0 | 4E | 6 | 3D | 55 | 39 |
| Octal | 355 | 357 | 65 | 1 | 0 | 116 | 6 | 75 | 125 | 71 |
| Binary | 11101101 | 11101111 | 110101 | 1 | 0 | 1001110 | 110 | 111101 | 1010101 | 111001 |
Color Harmonies of #EDEF35
Complementary color
Monochromatic Colors of #EDEF35
Black with #EDEF35
Text Example
Text Example
White with #EDEF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF35; }
p { color: rgb(237,239,53); }
H1.HeaderClassName
{
color: #EDEF35;
}
.AnyTagClassName
{
color: #EDEF35;
}
</style>
background-color css
<style>
a { background-color: #EDEF35; }
a { background-color: rgb(237,239,53); }
div.DivClassName
{
background-color: #EDEF35;
}
.BgClassName
{
background-color: #EDEF35;
}
</style>
border-color css
<style>
span { border-color: #EDEF35; }
span { border-color: rgb(237,239,53); }
td.TdClassName
{
border-color: #EDEF35;
}
.TagClassName
{
border-color: #EDEF35;
}
</style>