Shades of Golden Fizz #EBF92C
Tints of Golden Fizz #EBF92C
RGB
CMYK
RGB Variations
Color information
#EBF92C (or 0xEBF92C) is known color: Golden Fizz. HEX triplet: EB, F9 and 2C. RGB value is (235,249,44). Sum of RGB (Red+Green+Blue) = 235+249+44=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 44 (17.58% from 255 or 8.33% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF92C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF92C is #1406D3. Grayscale: #DEDEDE. Windows color (decimal): -1312468 or 2947563. OLE color: 2947563.
HSL color Cylindrical-coordinate representation of color #EBF92C: hue angle of 64.1º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBF92C is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 249 | 44 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.02 |
| HSL | 64.1º | 0.94% | 0.57% | - |
| HSV(B) | 64.1º | 0.82% | 0.98% | - |
| XYZ | 68.59 | 85.6 | 15.29 | - |
| YUV | 221.44 | 27.86 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 249 | 44 | 0.06 | 0 | 0.82 | 0.02 | 64.1 | 0.94 | 0.57 |
| Hex | EB | F9 | 2C | 6 | 0 | 52 | 2 | 40 | 5E | 39 |
| Octal | 353 | 371 | 54 | 6 | 0 | 122 | 2 | 100 | 136 | 71 |
| Binary | 11101011 | 11111001 | 101100 | 110 | 0 | 1010010 | 10 | 1000000 | 1011110 | 111001 |
Color Harmonies of #EBF92C
Complementary color
Monochromatic Colors of #EBF92C
Black with #EBF92C
Text Example
Text Example
White with #EBF92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF92C; }
p { color: rgb(235,249,44); }
H1.HeaderClassName
{
color: #EBF92C;
}
.AnyTagClassName
{
color: #EBF92C;
}
</style>
background-color css
<style>
a { background-color: #EBF92C; }
a { background-color: rgb(235,249,44); }
div.DivClassName
{
background-color: #EBF92C;
}
.BgClassName
{
background-color: #EBF92C;
}
</style>
border-color css
<style>
span { border-color: #EBF92C; }
span { border-color: rgb(235,249,44); }
td.TdClassName
{
border-color: #EBF92C;
}
.TagClassName
{
border-color: #EBF92C;
}
</style>