Shades of Golden Fizz #EBEC30
Tints of Golden Fizz #EBEC30
RGB
CMYK
RGB Variations
Color information
#EBEC30 (or 0xEBEC30) is known color: Golden Fizz. HEX triplet: EB, EC and 30. RGB value is (235,236,48). Sum of RGB (Red+Green+Blue) = 235+236+48=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 48 (19.14% from 255 or 9.25% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEC30 is #1413CF. Grayscale: #D7D7D7. Windows color (decimal): -1315792 or 3206379. OLE color: 3206379.
HSL color Cylindrical-coordinate representation of color #EBEC30: 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.8%. Process color model (Four color, CMYK) of #EBEC30 is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 48 | - |
| CMYK | 0.00 | 0 | 0.80 | 0.07 |
| HSL | 60.32º | 0.83% | 0.56% | - |
| HSV(B) | 60.32º | 0.8% | 0.93% | - |
| XYZ | 64.79 | 77.87 | 14.41 | - |
| YUV | 214.27 | 34.17 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 48 | 0.00 | 0 | 0.80 | 0.07 | 60.32 | 0.83 | 0.56 |
| Hex | EB | EC | 30 | 0 | 0 | 50 | 7 | 3C | 53 | 38 |
| Octal | 353 | 354 | 60 | 0 | 0 | 120 | 7 | 74 | 123 | 70 |
| Binary | 11101011 | 11101100 | 110000 | 0 | 0 | 1010000 | 111 | 111100 | 1010011 | 111000 |
Color Harmonies of #EBEC30
Complementary color
Monochromatic Colors of #EBEC30
Black with #EBEC30
Text Example
Text Example
White with #EBEC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC30; }
p { color: rgb(235,236,48); }
H1.HeaderClassName
{
color: #EBEC30;
}
.AnyTagClassName
{
color: #EBEC30;
}
</style>
background-color css
<style>
a { background-color: #EBEC30; }
a { background-color: rgb(235,236,48); }
div.DivClassName
{
background-color: #EBEC30;
}
.BgClassName
{
background-color: #EBEC30;
}
</style>
border-color css
<style>
span { border-color: #EBEC30; }
span { border-color: rgb(235,236,48); }
td.TdClassName
{
border-color: #EBEC30;
}
.TagClassName
{
border-color: #EBEC30;
}
</style>