Shades of Golden Fizz #EBFE28
Tints of Golden Fizz #EBFE28
RGB
CMYK
RGB Variations
Color information
#EBFE28 (or 0xEBFE28) is known color: Golden Fizz. HEX triplet: EB, FE and 28. RGB value is (235,254,40). Sum of RGB (Red+Green+Blue) = 235+254+40=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 40 (16.02% from 255 or 7.56% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFE28 is #1401D7. Grayscale: #E0E0E0. Windows color (decimal): -1311192 or 2686699. OLE color: 2686699.
HSL color Cylindrical-coordinate representation of color #EBFE28: hue angle of 65.33º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBFE28 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 40 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.00 |
| HSL | 65.33º | 0.99% | 0.58% | - |
| HSV(B) | 65.33º | 0.84% | 1% | - |
| XYZ | 70.09 | 88.7 | 15.43 | - |
| YUV | 223.92 | 24.21 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 40 | 0.07 | 0 | 0.84 | 0.00 | 65.33 | 0.99 | 0.58 |
| Hex | EB | FE | 28 | 7 | 0 | 54 | 0 | 41 | 63 | 3A |
| Octal | 353 | 376 | 50 | 7 | 0 | 124 | 0 | 101 | 143 | 72 |
| Binary | 11101011 | 11111110 | 101000 | 111 | 0 | 1010100 | 0 | 1000001 | 1100011 | 111010 |
Color Harmonies of #EBFE28
Complementary color
Monochromatic Colors of #EBFE28
Black with #EBFE28
Text Example
Text Example
White with #EBFE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFE28; }
p { color: rgb(235,254,40); }
H1.HeaderClassName
{
color: #EBFE28;
}
.AnyTagClassName
{
color: #EBFE28;
}
</style>
background-color css
<style>
a { background-color: #EBFE28; }
a { background-color: rgb(235,254,40); }
div.DivClassName
{
background-color: #EBFE28;
}
.BgClassName
{
background-color: #EBFE28;
}
</style>
border-color css
<style>
span { border-color: #EBFE28; }
span { border-color: rgb(235,254,40); }
td.TdClassName
{
border-color: #EBFE28;
}
.TagClassName
{
border-color: #EBFE28;
}
</style>