Shades of Golden Fizz #EDEF2B
Tints of Golden Fizz #EDEF2B
RGB
CMYK
RGB Variations
Color information
#EDEF2B (or 0xEDEF2B) is known color: Golden Fizz. HEX triplet: ED, EF and 2B. RGB value is (237,239,43). Sum of RGB (Red+Green+Blue) = 237+239+43=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 43 (17.19% from 255 or 8.29% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF2B is #1210D4. Grayscale: #D8D8D8. Windows color (decimal): -1183957 or 2879469. OLE color: 2879469.
HSL color Cylindrical-coordinate representation of color #EDEF2B: 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.82%. Process color model (Four color, CMYK) of #EDEF2B is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 43 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.06 |
| HSL | 60.61º | 0.86% | 0.55% | - |
| HSV(B) | 60.61º | 0.82% | 0.94% | - |
| XYZ | 66.23 | 79.91 | 14.22 | - |
| YUV | 216.06 | 30.34 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 43 | 0.01 | 0 | 0.82 | 0.06 | 60.61 | 0.86 | 0.55 |
| Hex | ED | EF | 2B | 1 | 0 | 52 | 6 | 3D | 56 | 37 |
| Octal | 355 | 357 | 53 | 1 | 0 | 122 | 6 | 75 | 126 | 67 |
| Binary | 11101101 | 11101111 | 101011 | 1 | 0 | 1010010 | 110 | 111101 | 1010110 | 110111 |
Color Harmonies of #EDEF2B
Complementary color
Monochromatic Colors of #EDEF2B
Black with #EDEF2B
Text Example
Text Example
White with #EDEF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF2B; }
p { color: rgb(237,239,43); }
H1.HeaderClassName
{
color: #EDEF2B;
}
.AnyTagClassName
{
color: #EDEF2B;
}
</style>
background-color css
<style>
a { background-color: #EDEF2B; }
a { background-color: rgb(237,239,43); }
div.DivClassName
{
background-color: #EDEF2B;
}
.BgClassName
{
background-color: #EDEF2B;
}
</style>
border-color css
<style>
span { border-color: #EDEF2B; }
span { border-color: rgb(237,239,43); }
td.TdClassName
{
border-color: #EDEF2B;
}
.TagClassName
{
border-color: #EDEF2B;
}
</style>