Shades of Golden Fizz #EBFF29
Tints of Golden Fizz #EBFF29
RGB
CMYK
RGB Variations
Color information
#EBFF29 (or 0xEBFF29) is known color: Golden Fizz. HEX triplet: EB, FF and 29. RGB value is (235,255,41). Sum of RGB (Red+Green+Blue) = 235+255+41=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 41 (16.41% from 255 or 7.72% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF29 is #1400D6. Grayscale: #E1E1E1. Windows color (decimal): -1310935 or 2752491. OLE color: 2752491.
HSL color Cylindrical-coordinate representation of color #EBFF29: hue angle of 65.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBFF29 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 41 | - |
| CMYK | 0.08 | 0 | 0.84 | 0 |
| HSL | 65.61º | 1% | 0.58% | - |
| HSV(B) | 65.61º | 0.84% | 1% | - |
| XYZ | 70.42 | 89.34 | 15.63 | - |
| YUV | 224.62 | 24.37 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 41 | 0.08 | 0 | 0.84 | 0 | 65.61 | 1 | 0.58 |
| Hex | EB | FF | 29 | 8 | 0 | 54 | 0 | 42 | 64 | 3A |
| Octal | 353 | 377 | 51 | 10 | 0 | 124 | 0 | 102 | 144 | 72 |
| Binary | 11101011 | 11111111 | 101001 | 1000 | 0 | 1010100 | 0 | 1000010 | 1100100 | 111010 |
Color Harmonies of #EBFF29
Complementary color
Monochromatic Colors of #EBFF29
Black with #EBFF29
Text Example
Text Example
White with #EBFF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF29; }
p { color: rgb(235,255,41); }
H1.HeaderClassName
{
color: #EBFF29;
}
.AnyTagClassName
{
color: #EBFF29;
}
</style>
background-color css
<style>
a { background-color: #EBFF29; }
a { background-color: rgb(235,255,41); }
div.DivClassName
{
background-color: #EBFF29;
}
.BgClassName
{
background-color: #EBFF29;
}
</style>
border-color css
<style>
span { border-color: #EBFF29; }
span { border-color: rgb(235,255,41); }
td.TdClassName
{
border-color: #EBFF29;
}
.TagClassName
{
border-color: #EBFF29;
}
</style>