Shades of Golden Fizz #EBF32E
Tints of Golden Fizz #EBF32E
RGB
CMYK
RGB Variations
Color information
#EBF32E (or 0xEBF32E) is known color: Golden Fizz. HEX triplet: EB, F3 and 2E. RGB value is (235,243,46). Sum of RGB (Red+Green+Blue) = 235+243+46=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 46 (18.36% from 255 or 8.78% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF32E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF32E is #140CD1. Grayscale: #DADADA. Windows color (decimal): -1314002 or 3077099. OLE color: 3077099.
HSL color Cylindrical-coordinate representation of color #EBF32E: hue angle of 62.44º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBF32E is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 46 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.05 |
| HSL | 62.44º | 0.89% | 0.57% | - |
| HSV(B) | 62.44º | 0.81% | 0.95% | - |
| XYZ | 66.8 | 81.96 | 14.88 | - |
| YUV | 218.15 | 30.85 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 46 | 0.03 | 0 | 0.81 | 0.05 | 62.44 | 0.89 | 0.57 |
| Hex | EB | F3 | 2E | 3 | 0 | 51 | 5 | 3E | 59 | 39 |
| Octal | 353 | 363 | 56 | 3 | 0 | 121 | 5 | 76 | 131 | 71 |
| Binary | 11101011 | 11110011 | 101110 | 11 | 0 | 1010001 | 101 | 111110 | 1011001 | 111001 |
Color Harmonies of #EBF32E
Complementary color
Monochromatic Colors of #EBF32E
Black with #EBF32E
Text Example
Text Example
White with #EBF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF32E; }
p { color: rgb(235,243,46); }
H1.HeaderClassName
{
color: #EBF32E;
}
.AnyTagClassName
{
color: #EBF32E;
}
</style>
background-color css
<style>
a { background-color: #EBF32E; }
a { background-color: rgb(235,243,46); }
div.DivClassName
{
background-color: #EBF32E;
}
.BgClassName
{
background-color: #EBF32E;
}
</style>
border-color css
<style>
span { border-color: #EBF32E; }
span { border-color: rgb(235,243,46); }
td.TdClassName
{
border-color: #EBF32E;
}
.TagClassName
{
border-color: #EBF32E;
}
</style>