Shades of Golden Fizz #EDDC33
Tints of Golden Fizz #EDDC33
RGB
CMYK
RGB Variations
Color information
#EDDC33 (or 0xEDDC33) is known color: Golden Fizz. HEX triplet: ED, DC and 33. RGB value is (237,220,51). Sum of RGB (Red+Green+Blue) = 237+220+51=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 51 (20.31% from 255 or 10.04% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC33 is #1223CC. Grayscale: #CECECE. Windows color (decimal): -1188813 or 3398893. OLE color: 3398893.
HSL color Cylindrical-coordinate representation of color #EDDC33: hue angle of 54.52º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDDC33 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 51 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.07 |
| HSL | 54.52º | 0.84% | 0.56% | - |
| HSV(B) | 54.52º | 0.78% | 0.93% | - |
| XYZ | 61.12 | 69.43 | 13.31 | - |
| YUV | 205.82 | 40.63 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 51 | 0 | 0.07 | 0.78 | 0.07 | 54.52 | 0.84 | 0.56 |
| Hex | ED | DC | 33 | 0 | 7 | 4E | 7 | 37 | 54 | 38 |
| Octal | 355 | 334 | 63 | 0 | 7 | 116 | 7 | 67 | 124 | 70 |
| Binary | 11101101 | 11011100 | 110011 | 0 | 111 | 1001110 | 111 | 110111 | 1010100 | 111000 |
Color Harmonies of #EDDC33
Complementary color
Monochromatic Colors of #EDDC33
Black with #EDDC33
Text Example
Text Example
White with #EDDC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC33; }
p { color: rgb(237,220,51); }
H1.HeaderClassName
{
color: #EDDC33;
}
.AnyTagClassName
{
color: #EDDC33;
}
</style>
background-color css
<style>
a { background-color: #EDDC33; }
a { background-color: rgb(237,220,51); }
div.DivClassName
{
background-color: #EDDC33;
}
.BgClassName
{
background-color: #EDDC33;
}
</style>
border-color css
<style>
span { border-color: #EDDC33; }
span { border-color: rgb(237,220,51); }
td.TdClassName
{
border-color: #EDDC33;
}
.TagClassName
{
border-color: #EDDC33;
}
</style>