Shades of Golden Fizz #EDEF23
Tints of Golden Fizz #EDEF23
RGB
CMYK
RGB Variations
Color information
#EDEF23 (or 0xEDEF23) is known color: Golden Fizz. HEX triplet: ED, EF and 23. RGB value is (237,239,35). Sum of RGB (Red+Green+Blue) = 237+239+35=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 35 (14.06% from 255 or 6.85% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF23 is #1210DC. Grayscale: #D7D7D7. Windows color (decimal): -1183965 or 2355181. OLE color: 2355181.
HSL color Cylindrical-coordinate representation of color #EDEF23: 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.85%. Process color model (Four color, CMYK) of #EDEF23 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 35 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.06 |
| HSL | 60.59º | 0.86% | 0.54% | - |
| HSV(B) | 60.59º | 0.85% | 0.94% | - |
| XYZ | 66.09 | 79.86 | 13.52 | - |
| YUV | 215.15 | 26.34 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 35 | 0.01 | 0 | 0.85 | 0.06 | 60.59 | 0.86 | 0.54 |
| Hex | ED | EF | 23 | 1 | 0 | 55 | 6 | 3D | 56 | 36 |
| Octal | 355 | 357 | 43 | 1 | 0 | 125 | 6 | 75 | 126 | 66 |
| Binary | 11101101 | 11101111 | 100011 | 1 | 0 | 1010101 | 110 | 111101 | 1010110 | 110110 |
Color Harmonies of #EDEF23
Complementary color
Monochromatic Colors of #EDEF23
Black with #EDEF23
Text Example
Text Example
White with #EDEF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF23; }
p { color: rgb(237,239,35); }
H1.HeaderClassName
{
color: #EDEF23;
}
.AnyTagClassName
{
color: #EDEF23;
}
</style>
background-color css
<style>
a { background-color: #EDEF23; }
a { background-color: rgb(237,239,35); }
div.DivClassName
{
background-color: #EDEF23;
}
.BgClassName
{
background-color: #EDEF23;
}
</style>
border-color css
<style>
span { border-color: #EDEF23; }
span { border-color: rgb(237,239,35); }
td.TdClassName
{
border-color: #EDEF23;
}
.TagClassName
{
border-color: #EDEF23;
}
</style>