Shades of Golden Fizz #EBE01D
Tints of Golden Fizz #EBE01D
RGB
CMYK
RGB Variations
Color information
#EBE01D (or 0xEBE01D) is known color: Golden Fizz. HEX triplet: EB, E0 and 1D. RGB value is (235,224,29). Sum of RGB (Red+Green+Blue) = 235+224+29=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE01D is #141FE2. Grayscale: #CDCDCD. Windows color (decimal): -1318883 or 1958123. OLE color: 1958123.
HSL color Cylindrical-coordinate representation of color #EBE01D: hue angle of 56.8º 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 #EBE01D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 29 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.08 |
| HSL | 56.8º | 0.84% | 0.52% | - |
| HSV(B) | 56.8º | 0.88% | 0.92% | - |
| XYZ | 61.14 | 71.06 | 11.66 | - |
| YUV | 205.06 | 28.64 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 29 | 0 | 0.05 | 0.88 | 0.08 | 56.8 | 0.84 | 0.52 |
| Hex | EB | E0 | 1D | 0 | 5 | 58 | 8 | 39 | 54 | 34 |
| Octal | 353 | 340 | 35 | 0 | 5 | 130 | 10 | 71 | 124 | 64 |
| Binary | 11101011 | 11100000 | 11101 | 0 | 101 | 1011000 | 1000 | 111001 | 1010100 | 110100 |
Color Harmonies of #EBE01D
Complementary color
Monochromatic Colors of #EBE01D
Black with #EBE01D
Text Example
Text Example
White with #EBE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE01D; }
p { color: rgb(235,224,29); }
H1.HeaderClassName
{
color: #EBE01D;
}
.AnyTagClassName
{
color: #EBE01D;
}
</style>
background-color css
<style>
a { background-color: #EBE01D; }
a { background-color: rgb(235,224,29); }
div.DivClassName
{
background-color: #EBE01D;
}
.BgClassName
{
background-color: #EBE01D;
}
</style>
border-color css
<style>
span { border-color: #EBE01D; }
span { border-color: rgb(235,224,29); }
td.TdClassName
{
border-color: #EBE01D;
}
.TagClassName
{
border-color: #EBE01D;
}
</style>