Shades of Golden Fizz #EBED29
Tints of Golden Fizz #EBED29
RGB
CMYK
RGB Variations
Color information
#EBED29 (or 0xEBED29) is known color: Golden Fizz. HEX triplet: EB, ED and 29. RGB value is (235,237,41). Sum of RGB (Red+Green+Blue) = 235+237+41=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 41 (16.41% from 255 or 7.99% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED29 is #1412D6. Grayscale: #D6D6D6. Windows color (decimal): -1315543 or 2747883. OLE color: 2747883.
HSL color Cylindrical-coordinate representation of color #EBED29: hue angle of 60.61º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBED29 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 41 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.07 |
| HSL | 60.61º | 0.84% | 0.55% | - |
| HSV(B) | 60.61º | 0.83% | 0.93% | - |
| XYZ | 64.95 | 78.39 | 13.81 | - |
| YUV | 214.06 | 30.34 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 41 | 0.01 | 0 | 0.83 | 0.07 | 60.61 | 0.84 | 0.55 |
| Hex | EB | ED | 29 | 1 | 0 | 53 | 7 | 3D | 54 | 37 |
| Octal | 353 | 355 | 51 | 1 | 0 | 123 | 7 | 75 | 124 | 67 |
| Binary | 11101011 | 11101101 | 101001 | 1 | 0 | 1010011 | 111 | 111101 | 1010100 | 110111 |
Color Harmonies of #EBED29
Complementary color
Monochromatic Colors of #EBED29
Black with #EBED29
Text Example
Text Example
White with #EBED29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED29; }
p { color: rgb(235,237,41); }
H1.HeaderClassName
{
color: #EBED29;
}
.AnyTagClassName
{
color: #EBED29;
}
</style>
background-color css
<style>
a { background-color: #EBED29; }
a { background-color: rgb(235,237,41); }
div.DivClassName
{
background-color: #EBED29;
}
.BgClassName
{
background-color: #EBED29;
}
</style>
border-color css
<style>
span { border-color: #EBED29; }
span { border-color: rgb(235,237,41); }
td.TdClassName
{
border-color: #EBED29;
}
.TagClassName
{
border-color: #EBED29;
}
</style>