Shades of Golden Fizz #EBF92D
Tints of Golden Fizz #EBF92D
RGB
CMYK
RGB Variations
Color information
#EBF92D (or 0xEBF92D) is known color: Golden Fizz. HEX triplet: EB, F9 and 2D. RGB value is (235,249,45). Sum of RGB (Red+Green+Blue) = 235+249+45=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 45 (17.97% from 255 or 8.51% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF92D is #1406D2. Grayscale: #DEDEDE. Windows color (decimal): -1312467 or 3013099. OLE color: 3013099.
HSL color Cylindrical-coordinate representation of color #EBF92D: hue angle of 64.12º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBF92D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 249 | 45 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.02 |
| HSL | 64.12º | 0.94% | 0.58% | - |
| HSV(B) | 64.12º | 0.82% | 0.98% | - |
| XYZ | 68.61 | 85.6 | 15.39 | - |
| YUV | 221.56 | 28.36 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 249 | 45 | 0.06 | 0 | 0.82 | 0.02 | 64.12 | 0.94 | 0.58 |
| Hex | EB | F9 | 2D | 6 | 0 | 52 | 2 | 40 | 5E | 3A |
| Octal | 353 | 371 | 55 | 6 | 0 | 122 | 2 | 100 | 136 | 72 |
| Binary | 11101011 | 11111001 | 101101 | 110 | 0 | 1010010 | 10 | 1000000 | 1011110 | 111010 |
Color Harmonies of #EBF92D
Complementary color
Monochromatic Colors of #EBF92D
Black with #EBF92D
Text Example
Text Example
White with #EBF92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF92D; }
p { color: rgb(235,249,45); }
H1.HeaderClassName
{
color: #EBF92D;
}
.AnyTagClassName
{
color: #EBF92D;
}
</style>
background-color css
<style>
a { background-color: #EBF92D; }
a { background-color: rgb(235,249,45); }
div.DivClassName
{
background-color: #EBF92D;
}
.BgClassName
{
background-color: #EBF92D;
}
</style>
border-color css
<style>
span { border-color: #EBF92D; }
span { border-color: rgb(235,249,45); }
td.TdClassName
{
border-color: #EBF92D;
}
.TagClassName
{
border-color: #EBF92D;
}
</style>