Shades of Golden Fizz #EDEF29
Tints of Golden Fizz #EDEF29
RGB
CMYK
RGB Variations
Color information
#EDEF29 (or 0xEDEF29) is known color: Golden Fizz. HEX triplet: ED, EF and 29. RGB value is (237,239,41). Sum of RGB (Red+Green+Blue) = 237+239+41=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 41 (16.41% from 255 or 7.93% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF29 is #1210D6. Grayscale: #D8D8D8. Windows color (decimal): -1183959 or 2748397. OLE color: 2748397.
HSL color Cylindrical-coordinate representation of color #EDEF29: hue angle of 60.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDEF29 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 41 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.06 |
| HSL | 60.61º | 0.86% | 0.55% | - |
| HSV(B) | 60.61º | 0.83% | 0.94% | - |
| XYZ | 66.19 | 79.9 | 14.03 | - |
| YUV | 215.83 | 29.34 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 41 | 0.01 | 0 | 0.83 | 0.06 | 60.61 | 0.86 | 0.55 |
| Hex | ED | EF | 29 | 1 | 0 | 53 | 6 | 3D | 56 | 37 |
| Octal | 355 | 357 | 51 | 1 | 0 | 123 | 6 | 75 | 126 | 67 |
| Binary | 11101101 | 11101111 | 101001 | 1 | 0 | 1010011 | 110 | 111101 | 1010110 | 110111 |
Color Harmonies of #EDEF29
Complementary color
Monochromatic Colors of #EDEF29
Black with #EDEF29
Text Example
Text Example
White with #EDEF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF29; }
p { color: rgb(237,239,41); }
H1.HeaderClassName
{
color: #EDEF29;
}
.AnyTagClassName
{
color: #EDEF29;
}
</style>
background-color css
<style>
a { background-color: #EDEF29; }
a { background-color: rgb(237,239,41); }
div.DivClassName
{
background-color: #EDEF29;
}
.BgClassName
{
background-color: #EDEF29;
}
</style>
border-color css
<style>
span { border-color: #EDEF29; }
span { border-color: rgb(237,239,41); }
td.TdClassName
{
border-color: #EDEF29;
}
.TagClassName
{
border-color: #EDEF29;
}
</style>