Shades of Golden Fizz #EDEF22
Tints of Golden Fizz #EDEF22
RGB
CMYK
RGB Variations
Color information
#EDEF22 (or 0xEDEF22) is known color: Golden Fizz. HEX triplet: ED, EF and 22. RGB value is (237,239,34). Sum of RGB (Red+Green+Blue) = 237+239+34=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 34 (13.67% from 255 or 6.67% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF22 is #1210DD. Grayscale: #D7D7D7. Windows color (decimal): -1183966 or 2289645. OLE color: 2289645.
HSL color Cylindrical-coordinate representation of color #EDEF22: hue angle of 60.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDEF22 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 34 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.06 |
| HSL | 60.59º | 0.86% | 0.54% | - |
| HSV(B) | 60.59º | 0.86% | 0.94% | - |
| XYZ | 66.08 | 79.85 | 13.44 | - |
| YUV | 215.03 | 25.84 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 34 | 0.01 | 0 | 0.86 | 0.06 | 60.59 | 0.86 | 0.54 |
| Hex | ED | EF | 22 | 1 | 0 | 56 | 6 | 3D | 56 | 36 |
| Octal | 355 | 357 | 42 | 1 | 0 | 126 | 6 | 75 | 126 | 66 |
| Binary | 11101101 | 11101111 | 100010 | 1 | 0 | 1010110 | 110 | 111101 | 1010110 | 110110 |
Color Harmonies of #EDEF22
Complementary color
Monochromatic Colors of #EDEF22
Black with #EDEF22
Text Example
Text Example
White with #EDEF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF22; }
p { color: rgb(237,239,34); }
H1.HeaderClassName
{
color: #EDEF22;
}
.AnyTagClassName
{
color: #EDEF22;
}
</style>
background-color css
<style>
a { background-color: #EDEF22; }
a { background-color: rgb(237,239,34); }
div.DivClassName
{
background-color: #EDEF22;
}
.BgClassName
{
background-color: #EDEF22;
}
</style>
border-color css
<style>
span { border-color: #EDEF22; }
span { border-color: rgb(237,239,34); }
td.TdClassName
{
border-color: #EDEF22;
}
.TagClassName
{
border-color: #EDEF22;
}
</style>