Shades of Golden Fizz #EBE52F
Tints of Golden Fizz #EBE52F
RGB
CMYK
RGB Variations
Color information
#EBE52F (or 0xEBE52F) is known color: Golden Fizz. HEX triplet: EB, E5 and 2F. RGB value is (235,229,47). Sum of RGB (Red+Green+Blue) = 235+229+47=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE52F is #141AD0. Grayscale: #D2D2D2. Windows color (decimal): -1317585 or 3139051. OLE color: 3139051.
HSL color Cylindrical-coordinate representation of color #EBE52F: hue angle of 58.09º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBE52F is Cyan = 0, Magento = 0.03, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 47 | - |
| CMYK | 0 | 0.03 | 0.8 | 0.08 |
| HSL | 58.09º | 0.82% | 0.55% | - |
| HSV(B) | 58.09º | 0.8% | 0.92% | - |
| XYZ | 62.79 | 73.91 | 13.65 | - |
| YUV | 210.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 47 | 0 | 0.03 | 0.8 | 0.08 | 58.09 | 0.82 | 0.55 |
| Hex | EB | E5 | 2F | 0 | 3 | 50 | 8 | 3A | 52 | 37 |
| Octal | 353 | 345 | 57 | 0 | 3 | 120 | 10 | 72 | 122 | 67 |
| Binary | 11101011 | 11100101 | 101111 | 0 | 11 | 1010000 | 1000 | 111010 | 1010010 | 110111 |
Color Harmonies of #EBE52F
Complementary color
Monochromatic Colors of #EBE52F
Black with #EBE52F
Text Example
Text Example
White with #EBE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE52F; }
p { color: rgb(235,229,47); }
H1.HeaderClassName
{
color: #EBE52F;
}
.AnyTagClassName
{
color: #EBE52F;
}
</style>
background-color css
<style>
a { background-color: #EBE52F; }
a { background-color: rgb(235,229,47); }
div.DivClassName
{
background-color: #EBE52F;
}
.BgClassName
{
background-color: #EBE52F;
}
</style>
border-color css
<style>
span { border-color: #EBE52F; }
span { border-color: rgb(235,229,47); }
td.TdClassName
{
border-color: #EBE52F;
}
.TagClassName
{
border-color: #EBE52F;
}
</style>