Shades of Golden Fizz #EBDC2C
Tints of Golden Fizz #EBDC2C
RGB
CMYK
RGB Variations
Color information
#EBDC2C (or 0xEBDC2C) is known color: Golden Fizz. HEX triplet: EB, DC and 2C. RGB value is (235,220,44). Sum of RGB (Red+Green+Blue) = 235+220+44=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC2C is #1423D3. Grayscale: #CDCDCD. Windows color (decimal): -1319892 or 2940139. OLE color: 2940139.
HSL color Cylindrical-coordinate representation of color #EBDC2C: hue angle of 55.29º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBDC2C is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 44 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.08 |
| HSL | 55.29º | 0.83% | 0.55% | - |
| HSV(B) | 55.29º | 0.81% | 0.92% | - |
| XYZ | 60.31 | 69.03 | 12.53 | - |
| YUV | 204.42 | 37.47 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 44 | 0 | 0.06 | 0.81 | 0.08 | 55.29 | 0.83 | 0.55 |
| Hex | EB | DC | 2C | 0 | 6 | 51 | 8 | 37 | 53 | 37 |
| Octal | 353 | 334 | 54 | 0 | 6 | 121 | 10 | 67 | 123 | 67 |
| Binary | 11101011 | 11011100 | 101100 | 0 | 110 | 1010001 | 1000 | 110111 | 1010011 | 110111 |
Color Harmonies of #EBDC2C
Complementary color
Monochromatic Colors of #EBDC2C
Black with #EBDC2C
Text Example
Text Example
White with #EBDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC2C; }
p { color: rgb(235,220,44); }
H1.HeaderClassName
{
color: #EBDC2C;
}
.AnyTagClassName
{
color: #EBDC2C;
}
</style>
background-color css
<style>
a { background-color: #EBDC2C; }
a { background-color: rgb(235,220,44); }
div.DivClassName
{
background-color: #EBDC2C;
}
.BgClassName
{
background-color: #EBDC2C;
}
</style>
border-color css
<style>
span { border-color: #EBDC2C; }
span { border-color: rgb(235,220,44); }
td.TdClassName
{
border-color: #EBDC2C;
}
.TagClassName
{
border-color: #EBDC2C;
}
</style>