Shades of Golden Fizz #EBFC2D
Tints of Golden Fizz #EBFC2D
RGB
CMYK
RGB Variations
Color information
#EBFC2D (or 0xEBFC2D) is known color: Golden Fizz. HEX triplet: EB, FC and 2D. RGB value is (235,252,45). Sum of RGB (Red+Green+Blue) = 235+252+45=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 45 (17.97% from 255 or 8.46% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFC2D is #1403D2. Grayscale: #E0E0E0. Windows color (decimal): -1311699 or 3013867. OLE color: 3013867.
HSL color Cylindrical-coordinate representation of color #EBFC2D: hue angle of 64.93º degrees, saturation: 0.97, 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 #EBFC2D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 45 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.01 |
| HSL | 64.93º | 0.97% | 0.58% | - |
| HSV(B) | 64.93º | 0.82% | 0.99% | - |
| XYZ | 69.55 | 87.47 | 15.7 | - |
| YUV | 223.32 | 27.37 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 45 | 0.07 | 0 | 0.82 | 0.01 | 64.93 | 0.97 | 0.58 |
| Hex | EB | FC | 2D | 7 | 0 | 52 | 1 | 41 | 61 | 3A |
| Octal | 353 | 374 | 55 | 7 | 0 | 122 | 1 | 101 | 141 | 72 |
| Binary | 11101011 | 11111100 | 101101 | 111 | 0 | 1010010 | 1 | 1000001 | 1100001 | 111010 |
Color Harmonies of #EBFC2D
Complementary color
Monochromatic Colors of #EBFC2D
Black with #EBFC2D
Text Example
Text Example
White with #EBFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFC2D; }
p { color: rgb(235,252,45); }
H1.HeaderClassName
{
color: #EBFC2D;
}
.AnyTagClassName
{
color: #EBFC2D;
}
</style>
background-color css
<style>
a { background-color: #EBFC2D; }
a { background-color: rgb(235,252,45); }
div.DivClassName
{
background-color: #EBFC2D;
}
.BgClassName
{
background-color: #EBFC2D;
}
</style>
border-color css
<style>
span { border-color: #EBFC2D; }
span { border-color: rgb(235,252,45); }
td.TdClassName
{
border-color: #EBFC2D;
}
.TagClassName
{
border-color: #EBFC2D;
}
</style>