Shades of Golden Fizz #EBED26
Tints of Golden Fizz #EBED26
RGB
CMYK
RGB Variations
Color information
#EBED26 (or 0xEBED26) is known color: Golden Fizz. HEX triplet: EB, ED and 26. RGB value is (235,237,38). Sum of RGB (Red+Green+Blue) = 235+237+38=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 38 (15.23% from 255 or 7.45% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED26 is #1412D9. Grayscale: #D6D6D6. Windows color (decimal): -1315546 or 2551275. OLE color: 2551275.
HSL color Cylindrical-coordinate representation of color #EBED26: hue angle of 60.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBED26 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 38 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.07 |
| HSL | 60.6º | 0.85% | 0.54% | - |
| HSV(B) | 60.6º | 0.84% | 0.93% | - |
| XYZ | 64.89 | 78.37 | 13.54 | - |
| YUV | 213.72 | 28.84 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 38 | 0.01 | 0 | 0.84 | 0.07 | 60.6 | 0.85 | 0.54 |
| Hex | EB | ED | 26 | 1 | 0 | 54 | 7 | 3D | 55 | 36 |
| Octal | 353 | 355 | 46 | 1 | 0 | 124 | 7 | 75 | 125 | 66 |
| Binary | 11101011 | 11101101 | 100110 | 1 | 0 | 1010100 | 111 | 111101 | 1010101 | 110110 |
Color Harmonies of #EBED26
Complementary color
Monochromatic Colors of #EBED26
Black with #EBED26
Text Example
Text Example
White with #EBED26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED26; }
p { color: rgb(235,237,38); }
H1.HeaderClassName
{
color: #EBED26;
}
.AnyTagClassName
{
color: #EBED26;
}
</style>
background-color css
<style>
a { background-color: #EBED26; }
a { background-color: rgb(235,237,38); }
div.DivClassName
{
background-color: #EBED26;
}
.BgClassName
{
background-color: #EBED26;
}
</style>
border-color css
<style>
span { border-color: #EBED26; }
span { border-color: rgb(235,237,38); }
td.TdClassName
{
border-color: #EBED26;
}
.TagClassName
{
border-color: #EBED26;
}
</style>