Shades of Golden Fizz #EDEF33
Tints of Golden Fizz #EDEF33
RGB
CMYK
RGB Variations
Color information
#EDEF33 (or 0xEDEF33) is known color: Golden Fizz. HEX triplet: ED, EF and 33. RGB value is (237,239,51). Sum of RGB (Red+Green+Blue) = 237+239+51=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 51 (20.31% from 255 or 9.68% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF33 is #1210CC. Grayscale: #D9D9D9. Windows color (decimal): -1183949 or 3403757. OLE color: 3403757.
HSL color Cylindrical-coordinate representation of color #EDEF33: hue angle of 60.64º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDEF33 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 51 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.06 |
| HSL | 60.64º | 0.85% | 0.57% | - |
| HSV(B) | 60.64º | 0.79% | 0.94% | - |
| XYZ | 66.39 | 79.98 | 15.07 | - |
| YUV | 216.97 | 34.34 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 51 | 0.01 | 0 | 0.79 | 0.06 | 60.64 | 0.85 | 0.57 |
| Hex | ED | EF | 33 | 1 | 0 | 4F | 6 | 3D | 55 | 39 |
| Octal | 355 | 357 | 63 | 1 | 0 | 117 | 6 | 75 | 125 | 71 |
| Binary | 11101101 | 11101111 | 110011 | 1 | 0 | 1001111 | 110 | 111101 | 1010101 | 111001 |
Color Harmonies of #EDEF33
Complementary color
Monochromatic Colors of #EDEF33
Black with #EDEF33
Text Example
Text Example
White with #EDEF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF33; }
p { color: rgb(237,239,51); }
H1.HeaderClassName
{
color: #EDEF33;
}
.AnyTagClassName
{
color: #EDEF33;
}
</style>
background-color css
<style>
a { background-color: #EDEF33; }
a { background-color: rgb(237,239,51); }
div.DivClassName
{
background-color: #EDEF33;
}
.BgClassName
{
background-color: #EDEF33;
}
</style>
border-color css
<style>
span { border-color: #EDEF33; }
span { border-color: rgb(237,239,51); }
td.TdClassName
{
border-color: #EDEF33;
}
.TagClassName
{
border-color: #EDEF33;
}
</style>