Shades of Golden Fizz #EBFD2D
Tints of Golden Fizz #EBFD2D
RGB
CMYK
RGB Variations
Color information
#EBFD2D (or 0xEBFD2D) is known color: Golden Fizz. HEX triplet: EB, FD and 2D. RGB value is (235,253,45). Sum of RGB (Red+Green+Blue) = 235+253+45=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 45 (17.97% from 255 or 8.44% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFD2D is #1402D2. Grayscale: #E0E0E0. Windows color (decimal): -1311443 or 3014123. OLE color: 3014123.
HSL color Cylindrical-coordinate representation of color #EBFD2D: hue angle of 65.19º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBFD2D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 45 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.01 |
| HSL | 65.19º | 0.98% | 0.58% | - |
| HSV(B) | 65.19º | 0.82% | 0.99% | - |
| XYZ | 69.86 | 88.1 | 15.81 | - |
| YUV | 223.91 | 27.04 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 45 | 0.07 | 0 | 0.82 | 0.01 | 65.19 | 0.98 | 0.58 |
| Hex | EB | FD | 2D | 7 | 0 | 52 | 1 | 41 | 62 | 3A |
| Octal | 353 | 375 | 55 | 7 | 0 | 122 | 1 | 101 | 142 | 72 |
| Binary | 11101011 | 11111101 | 101101 | 111 | 0 | 1010010 | 1 | 1000001 | 1100010 | 111010 |
Color Harmonies of #EBFD2D
Complementary color
Monochromatic Colors of #EBFD2D
Black with #EBFD2D
Text Example
Text Example
White with #EBFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFD2D; }
p { color: rgb(235,253,45); }
H1.HeaderClassName
{
color: #EBFD2D;
}
.AnyTagClassName
{
color: #EBFD2D;
}
</style>
background-color css
<style>
a { background-color: #EBFD2D; }
a { background-color: rgb(235,253,45); }
div.DivClassName
{
background-color: #EBFD2D;
}
.BgClassName
{
background-color: #EBFD2D;
}
</style>
border-color css
<style>
span { border-color: #EBFD2D; }
span { border-color: rgb(235,253,45); }
td.TdClassName
{
border-color: #EBFD2D;
}
.TagClassName
{
border-color: #EBFD2D;
}
</style>