Shades of Golden Fizz #EDDD3B
Tints of Golden Fizz #EDDD3B
RGB
CMYK
RGB Variations
Color information
#EDDD3B (or 0xEDDD3B) is known color: Golden Fizz. HEX triplet: ED, DD and 3B. RGB value is (237,221,59). Sum of RGB (Red+Green+Blue) = 237+221+59=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 59 (23.44% from 255 or 11.41% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD3B is #1222C4. Grayscale: #CFCFCF. Windows color (decimal): -1188549 or 3923437. OLE color: 3923437.
HSL color Cylindrical-coordinate representation of color #EDDD3B: hue angle of 54.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDDD3B is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 59 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.07 |
| HSL | 54.61º | 0.83% | 0.58% | - |
| HSV(B) | 54.61º | 0.75% | 0.93% | - |
| XYZ | 61.57 | 70.03 | 14.41 | - |
| YUV | 207.32 | 44.3 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 59 | 0 | 0.07 | 0.75 | 0.07 | 54.61 | 0.83 | 0.58 |
| Hex | ED | DD | 3B | 0 | 7 | 4B | 7 | 37 | 53 | 3A |
| Octal | 355 | 335 | 73 | 0 | 7 | 113 | 7 | 67 | 123 | 72 |
| Binary | 11101101 | 11011101 | 111011 | 0 | 111 | 1001011 | 111 | 110111 | 1010011 | 111010 |
Color Harmonies of #EDDD3B
Complementary color
Monochromatic Colors of #EDDD3B
Black with #EDDD3B
Text Example
Text Example
White with #EDDD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD3B; }
p { color: rgb(237,221,59); }
H1.HeaderClassName
{
color: #EDDD3B;
}
.AnyTagClassName
{
color: #EDDD3B;
}
</style>
background-color css
<style>
a { background-color: #EDDD3B; }
a { background-color: rgb(237,221,59); }
div.DivClassName
{
background-color: #EDDD3B;
}
.BgClassName
{
background-color: #EDDD3B;
}
</style>
border-color css
<style>
span { border-color: #EDDD3B; }
span { border-color: rgb(237,221,59); }
td.TdClassName
{
border-color: #EDDD3B;
}
.TagClassName
{
border-color: #EDDD3B;
}
</style>