Shades of Golden Fizz #EBE828
Tints of Golden Fizz #EBE828
RGB
CMYK
RGB Variations
Color information
#EBE828 (or 0xEBE828) is known color: Golden Fizz. HEX triplet: EB, E8 and 28. RGB value is (235,232,40). Sum of RGB (Red+Green+Blue) = 235+232+40=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 40 (16.02% from 255 or 7.89% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE828 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE828 is #1417D7. Grayscale: #D3D3D3. Windows color (decimal): -1316824 or 2681067. OLE color: 2681067.
HSL color Cylindrical-coordinate representation of color #EBE828: hue angle of 59.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBE828 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 40 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.08 |
| HSL | 59.08º | 0.83% | 0.54% | - |
| HSV(B) | 59.08º | 0.83% | 0.92% | - |
| XYZ | 63.5 | 75.53 | 13.24 | - |
| YUV | 211.01 | 31.49 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 40 | 0 | 0.01 | 0.83 | 0.08 | 59.08 | 0.83 | 0.54 |
| Hex | EB | E8 | 28 | 0 | 1 | 53 | 8 | 3B | 53 | 36 |
| Octal | 353 | 350 | 50 | 0 | 1 | 123 | 10 | 73 | 123 | 66 |
| Binary | 11101011 | 11101000 | 101000 | 0 | 1 | 1010011 | 1000 | 111011 | 1010011 | 110110 |
Color Harmonies of #EBE828
Complementary color
Monochromatic Colors of #EBE828
Black with #EBE828
Text Example
Text Example
White with #EBE828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE828; }
p { color: rgb(235,232,40); }
H1.HeaderClassName
{
color: #EBE828;
}
.AnyTagClassName
{
color: #EBE828;
}
</style>
background-color css
<style>
a { background-color: #EBE828; }
a { background-color: rgb(235,232,40); }
div.DivClassName
{
background-color: #EBE828;
}
.BgClassName
{
background-color: #EBE828;
}
</style>
border-color css
<style>
span { border-color: #EBE828; }
span { border-color: rgb(235,232,40); }
td.TdClassName
{
border-color: #EBE828;
}
.TagClassName
{
border-color: #EBE828;
}
</style>