Shades of Golden Fizz #EDDC2B
Tints of Golden Fizz #EDDC2B
RGB
CMYK
RGB Variations
Color information
#EDDC2B (or 0xEDDC2B) is known color: Golden Fizz. HEX triplet: ED, DC and 2B. RGB value is (237,220,43). Sum of RGB (Red+Green+Blue) = 237+220+43=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC2B is #1223D4. Grayscale: #CDCDCD. Windows color (decimal): -1188821 or 2874605. OLE color: 2874605.
HSL color Cylindrical-coordinate representation of color #EDDC2B: hue angle of 54.74º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDDC2B is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 43 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.07 |
| HSL | 54.74º | 0.84% | 0.55% | - |
| HSV(B) | 54.74º | 0.82% | 0.93% | - |
| XYZ | 60.95 | 69.37 | 12.46 | - |
| YUV | 204.91 | 36.63 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 43 | 0 | 0.07 | 0.82 | 0.07 | 54.74 | 0.84 | 0.55 |
| Hex | ED | DC | 2B | 0 | 7 | 52 | 7 | 37 | 54 | 37 |
| Octal | 355 | 334 | 53 | 0 | 7 | 122 | 7 | 67 | 124 | 67 |
| Binary | 11101101 | 11011100 | 101011 | 0 | 111 | 1010010 | 111 | 110111 | 1010100 | 110111 |
Color Harmonies of #EDDC2B
Complementary color
Monochromatic Colors of #EDDC2B
Black with #EDDC2B
Text Example
Text Example
White with #EDDC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC2B; }
p { color: rgb(237,220,43); }
H1.HeaderClassName
{
color: #EDDC2B;
}
.AnyTagClassName
{
color: #EDDC2B;
}
</style>
background-color css
<style>
a { background-color: #EDDC2B; }
a { background-color: rgb(237,220,43); }
div.DivClassName
{
background-color: #EDDC2B;
}
.BgClassName
{
background-color: #EDDC2B;
}
</style>
border-color css
<style>
span { border-color: #EDDC2B; }
span { border-color: rgb(237,220,43); }
td.TdClassName
{
border-color: #EDDC2B;
}
.TagClassName
{
border-color: #EDDC2B;
}
</style>