Shades of Golden Fizz #EBFF2E
Tints of Golden Fizz #EBFF2E
RGB
CMYK
RGB Variations
Color information
#EBFF2E (or 0xEBFF2E) is known color: Golden Fizz. HEX triplet: EB, FF and 2E. RGB value is (235,255,46). Sum of RGB (Red+Green+Blue) = 235+255+46=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 46 (18.36% from 255 or 8.58% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF2E is #1400D1. Grayscale: #E2E2E2. Windows color (decimal): -1310930 or 3080171. OLE color: 3080171.
HSL color Cylindrical-coordinate representation of color #EBFF2E: hue angle of 65.74º 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 #EBFF2E is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 46 | - |
| CMYK | 0.08 | 0 | 0.82 | 0 |
| HSL | 65.74º | 1% | 0.59% | - |
| HSV(B) | 65.74º | 0.82% | 1% | - |
| XYZ | 70.51 | 89.38 | 16.12 | - |
| YUV | 225.19 | 26.87 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 46 | 0.08 | 0 | 0.82 | 0 | 65.74 | 1 | 0.59 |
| Hex | EB | FF | 2E | 8 | 0 | 52 | 0 | 42 | 64 | 3B |
| Octal | 353 | 377 | 56 | 10 | 0 | 122 | 0 | 102 | 144 | 73 |
| Binary | 11101011 | 11111111 | 101110 | 1000 | 0 | 1010010 | 0 | 1000010 | 1100100 | 111011 |
Color Harmonies of #EBFF2E
Complementary color
Monochromatic Colors of #EBFF2E
Black with #EBFF2E
Text Example
Text Example
White with #EBFF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF2E; }
p { color: rgb(235,255,46); }
H1.HeaderClassName
{
color: #EBFF2E;
}
.AnyTagClassName
{
color: #EBFF2E;
}
</style>
background-color css
<style>
a { background-color: #EBFF2E; }
a { background-color: rgb(235,255,46); }
div.DivClassName
{
background-color: #EBFF2E;
}
.BgClassName
{
background-color: #EBFF2E;
}
</style>
border-color css
<style>
span { border-color: #EBFF2E; }
span { border-color: rgb(235,255,46); }
td.TdClassName
{
border-color: #EBFF2E;
}
.TagClassName
{
border-color: #EBFF2E;
}
</style>