Shades of Golden Fizz #EBE52D
Tints of Golden Fizz #EBE52D
RGB
CMYK
RGB Variations
Color information
#EBE52D (or 0xEBE52D) is known color: Golden Fizz. HEX triplet: EB, E5 and 2D. RGB value is (235,229,45). Sum of RGB (Red+Green+Blue) = 235+229+45=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 45 (17.97% from 255 or 8.84% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE52D is #141AD2. Grayscale: #D2D2D2. Windows color (decimal): -1317587 or 3007979. OLE color: 3007979.
HSL color Cylindrical-coordinate representation of color #EBE52D: hue angle of 58.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBE52D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 45 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.08 |
| HSL | 58.11º | 0.83% | 0.55% | - |
| HSV(B) | 58.11º | 0.81% | 0.92% | - |
| XYZ | 62.75 | 73.89 | 13.44 | - |
| YUV | 209.82 | 34.99 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 45 | 0 | 0.03 | 0.81 | 0.08 | 58.11 | 0.83 | 0.55 |
| Hex | EB | E5 | 2D | 0 | 3 | 51 | 8 | 3A | 53 | 37 |
| Octal | 353 | 345 | 55 | 0 | 3 | 121 | 10 | 72 | 123 | 67 |
| Binary | 11101011 | 11100101 | 101101 | 0 | 11 | 1010001 | 1000 | 111010 | 1010011 | 110111 |
Color Harmonies of #EBE52D
Complementary color
Monochromatic Colors of #EBE52D
Black with #EBE52D
Text Example
Text Example
White with #EBE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE52D; }
p { color: rgb(235,229,45); }
H1.HeaderClassName
{
color: #EBE52D;
}
.AnyTagClassName
{
color: #EBE52D;
}
</style>
background-color css
<style>
a { background-color: #EBE52D; }
a { background-color: rgb(235,229,45); }
div.DivClassName
{
background-color: #EBE52D;
}
.BgClassName
{
background-color: #EBE52D;
}
</style>
border-color css
<style>
span { border-color: #EBE52D; }
span { border-color: rgb(235,229,45); }
td.TdClassName
{
border-color: #EBE52D;
}
.TagClassName
{
border-color: #EBE52D;
}
</style>