Shades of Golden Fizz #EBDD1D
Tints of Golden Fizz #EBDD1D
RGB
CMYK
RGB Variations
Color information
#EBDD1D (or 0xEBDD1D) is known color: Golden Fizz. HEX triplet: EB, DD and 1D. RGB value is (235,221,29). Sum of RGB (Red+Green+Blue) = 235+221+29=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD1D is #1422E2. Grayscale: #CCCCCC. Windows color (decimal): -1319651 or 1957355. OLE color: 1957355.
HSL color Cylindrical-coordinate representation of color #EBDD1D: hue angle of 55.92º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBDD1D is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 29 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.08 |
| HSL | 55.92º | 0.84% | 0.52% | - |
| HSV(B) | 55.92º | 0.88% | 0.92% | - |
| XYZ | 60.34 | 69.46 | 11.39 | - |
| YUV | 203.3 | 29.64 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 29 | 0 | 0.06 | 0.88 | 0.08 | 55.92 | 0.84 | 0.52 |
| Hex | EB | DD | 1D | 0 | 6 | 58 | 8 | 38 | 54 | 34 |
| Octal | 353 | 335 | 35 | 0 | 6 | 130 | 10 | 70 | 124 | 64 |
| Binary | 11101011 | 11011101 | 11101 | 0 | 110 | 1011000 | 1000 | 111000 | 1010100 | 110100 |
Color Harmonies of #EBDD1D
Complementary color
Monochromatic Colors of #EBDD1D
Black with #EBDD1D
Text Example
Text Example
White with #EBDD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDD1D; }
p { color: rgb(235,221,29); }
H1.HeaderClassName
{
color: #EBDD1D;
}
.AnyTagClassName
{
color: #EBDD1D;
}
</style>
background-color css
<style>
a { background-color: #EBDD1D; }
a { background-color: rgb(235,221,29); }
div.DivClassName
{
background-color: #EBDD1D;
}
.BgClassName
{
background-color: #EBDD1D;
}
</style>
border-color css
<style>
span { border-color: #EBDD1D; }
span { border-color: rgb(235,221,29); }
td.TdClassName
{
border-color: #EBDD1D;
}
.TagClassName
{
border-color: #EBDD1D;
}
</style>