Shades of Golden Fizz #EBFC28
Tints of Golden Fizz #EBFC28
RGB
CMYK
RGB Variations
Color information
#EBFC28 (or 0xEBFC28) is known color: Golden Fizz. HEX triplet: EB, FC and 28. RGB value is (235,252,40). Sum of RGB (Red+Green+Blue) = 235+252+40=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 40 (16.02% from 255 or 7.59% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFC28 is #1403D7. Grayscale: #DFDFDF. Windows color (decimal): -1311704 or 2686187. OLE color: 2686187.
HSL color Cylindrical-coordinate representation of color #EBFC28: hue angle of 64.81º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBFC28 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 40 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.01 |
| HSL | 64.81º | 0.97% | 0.57% | - |
| HSV(B) | 64.81º | 0.84% | 0.99% | - |
| XYZ | 69.45 | 87.44 | 15.22 | - |
| YUV | 222.75 | 24.87 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 40 | 0.07 | 0 | 0.84 | 0.01 | 64.81 | 0.97 | 0.57 |
| Hex | EB | FC | 28 | 7 | 0 | 54 | 1 | 41 | 61 | 39 |
| Octal | 353 | 374 | 50 | 7 | 0 | 124 | 1 | 101 | 141 | 71 |
| Binary | 11101011 | 11111100 | 101000 | 111 | 0 | 1010100 | 1 | 1000001 | 1100001 | 111001 |
Color Harmonies of #EBFC28
Complementary color
Monochromatic Colors of #EBFC28
Black with #EBFC28
Text Example
Text Example
White with #EBFC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFC28; }
p { color: rgb(235,252,40); }
H1.HeaderClassName
{
color: #EBFC28;
}
.AnyTagClassName
{
color: #EBFC28;
}
</style>
background-color css
<style>
a { background-color: #EBFC28; }
a { background-color: rgb(235,252,40); }
div.DivClassName
{
background-color: #EBFC28;
}
.BgClassName
{
background-color: #EBFC28;
}
</style>
border-color css
<style>
span { border-color: #EBFC28; }
span { border-color: rgb(235,252,40); }
td.TdClassName
{
border-color: #EBFC28;
}
.TagClassName
{
border-color: #EBFC28;
}
</style>