Shades of Golden Fizz #EBE81D
Tints of Golden Fizz #EBE81D
RGB
CMYK
RGB Variations
Color information
#EBE81D (or 0xEBE81D) is known color: Golden Fizz. HEX triplet: EB, E8 and 1D. RGB value is (235,232,29). Sum of RGB (Red+Green+Blue) = 235+232+29=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 29 (11.72% from 255 or 5.85% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE81D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE81D is #1417E2. Grayscale: #D2D2D2. Windows color (decimal): -1316835 or 1960171. OLE color: 1960171.
HSL color Cylindrical-coordinate representation of color #EBE81D: hue angle of 59.13º 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 #EBE81D is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 29 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.08 |
| HSL | 59.13º | 0.84% | 0.52% | - |
| HSV(B) | 59.13º | 0.88% | 0.92% | - |
| XYZ | 63.34 | 75.46 | 12.39 | - |
| YUV | 209.76 | 25.99 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 29 | 0 | 0.01 | 0.88 | 0.08 | 59.13 | 0.84 | 0.52 |
| Hex | EB | E8 | 1D | 0 | 1 | 58 | 8 | 3B | 54 | 34 |
| Octal | 353 | 350 | 35 | 0 | 1 | 130 | 10 | 73 | 124 | 64 |
| Binary | 11101011 | 11101000 | 11101 | 0 | 1 | 1011000 | 1000 | 111011 | 1010100 | 110100 |
Color Harmonies of #EBE81D
Complementary color
Monochromatic Colors of #EBE81D
Black with #EBE81D
Text Example
Text Example
White with #EBE81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE81D; }
p { color: rgb(235,232,29); }
H1.HeaderClassName
{
color: #EBE81D;
}
.AnyTagClassName
{
color: #EBE81D;
}
</style>
background-color css
<style>
a { background-color: #EBE81D; }
a { background-color: rgb(235,232,29); }
div.DivClassName
{
background-color: #EBE81D;
}
.BgClassName
{
background-color: #EBE81D;
}
</style>
border-color css
<style>
span { border-color: #EBE81D; }
span { border-color: rgb(235,232,29); }
td.TdClassName
{
border-color: #EBE81D;
}
.TagClassName
{
border-color: #EBE81D;
}
</style>