Shades of Golden Fizz #EBE823
Tints of Golden Fizz #EBE823
RGB
CMYK
RGB Variations
Color information
#EBE823 (or 0xEBE823) is known color: Golden Fizz. HEX triplet: EB, E8 and 23. RGB value is (235,232,35). Sum of RGB (Red+Green+Blue) = 235+232+35=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 35 (14.06% from 255 or 6.97% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE823 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE823 is #1417DC. Grayscale: #D3D3D3. Windows color (decimal): -1316829 or 2353387. OLE color: 2353387.
HSL color Cylindrical-coordinate representation of color #EBE823: hue angle of 59.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBE823 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 35 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.08 |
| HSL | 59.1º | 0.83% | 0.53% | - |
| HSV(B) | 59.1º | 0.85% | 0.92% | - |
| XYZ | 63.42 | 75.5 | 12.82 | - |
| YUV | 210.44 | 28.99 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 35 | 0 | 0.01 | 0.85 | 0.08 | 59.1 | 0.83 | 0.53 |
| Hex | EB | E8 | 23 | 0 | 1 | 55 | 8 | 3B | 53 | 35 |
| Octal | 353 | 350 | 43 | 0 | 1 | 125 | 10 | 73 | 123 | 65 |
| Binary | 11101011 | 11101000 | 100011 | 0 | 1 | 1010101 | 1000 | 111011 | 1010011 | 110101 |
Color Harmonies of #EBE823
Complementary color
Monochromatic Colors of #EBE823
Black with #EBE823
Text Example
Text Example
White with #EBE823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE823; }
p { color: rgb(235,232,35); }
H1.HeaderClassName
{
color: #EBE823;
}
.AnyTagClassName
{
color: #EBE823;
}
</style>
background-color css
<style>
a { background-color: #EBE823; }
a { background-color: rgb(235,232,35); }
div.DivClassName
{
background-color: #EBE823;
}
.BgClassName
{
background-color: #EBE823;
}
</style>
border-color css
<style>
span { border-color: #EBE823; }
span { border-color: rgb(235,232,35); }
td.TdClassName
{
border-color: #EBE823;
}
.TagClassName
{
border-color: #EBE823;
}
</style>