Shades of Golden Fizz #EBEC32
Tints of Golden Fizz #EBEC32
RGB
CMYK
RGB Variations
Color information
#EBEC32 (or 0xEBEC32) is known color: Golden Fizz. HEX triplet: EB, EC and 32. RGB value is (235,236,50). Sum of RGB (Red+Green+Blue) = 235+236+50=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 50 (19.92% from 255 or 9.60% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEC32 is #1413CD. Grayscale: #D7D7D7. Windows color (decimal): -1315790 or 3337451. OLE color: 3337451.
HSL color Cylindrical-coordinate representation of color #EBEC32: hue angle of 60.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBEC32 is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 50 | - |
| CMYK | 0.00 | 0 | 0.79 | 0.07 |
| HSL | 60.32º | 0.83% | 0.56% | - |
| HSV(B) | 60.32º | 0.79% | 0.93% | - |
| XYZ | 64.83 | 77.88 | 14.63 | - |
| YUV | 214.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 50 | 0.00 | 0 | 0.79 | 0.07 | 60.32 | 0.83 | 0.56 |
| Hex | EB | EC | 32 | 0 | 0 | 4F | 7 | 3C | 53 | 38 |
| Octal | 353 | 354 | 62 | 0 | 0 | 117 | 7 | 74 | 123 | 70 |
| Binary | 11101011 | 11101100 | 110010 | 0 | 0 | 1001111 | 111 | 111100 | 1010011 | 111000 |
Color Harmonies of #EBEC32
Complementary color
Monochromatic Colors of #EBEC32
Black with #EBEC32
Text Example
Text Example
White with #EBEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC32; }
p { color: rgb(235,236,50); }
H1.HeaderClassName
{
color: #EBEC32;
}
.AnyTagClassName
{
color: #EBEC32;
}
</style>
background-color css
<style>
a { background-color: #EBEC32; }
a { background-color: rgb(235,236,50); }
div.DivClassName
{
background-color: #EBEC32;
}
.BgClassName
{
background-color: #EBEC32;
}
</style>
border-color css
<style>
span { border-color: #EBEC32; }
span { border-color: rgb(235,236,50); }
td.TdClassName
{
border-color: #EBEC32;
}
.TagClassName
{
border-color: #EBEC32;
}
</style>