Shades of Golden Fizz #EBEC34
Tints of Golden Fizz #EBEC34
RGB
CMYK
RGB Variations
Color information
#EBEC34 (or 0xEBEC34) is known color: Golden Fizz. HEX triplet: EB, EC and 34. RGB value is (235,236,52). Sum of RGB (Red+Green+Blue) = 235+236+52=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 52 (20.70% from 255 or 9.94% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEC34 is #1413CB. Grayscale: #D7D7D7. Windows color (decimal): -1315788 or 3468523. OLE color: 3468523.
HSL color Cylindrical-coordinate representation of color #EBEC34: hue angle of 60.33º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBEC34 is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 52 | - |
| CMYK | 0.00 | 0 | 0.78 | 0.07 |
| HSL | 60.33º | 0.83% | 0.56% | - |
| HSV(B) | 60.33º | 0.78% | 0.93% | - |
| XYZ | 64.88 | 77.9 | 14.87 | - |
| YUV | 214.73 | 36.17 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 52 | 0.00 | 0 | 0.78 | 0.07 | 60.33 | 0.83 | 0.56 |
| Hex | EB | EC | 34 | 0 | 0 | 4E | 7 | 3C | 53 | 38 |
| Octal | 353 | 354 | 64 | 0 | 0 | 116 | 7 | 74 | 123 | 70 |
| Binary | 11101011 | 11101100 | 110100 | 0 | 0 | 1001110 | 111 | 111100 | 1010011 | 111000 |
Color Harmonies of #EBEC34
Complementary color
Monochromatic Colors of #EBEC34
Black with #EBEC34
Text Example
Text Example
White with #EBEC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC34; }
p { color: rgb(235,236,52); }
H1.HeaderClassName
{
color: #EBEC34;
}
.AnyTagClassName
{
color: #EBEC34;
}
</style>
background-color css
<style>
a { background-color: #EBEC34; }
a { background-color: rgb(235,236,52); }
div.DivClassName
{
background-color: #EBEC34;
}
.BgClassName
{
background-color: #EBEC34;
}
</style>
border-color css
<style>
span { border-color: #EBEC34; }
span { border-color: rgb(235,236,52); }
td.TdClassName
{
border-color: #EBEC34;
}
.TagClassName
{
border-color: #EBEC34;
}
</style>