Shades of Golden Fizz #EBEF2C
Tints of Golden Fizz #EBEF2C
RGB
CMYK
RGB Variations
Color information
#EBEF2C (or 0xEBEF2C) is known color: Golden Fizz. HEX triplet: EB, EF and 2C. RGB value is (235,239,44). Sum of RGB (Red+Green+Blue) = 235+239+44=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 44 (17.58% from 255 or 8.49% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEF2C is #1410D3. Grayscale: #D8D8D8. Windows color (decimal): -1315028 or 2945003. OLE color: 2945003.
HSL color Cylindrical-coordinate representation of color #EBEF2C: hue angle of 61.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBEF2C is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 239 | 44 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.06 |
| HSL | 61.23º | 0.86% | 0.55% | - |
| HSV(B) | 61.23º | 0.82% | 0.94% | - |
| XYZ | 65.58 | 79.58 | 14.29 | - |
| YUV | 215.57 | 31.17 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 239 | 44 | 0.02 | 0 | 0.82 | 0.06 | 61.23 | 0.86 | 0.55 |
| Hex | EB | EF | 2C | 2 | 0 | 52 | 6 | 3D | 56 | 37 |
| Octal | 353 | 357 | 54 | 2 | 0 | 122 | 6 | 75 | 126 | 67 |
| Binary | 11101011 | 11101111 | 101100 | 10 | 0 | 1010010 | 110 | 111101 | 1010110 | 110111 |
Color Harmonies of #EBEF2C
Complementary color
Monochromatic Colors of #EBEF2C
Black with #EBEF2C
Text Example
Text Example
White with #EBEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEF2C; }
p { color: rgb(235,239,44); }
H1.HeaderClassName
{
color: #EBEF2C;
}
.AnyTagClassName
{
color: #EBEF2C;
}
</style>
background-color css
<style>
a { background-color: #EBEF2C; }
a { background-color: rgb(235,239,44); }
div.DivClassName
{
background-color: #EBEF2C;
}
.BgClassName
{
background-color: #EBEF2C;
}
</style>
border-color css
<style>
span { border-color: #EBEF2C; }
span { border-color: rgb(235,239,44); }
td.TdClassName
{
border-color: #EBEF2C;
}
.TagClassName
{
border-color: #EBEF2C;
}
</style>