Shades of Golden Fizz #EBFF2F
Tints of Golden Fizz #EBFF2F
RGB
CMYK
RGB Variations
Color information
#EBFF2F (or 0xEBFF2F) is known color: Golden Fizz. HEX triplet: EB, FF and 2F. RGB value is (235,255,47). Sum of RGB (Red+Green+Blue) = 235+255+47=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 47 (18.75% from 255 or 8.75% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF2F is #1400D0. Grayscale: #E2E2E2. Windows color (decimal): -1310929 or 3145707. OLE color: 3145707.
HSL color Cylindrical-coordinate representation of color #EBFF2F: hue angle of 65.77º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBFF2F is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 47 | - |
| CMYK | 0.08 | 0 | 0.82 | 0 |
| HSL | 65.77º | 1% | 0.59% | - |
| HSV(B) | 65.77º | 0.82% | 1% | - |
| XYZ | 70.53 | 89.39 | 16.23 | - |
| YUV | 225.31 | 27.37 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 47 | 0.08 | 0 | 0.82 | 0 | 65.77 | 1 | 0.59 |
| Hex | EB | FF | 2F | 8 | 0 | 52 | 0 | 42 | 64 | 3B |
| Octal | 353 | 377 | 57 | 10 | 0 | 122 | 0 | 102 | 144 | 73 |
| Binary | 11101011 | 11111111 | 101111 | 1000 | 0 | 1010010 | 0 | 1000010 | 1100100 | 111011 |
Color Harmonies of #EBFF2F
Complementary color
Monochromatic Colors of #EBFF2F
Black with #EBFF2F
Text Example
Text Example
White with #EBFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF2F; }
p { color: rgb(235,255,47); }
H1.HeaderClassName
{
color: #EBFF2F;
}
.AnyTagClassName
{
color: #EBFF2F;
}
</style>
background-color css
<style>
a { background-color: #EBFF2F; }
a { background-color: rgb(235,255,47); }
div.DivClassName
{
background-color: #EBFF2F;
}
.BgClassName
{
background-color: #EBFF2F;
}
</style>
border-color css
<style>
span { border-color: #EBFF2F; }
span { border-color: rgb(235,255,47); }
td.TdClassName
{
border-color: #EBFF2F;
}
.TagClassName
{
border-color: #EBFF2F;
}
</style>