Shades of Golden Fizz #EBFE25
Tints of Golden Fizz #EBFE25
RGB
CMYK
RGB Variations
Color information
#EBFE25 (or 0xEBFE25) is known color: Golden Fizz. HEX triplet: EB, FE and 25. RGB value is (235,254,37). Sum of RGB (Red+Green+Blue) = 235+254+37=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 37 (14.84% from 255 or 7.03% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFE25 is #1401DA. Grayscale: #E0E0E0. Windows color (decimal): -1311195 or 2490091. OLE color: 2490091.
HSL color Cylindrical-coordinate representation of color #EBFE25: hue angle of 65.25º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBFE25 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 37 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.00 |
| HSL | 65.25º | 0.99% | 0.57% | - |
| HSV(B) | 65.25º | 0.85% | 1% | - |
| XYZ | 70.04 | 88.68 | 15.18 | - |
| YUV | 223.58 | 22.71 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 37 | 0.07 | 0 | 0.85 | 0.00 | 65.25 | 0.99 | 0.57 |
| Hex | EB | FE | 25 | 7 | 0 | 55 | 0 | 41 | 63 | 39 |
| Octal | 353 | 376 | 45 | 7 | 0 | 125 | 0 | 101 | 143 | 71 |
| Binary | 11101011 | 11111110 | 100101 | 111 | 0 | 1010101 | 0 | 1000001 | 1100011 | 111001 |
Color Harmonies of #EBFE25
Complementary color
Monochromatic Colors of #EBFE25
Black with #EBFE25
Text Example
Text Example
White with #EBFE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFE25; }
p { color: rgb(235,254,37); }
H1.HeaderClassName
{
color: #EBFE25;
}
.AnyTagClassName
{
color: #EBFE25;
}
</style>
background-color css
<style>
a { background-color: #EBFE25; }
a { background-color: rgb(235,254,37); }
div.DivClassName
{
background-color: #EBFE25;
}
.BgClassName
{
background-color: #EBFE25;
}
</style>
border-color css
<style>
span { border-color: #EBFE25; }
span { border-color: rgb(235,254,37); }
td.TdClassName
{
border-color: #EBFE25;
}
.TagClassName
{
border-color: #EBFE25;
}
</style>