Shades of Golden Fizz #EBDC20
Tints of Golden Fizz #EBDC20
RGB
CMYK
RGB Variations
Color information
#EBDC20 (or 0xEBDC20) is known color: Golden Fizz. HEX triplet: EB, DC and 20. RGB value is (235,220,32). Sum of RGB (Red+Green+Blue) = 235+220+32=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC20 is #1423DF. Grayscale: #CBCBCB. Windows color (decimal): -1319904 or 2153707. OLE color: 2153707.
HSL color Cylindrical-coordinate representation of color #EBDC20: hue angle of 55.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBDC20 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 32 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.08 |
| HSL | 55.57º | 0.84% | 0.52% | - |
| HSV(B) | 55.57º | 0.86% | 0.92% | - |
| XYZ | 60.11 | 68.95 | 11.51 | - |
| YUV | 203.05 | 31.47 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 32 | 0 | 0.06 | 0.86 | 0.08 | 55.57 | 0.84 | 0.52 |
| Hex | EB | DC | 20 | 0 | 6 | 56 | 8 | 38 | 54 | 34 |
| Octal | 353 | 334 | 40 | 0 | 6 | 126 | 10 | 70 | 124 | 64 |
| Binary | 11101011 | 11011100 | 100000 | 0 | 110 | 1010110 | 1000 | 111000 | 1010100 | 110100 |
Color Harmonies of #EBDC20
Complementary color
Monochromatic Colors of #EBDC20
Black with #EBDC20
Text Example
Text Example
White with #EBDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC20; }
p { color: rgb(235,220,32); }
H1.HeaderClassName
{
color: #EBDC20;
}
.AnyTagClassName
{
color: #EBDC20;
}
</style>
background-color css
<style>
a { background-color: #EBDC20; }
a { background-color: rgb(235,220,32); }
div.DivClassName
{
background-color: #EBDC20;
}
.BgClassName
{
background-color: #EBDC20;
}
</style>
border-color css
<style>
span { border-color: #EBDC20; }
span { border-color: rgb(235,220,32); }
td.TdClassName
{
border-color: #EBDC20;
}
.TagClassName
{
border-color: #EBDC20;
}
</style>