Shades of Golden Fizz #EBFA2D
Tints of Golden Fizz #EBFA2D
RGB
CMYK
RGB Variations
Color information
#EBFA2D (or 0xEBFA2D) is known color: Golden Fizz. HEX triplet: EB, FA and 2D. RGB value is (235,250,45). Sum of RGB (Red+Green+Blue) = 235+250+45=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 45 (17.97% from 255 or 8.49% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFA2D is #1405D2. Grayscale: #DEDEDE. Windows color (decimal): -1312211 or 3013355. OLE color: 3013355.
HSL color Cylindrical-coordinate representation of color #EBFA2D: hue angle of 64.39º degrees, saturation: 0.95, 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 #EBFA2D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 250 | 45 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.02 |
| HSL | 64.39º | 0.95% | 0.58% | - |
| HSV(B) | 64.39º | 0.82% | 0.98% | - |
| XYZ | 68.92 | 86.22 | 15.49 | - |
| YUV | 222.15 | 28.03 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 250 | 45 | 0.06 | 0 | 0.82 | 0.02 | 64.39 | 0.95 | 0.58 |
| Hex | EB | FA | 2D | 6 | 0 | 52 | 2 | 40 | 5F | 3A |
| Octal | 353 | 372 | 55 | 6 | 0 | 122 | 2 | 100 | 137 | 72 |
| Binary | 11101011 | 11111010 | 101101 | 110 | 0 | 1010010 | 10 | 1000000 | 1011111 | 111010 |
Color Harmonies of #EBFA2D
Complementary color
Monochromatic Colors of #EBFA2D
Black with #EBFA2D
Text Example
Text Example
White with #EBFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFA2D; }
p { color: rgb(235,250,45); }
H1.HeaderClassName
{
color: #EBFA2D;
}
.AnyTagClassName
{
color: #EBFA2D;
}
</style>
background-color css
<style>
a { background-color: #EBFA2D; }
a { background-color: rgb(235,250,45); }
div.DivClassName
{
background-color: #EBFA2D;
}
.BgClassName
{
background-color: #EBFA2D;
}
</style>
border-color css
<style>
span { border-color: #EBFA2D; }
span { border-color: rgb(235,250,45); }
td.TdClassName
{
border-color: #EBFA2D;
}
.TagClassName
{
border-color: #EBFA2D;
}
</style>