Shades of Golden Fizz #EBE529
Tints of Golden Fizz #EBE529
RGB
CMYK
RGB Variations
Color information
#EBE529 (or 0xEBE529) is known color: Golden Fizz. HEX triplet: EB, E5 and 29. RGB value is (235,229,41). Sum of RGB (Red+Green+Blue) = 235+229+41=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 41 (16.41% from 255 or 8.12% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE529 is #141AD6. Grayscale: #D2D2D2. Windows color (decimal): -1317591 or 2745835. OLE color: 2745835.
HSL color Cylindrical-coordinate representation of color #EBE529: hue angle of 58.14º 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 #EBE529 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 41 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.08 |
| HSL | 58.14º | 0.83% | 0.54% | - |
| HSV(B) | 58.14º | 0.83% | 0.92% | - |
| XYZ | 62.68 | 73.86 | 13.05 | - |
| YUV | 209.36 | 32.99 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 41 | 0 | 0.03 | 0.83 | 0.08 | 58.14 | 0.83 | 0.54 |
| Hex | EB | E5 | 29 | 0 | 3 | 53 | 8 | 3A | 53 | 36 |
| Octal | 353 | 345 | 51 | 0 | 3 | 123 | 10 | 72 | 123 | 66 |
| Binary | 11101011 | 11100101 | 101001 | 0 | 11 | 1010011 | 1000 | 111010 | 1010011 | 110110 |
Color Harmonies of #EBE529
Complementary color
Monochromatic Colors of #EBE529
Black with #EBE529
Text Example
Text Example
White with #EBE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE529; }
p { color: rgb(235,229,41); }
H1.HeaderClassName
{
color: #EBE529;
}
.AnyTagClassName
{
color: #EBE529;
}
</style>
background-color css
<style>
a { background-color: #EBE529; }
a { background-color: rgb(235,229,41); }
div.DivClassName
{
background-color: #EBE529;
}
.BgClassName
{
background-color: #EBE529;
}
</style>
border-color css
<style>
span { border-color: #EBE529; }
span { border-color: rgb(235,229,41); }
td.TdClassName
{
border-color: #EBE529;
}
.TagClassName
{
border-color: #EBE529;
}
</style>