Shades of Golden Fizz #EBFF37
Tints of Golden Fizz #EBFF37
RGB
CMYK
RGB Variations
Color information
#EBFF37 (or 0xEBFF37) is known color: Golden Fizz. HEX triplet: EB, FF and 37. RGB value is (235,255,55). Sum of RGB (Red+Green+Blue) = 235+255+55=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 55 (21.88% from 255 or 10.09% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF37 is #1400C8. Grayscale: #E3E3E3. Windows color (decimal): -1310921 or 3669995. OLE color: 3669995.
HSL color Cylindrical-coordinate representation of color #EBFF37: hue angle of 66º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBFF37 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 55 | - |
| CMYK | 0.08 | 0 | 0.78 | 0 |
| HSL | 66º | 1% | 0.61% | - |
| HSV(B) | 66º | 0.78% | 1% | - |
| XYZ | 70.71 | 89.46 | 17.15 | - |
| YUV | 226.22 | 31.37 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 55 | 0.08 | 0 | 0.78 | 0 | 66 | 1 | 0.61 |
| Hex | EB | FF | 37 | 8 | 0 | 4E | 0 | 42 | 64 | 3D |
| Octal | 353 | 377 | 67 | 10 | 0 | 116 | 0 | 102 | 144 | 75 |
| Binary | 11101011 | 11111111 | 110111 | 1000 | 0 | 1001110 | 0 | 1000010 | 1100100 | 111101 |
Color Harmonies of #EBFF37
Complementary color
Monochromatic Colors of #EBFF37
Black with #EBFF37
Text Example
Text Example
White with #EBFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF37; }
p { color: rgb(235,255,55); }
H1.HeaderClassName
{
color: #EBFF37;
}
.AnyTagClassName
{
color: #EBFF37;
}
</style>
background-color css
<style>
a { background-color: #EBFF37; }
a { background-color: rgb(235,255,55); }
div.DivClassName
{
background-color: #EBFF37;
}
.BgClassName
{
background-color: #EBFF37;
}
</style>
border-color css
<style>
span { border-color: #EBFF37; }
span { border-color: rgb(235,255,55); }
td.TdClassName
{
border-color: #EBFF37;
}
.TagClassName
{
border-color: #EBFF37;
}
</style>