Shades of Golden Fizz #EBFE24
Tints of Golden Fizz #EBFE24
RGB
CMYK
RGB Variations
Color information
#EBFE24 (or 0xEBFE24) is known color: Golden Fizz. HEX triplet: EB, FE and 24. RGB value is (235,254,36). Sum of RGB (Red+Green+Blue) = 235+254+36=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 36 (14.45% from 255 or 6.86% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFE24 is #1401DB. Grayscale: #E0E0E0. Windows color (decimal): -1311196 or 2424555. OLE color: 2424555.
HSL color Cylindrical-coordinate representation of color #EBFE24: hue angle of 65.23º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBFE24 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 36 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.00 |
| HSL | 65.23º | 0.99% | 0.57% | - |
| HSV(B) | 65.23º | 0.86% | 1% | - |
| XYZ | 70.02 | 88.67 | 15.09 | - |
| YUV | 223.47 | 22.21 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 36 | 0.07 | 0 | 0.86 | 0.00 | 65.23 | 0.99 | 0.57 |
| Hex | EB | FE | 24 | 7 | 0 | 56 | 0 | 41 | 63 | 39 |
| Octal | 353 | 376 | 44 | 7 | 0 | 126 | 0 | 101 | 143 | 71 |
| Binary | 11101011 | 11111110 | 100100 | 111 | 0 | 1010110 | 0 | 1000001 | 1100011 | 111001 |
Color Harmonies of #EBFE24
Complementary color
Monochromatic Colors of #EBFE24
Black with #EBFE24
Text Example
Text Example
White with #EBFE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFE24; }
p { color: rgb(235,254,36); }
H1.HeaderClassName
{
color: #EBFE24;
}
.AnyTagClassName
{
color: #EBFE24;
}
</style>
background-color css
<style>
a { background-color: #EBFE24; }
a { background-color: rgb(235,254,36); }
div.DivClassName
{
background-color: #EBFE24;
}
.BgClassName
{
background-color: #EBFE24;
}
</style>
border-color css
<style>
span { border-color: #EBFE24; }
span { border-color: rgb(235,254,36); }
td.TdClassName
{
border-color: #EBFE24;
}
.TagClassName
{
border-color: #EBFE24;
}
</style>