Shades of Golden Fizz #EBEC2F
Tints of Golden Fizz #EBEC2F
RGB
CMYK
RGB Variations
Color information
#EBEC2F (or 0xEBEC2F) is known color: Golden Fizz. HEX triplet: EB, EC and 2F. RGB value is (235,236,47). Sum of RGB (Red+Green+Blue) = 235+236+47=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 47 (18.75% from 255 or 9.07% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEC2F is #1413D0. Grayscale: #D6D6D6. Windows color (decimal): -1315793 or 3140843. OLE color: 3140843.
HSL color Cylindrical-coordinate representation of color #EBEC2F: hue angle of 60.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBEC2F is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 47 | - |
| CMYK | 0.00 | 0 | 0.80 | 0.07 |
| HSL | 60.32º | 0.83% | 0.55% | - |
| HSV(B) | 60.32º | 0.8% | 0.93% | - |
| XYZ | 64.77 | 77.86 | 14.3 | - |
| YUV | 214.16 | 33.67 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 47 | 0.00 | 0 | 0.80 | 0.07 | 60.32 | 0.83 | 0.55 |
| Hex | EB | EC | 2F | 0 | 0 | 50 | 7 | 3C | 53 | 37 |
| Octal | 353 | 354 | 57 | 0 | 0 | 120 | 7 | 74 | 123 | 67 |
| Binary | 11101011 | 11101100 | 101111 | 0 | 0 | 1010000 | 111 | 111100 | 1010011 | 110111 |
Color Harmonies of #EBEC2F
Complementary color
Monochromatic Colors of #EBEC2F
Black with #EBEC2F
Text Example
Text Example
White with #EBEC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC2F; }
p { color: rgb(235,236,47); }
H1.HeaderClassName
{
color: #EBEC2F;
}
.AnyTagClassName
{
color: #EBEC2F;
}
</style>
background-color css
<style>
a { background-color: #EBEC2F; }
a { background-color: rgb(235,236,47); }
div.DivClassName
{
background-color: #EBEC2F;
}
.BgClassName
{
background-color: #EBEC2F;
}
</style>
border-color css
<style>
span { border-color: #EBEC2F; }
span { border-color: rgb(235,236,47); }
td.TdClassName
{
border-color: #EBEC2F;
}
.TagClassName
{
border-color: #EBEC2F;
}
</style>