Shades of Golden Fizz #EBF623
Tints of Golden Fizz #EBF623
RGB
CMYK
RGB Variations
Color information
#EBF623 (or 0xEBF623) is known color: Golden Fizz. HEX triplet: EB, F6 and 23. RGB value is (235,246,35). Sum of RGB (Red+Green+Blue) = 235+246+35=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 35 (14.06% from 255 or 6.78% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF623 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF623 is #1409DC. Grayscale: #DBDBDB. Windows color (decimal): -1313245 or 2356971. OLE color: 2356971.
HSL color Cylindrical-coordinate representation of color #EBF623: hue angle of 63.13º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBF623 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 35 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.04 |
| HSL | 63.13º | 0.92% | 0.55% | - |
| HSV(B) | 63.13º | 0.86% | 0.96% | - |
| XYZ | 67.52 | 83.7 | 14.19 | - |
| YUV | 218.66 | 24.36 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 35 | 0.04 | 0 | 0.86 | 0.04 | 63.13 | 0.92 | 0.55 |
| Hex | EB | F6 | 23 | 4 | 0 | 56 | 4 | 3F | 5C | 37 |
| Octal | 353 | 366 | 43 | 4 | 0 | 126 | 4 | 77 | 134 | 67 |
| Binary | 11101011 | 11110110 | 100011 | 100 | 0 | 1010110 | 100 | 111111 | 1011100 | 110111 |
Color Harmonies of #EBF623
Complementary color
Monochromatic Colors of #EBF623
Black with #EBF623
Text Example
Text Example
White with #EBF623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF623; }
p { color: rgb(235,246,35); }
H1.HeaderClassName
{
color: #EBF623;
}
.AnyTagClassName
{
color: #EBF623;
}
</style>
background-color css
<style>
a { background-color: #EBF623; }
a { background-color: rgb(235,246,35); }
div.DivClassName
{
background-color: #EBF623;
}
.BgClassName
{
background-color: #EBF623;
}
</style>
border-color css
<style>
span { border-color: #EBF623; }
span { border-color: rgb(235,246,35); }
td.TdClassName
{
border-color: #EBF623;
}
.TagClassName
{
border-color: #EBF623;
}
</style>