Shades of Golden Fizz #EBF628
Tints of Golden Fizz #EBF628
RGB
CMYK
RGB Variations
Color information
#EBF628 (or 0xEBF628) is known color: Golden Fizz. HEX triplet: EB, F6 and 28. RGB value is (235,246,40). Sum of RGB (Red+Green+Blue) = 235+246+40=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 40 (16.02% from 255 or 7.68% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF628 is #1409D7. Grayscale: #DCDCDC. Windows color (decimal): -1313240 or 2684651. OLE color: 2684651.
HSL color Cylindrical-coordinate representation of color #EBF628: hue angle of 63.2º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBF628 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 40 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.04 |
| HSL | 63.2º | 0.92% | 0.56% | - |
| HSV(B) | 63.2º | 0.84% | 0.96% | - |
| XYZ | 67.6 | 83.73 | 14.61 | - |
| YUV | 219.23 | 26.86 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 40 | 0.04 | 0 | 0.84 | 0.04 | 63.2 | 0.92 | 0.56 |
| Hex | EB | F6 | 28 | 4 | 0 | 54 | 4 | 3F | 5C | 38 |
| Octal | 353 | 366 | 50 | 4 | 0 | 124 | 4 | 77 | 134 | 70 |
| Binary | 11101011 | 11110110 | 101000 | 100 | 0 | 1010100 | 100 | 111111 | 1011100 | 111000 |
Color Harmonies of #EBF628
Complementary color
Monochromatic Colors of #EBF628
Black with #EBF628
Text Example
Text Example
White with #EBF628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF628; }
p { color: rgb(235,246,40); }
H1.HeaderClassName
{
color: #EBF628;
}
.AnyTagClassName
{
color: #EBF628;
}
</style>
background-color css
<style>
a { background-color: #EBF628; }
a { background-color: rgb(235,246,40); }
div.DivClassName
{
background-color: #EBF628;
}
.BgClassName
{
background-color: #EBF628;
}
</style>
border-color css
<style>
span { border-color: #EBF628; }
span { border-color: rgb(235,246,40); }
td.TdClassName
{
border-color: #EBF628;
}
.TagClassName
{
border-color: #EBF628;
}
</style>