Shades of Golden Fizz #EBE537
Tints of Golden Fizz #EBE537
RGB
CMYK
RGB Variations
Color information
#EBE537 (or 0xEBE537) is known color: Golden Fizz. HEX triplet: EB, E5 and 37. RGB value is (235,229,55). Sum of RGB (Red+Green+Blue) = 235+229+55=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 55 (21.88% from 255 or 10.60% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE537 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE537 is #141AC8. Grayscale: #D3D3D3. Windows color (decimal): -1317577 or 3663339. OLE color: 3663339.
HSL color Cylindrical-coordinate representation of color #EBE537: hue angle of 58º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBE537 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 55 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.08 |
| HSL | 58º | 0.82% | 0.57% | - |
| HSV(B) | 58º | 0.77% | 0.92% | - |
| XYZ | 62.97 | 73.98 | 14.57 | - |
| YUV | 210.96 | 39.99 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 55 | 0 | 0.03 | 0.77 | 0.08 | 58 | 0.82 | 0.57 |
| Hex | EB | E5 | 37 | 0 | 3 | 4D | 8 | 3A | 52 | 39 |
| Octal | 353 | 345 | 67 | 0 | 3 | 115 | 10 | 72 | 122 | 71 |
| Binary | 11101011 | 11100101 | 110111 | 0 | 11 | 1001101 | 1000 | 111010 | 1010010 | 111001 |
Color Harmonies of #EBE537
Complementary color
Monochromatic Colors of #EBE537
Black with #EBE537
Text Example
Text Example
White with #EBE537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE537; }
p { color: rgb(235,229,55); }
H1.HeaderClassName
{
color: #EBE537;
}
.AnyTagClassName
{
color: #EBE537;
}
</style>
background-color css
<style>
a { background-color: #EBE537; }
a { background-color: rgb(235,229,55); }
div.DivClassName
{
background-color: #EBE537;
}
.BgClassName
{
background-color: #EBE537;
}
</style>
border-color css
<style>
span { border-color: #EBE537; }
span { border-color: rgb(235,229,55); }
td.TdClassName
{
border-color: #EBE537;
}
.TagClassName
{
border-color: #EBE537;
}
</style>