Shades of Golden Fizz #EBE528
Tints of Golden Fizz #EBE528
RGB
CMYK
RGB Variations
Color information
#EBE528 (or 0xEBE528) is known color: Golden Fizz. HEX triplet: EB, E5 and 28. RGB value is (235,229,40). Sum of RGB (Red+Green+Blue) = 235+229+40=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 40 (16.02% from 255 or 7.94% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE528 is #141AD7. Grayscale: #D2D2D2. Windows color (decimal): -1317592 or 2680299. OLE color: 2680299.
HSL color Cylindrical-coordinate representation of color #EBE528: hue angle of 58.15º 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 #EBE528 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 40 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.08 |
| HSL | 58.15º | 0.83% | 0.54% | - |
| HSV(B) | 58.15º | 0.83% | 0.92% | - |
| XYZ | 62.66 | 73.85 | 12.96 | - |
| YUV | 209.25 | 32.49 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 40 | 0 | 0.03 | 0.83 | 0.08 | 58.15 | 0.83 | 0.54 |
| Hex | EB | E5 | 28 | 0 | 3 | 53 | 8 | 3A | 53 | 36 |
| Octal | 353 | 345 | 50 | 0 | 3 | 123 | 10 | 72 | 123 | 66 |
| Binary | 11101011 | 11100101 | 101000 | 0 | 11 | 1010011 | 1000 | 111010 | 1010011 | 110110 |
Color Harmonies of #EBE528
Complementary color
Monochromatic Colors of #EBE528
Black with #EBE528
Text Example
Text Example
White with #EBE528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE528; }
p { color: rgb(235,229,40); }
H1.HeaderClassName
{
color: #EBE528;
}
.AnyTagClassName
{
color: #EBE528;
}
</style>
background-color css
<style>
a { background-color: #EBE528; }
a { background-color: rgb(235,229,40); }
div.DivClassName
{
background-color: #EBE528;
}
.BgClassName
{
background-color: #EBE528;
}
</style>
border-color css
<style>
span { border-color: #EBE528; }
span { border-color: rgb(235,229,40); }
td.TdClassName
{
border-color: #EBE528;
}
.TagClassName
{
border-color: #EBE528;
}
</style>