Shades of Golden Fizz #EBED36
Tints of Golden Fizz #EBED36
RGB
CMYK
RGB Variations
Color information
#EBED36 (or 0xEBED36) is known color: Golden Fizz. HEX triplet: EB, ED and 36. RGB value is (235,237,54). Sum of RGB (Red+Green+Blue) = 235+237+54=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 54 (21.48% from 255 or 10.27% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED36 is #1412C9. Grayscale: #D8D8D8. Windows color (decimal): -1315530 or 3599851. OLE color: 3599851.
HSL color Cylindrical-coordinate representation of color #EBED36: hue angle of 60.66º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBED36 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 54 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.07 |
| HSL | 60.66º | 0.84% | 0.57% | - |
| HSV(B) | 60.66º | 0.77% | 0.93% | - |
| XYZ | 65.21 | 78.5 | 15.2 | - |
| YUV | 215.54 | 36.84 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 54 | 0.01 | 0 | 0.77 | 0.07 | 60.66 | 0.84 | 0.57 |
| Hex | EB | ED | 36 | 1 | 0 | 4D | 7 | 3D | 54 | 39 |
| Octal | 353 | 355 | 66 | 1 | 0 | 115 | 7 | 75 | 124 | 71 |
| Binary | 11101011 | 11101101 | 110110 | 1 | 0 | 1001101 | 111 | 111101 | 1010100 | 111001 |
Color Harmonies of #EBED36
Complementary color
Monochromatic Colors of #EBED36
Black with #EBED36
Text Example
Text Example
White with #EBED36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED36; }
p { color: rgb(235,237,54); }
H1.HeaderClassName
{
color: #EBED36;
}
.AnyTagClassName
{
color: #EBED36;
}
</style>
background-color css
<style>
a { background-color: #EBED36; }
a { background-color: rgb(235,237,54); }
div.DivClassName
{
background-color: #EBED36;
}
.BgClassName
{
background-color: #EBED36;
}
</style>
border-color css
<style>
span { border-color: #EBED36; }
span { border-color: rgb(235,237,54); }
td.TdClassName
{
border-color: #EBED36;
}
.TagClassName
{
border-color: #EBED36;
}
</style>