Shades of Golden Fizz #EDEF2D
Tints of Golden Fizz #EDEF2D
RGB
CMYK
RGB Variations
Color information
#EDEF2D (or 0xEDEF2D) is known color: Golden Fizz. HEX triplet: ED, EF and 2D. RGB value is (237,239,45). Sum of RGB (Red+Green+Blue) = 237+239+45=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 45 (17.97% from 255 or 8.64% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF2D is #1210D2. Grayscale: #D9D9D9. Windows color (decimal): -1183955 or 3010541. OLE color: 3010541.
HSL color Cylindrical-coordinate representation of color #EDEF2D: hue angle of 60.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDEF2D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 45 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.06 |
| HSL | 60.62º | 0.86% | 0.56% | - |
| HSV(B) | 60.62º | 0.81% | 0.94% | - |
| XYZ | 66.27 | 79.93 | 14.42 | - |
| YUV | 216.29 | 31.34 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 45 | 0.01 | 0 | 0.81 | 0.06 | 60.62 | 0.86 | 0.56 |
| Hex | ED | EF | 2D | 1 | 0 | 51 | 6 | 3D | 56 | 38 |
| Octal | 355 | 357 | 55 | 1 | 0 | 121 | 6 | 75 | 126 | 70 |
| Binary | 11101101 | 11101111 | 101101 | 1 | 0 | 1010001 | 110 | 111101 | 1010110 | 111000 |
Color Harmonies of #EDEF2D
Complementary color
Monochromatic Colors of #EDEF2D
Black with #EDEF2D
Text Example
Text Example
White with #EDEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF2D; }
p { color: rgb(237,239,45); }
H1.HeaderClassName
{
color: #EDEF2D;
}
.AnyTagClassName
{
color: #EDEF2D;
}
</style>
background-color css
<style>
a { background-color: #EDEF2D; }
a { background-color: rgb(237,239,45); }
div.DivClassName
{
background-color: #EDEF2D;
}
.BgClassName
{
background-color: #EDEF2D;
}
</style>
border-color css
<style>
span { border-color: #EDEF2D; }
span { border-color: rgb(237,239,45); }
td.TdClassName
{
border-color: #EDEF2D;
}
.TagClassName
{
border-color: #EDEF2D;
}
</style>