Shades of Golden Fizz #EBEF2D
Tints of Golden Fizz #EBEF2D
RGB
CMYK
RGB Variations
Color information
#EBEF2D (or 0xEBEF2D) is known color: Golden Fizz. HEX triplet: EB, EF and 2D. RGB value is (235,239,45). Sum of RGB (Red+Green+Blue) = 235+239+45=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEF2D is #1410D2. Grayscale: #D8D8D8. Windows color (decimal): -1315027 or 3010539. OLE color: 3010539.
HSL color Cylindrical-coordinate representation of color #EBEF2D: hue angle of 61.24º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBEF2D is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 239 | 45 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.06 |
| HSL | 61.24º | 0.86% | 0.56% | - |
| HSV(B) | 61.24º | 0.81% | 0.94% | - |
| XYZ | 65.6 | 79.58 | 14.39 | - |
| YUV | 215.69 | 31.67 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 239 | 45 | 0.02 | 0 | 0.81 | 0.06 | 61.24 | 0.86 | 0.56 |
| Hex | EB | EF | 2D | 2 | 0 | 51 | 6 | 3D | 56 | 38 |
| Octal | 353 | 357 | 55 | 2 | 0 | 121 | 6 | 75 | 126 | 70 |
| Binary | 11101011 | 11101111 | 101101 | 10 | 0 | 1010001 | 110 | 111101 | 1010110 | 111000 |
Color Harmonies of #EBEF2D
Complementary color
Monochromatic Colors of #EBEF2D
Black with #EBEF2D
Text Example
Text Example
White with #EBEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEF2D; }
p { color: rgb(235,239,45); }
H1.HeaderClassName
{
color: #EBEF2D;
}
.AnyTagClassName
{
color: #EBEF2D;
}
</style>
background-color css
<style>
a { background-color: #EBEF2D; }
a { background-color: rgb(235,239,45); }
div.DivClassName
{
background-color: #EBEF2D;
}
.BgClassName
{
background-color: #EBEF2D;
}
</style>
border-color css
<style>
span { border-color: #EBEF2D; }
span { border-color: rgb(235,239,45); }
td.TdClassName
{
border-color: #EBEF2D;
}
.TagClassName
{
border-color: #EBEF2D;
}
</style>