Shades of Golden Fizz #EBE136
Tints of Golden Fizz #EBE136
RGB
CMYK
RGB Variations
Color information
#EBE136 (or 0xEBE136) is known color: Golden Fizz. HEX triplet: EB, E1 and 36. RGB value is (235,225,54). Sum of RGB (Red+Green+Blue) = 235+225+54=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 54 (21.48% from 255 or 10.51% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE136 is #141EC9. Grayscale: #D1D1D1. Windows color (decimal): -1318602 or 3596779. OLE color: 3596779.
HSL color Cylindrical-coordinate representation of color #EBE136: hue angle of 56.69º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBE136 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 54 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.08 |
| HSL | 56.69º | 0.82% | 0.57% | - |
| HSV(B) | 56.69º | 0.77% | 0.92% | - |
| XYZ | 61.85 | 71.78 | 14.08 | - |
| YUV | 208.5 | 40.81 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 54 | 0 | 0.04 | 0.77 | 0.08 | 56.69 | 0.82 | 0.57 |
| Hex | EB | E1 | 36 | 0 | 4 | 4D | 8 | 39 | 52 | 39 |
| Octal | 353 | 341 | 66 | 0 | 4 | 115 | 10 | 71 | 122 | 71 |
| Binary | 11101011 | 11100001 | 110110 | 0 | 100 | 1001101 | 1000 | 111001 | 1010010 | 111001 |
Color Harmonies of #EBE136
Complementary color
Monochromatic Colors of #EBE136
Black with #EBE136
Text Example
Text Example
White with #EBE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE136; }
p { color: rgb(235,225,54); }
H1.HeaderClassName
{
color: #EBE136;
}
.AnyTagClassName
{
color: #EBE136;
}
</style>
background-color css
<style>
a { background-color: #EBE136; }
a { background-color: rgb(235,225,54); }
div.DivClassName
{
background-color: #EBE136;
}
.BgClassName
{
background-color: #EBE136;
}
</style>
border-color css
<style>
span { border-color: #EBE136; }
span { border-color: rgb(235,225,54); }
td.TdClassName
{
border-color: #EBE136;
}
.TagClassName
{
border-color: #EBE136;
}
</style>