Shades of Golden Fizz #EBE129
Tints of Golden Fizz #EBE129
RGB
CMYK
RGB Variations
Color information
#EBE129 (or 0xEBE129) is known color: Golden Fizz. HEX triplet: EB, E1 and 29. RGB value is (235,225,41). Sum of RGB (Red+Green+Blue) = 235+225+41=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 41 (16.41% from 255 or 8.18% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE129 is #141ED6. Grayscale: #CFCFCF. Windows color (decimal): -1318615 or 2744811. OLE color: 2744811.
HSL color Cylindrical-coordinate representation of color #EBE129: hue angle of 56.91º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBE129 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 41 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.08 |
| HSL | 56.91º | 0.83% | 0.54% | - |
| HSV(B) | 56.91º | 0.83% | 0.92% | - |
| XYZ | 61.59 | 71.67 | 12.69 | - |
| YUV | 207.01 | 34.31 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 41 | 0 | 0.04 | 0.83 | 0.08 | 56.91 | 0.83 | 0.54 |
| Hex | EB | E1 | 29 | 0 | 4 | 53 | 8 | 39 | 53 | 36 |
| Octal | 353 | 341 | 51 | 0 | 4 | 123 | 10 | 71 | 123 | 66 |
| Binary | 11101011 | 11100001 | 101001 | 0 | 100 | 1010011 | 1000 | 111001 | 1010011 | 110110 |
Color Harmonies of #EBE129
Complementary color
Monochromatic Colors of #EBE129
Black with #EBE129
Text Example
Text Example
White with #EBE129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE129; }
p { color: rgb(235,225,41); }
H1.HeaderClassName
{
color: #EBE129;
}
.AnyTagClassName
{
color: #EBE129;
}
</style>
background-color css
<style>
a { background-color: #EBE129; }
a { background-color: rgb(235,225,41); }
div.DivClassName
{
background-color: #EBE129;
}
.BgClassName
{
background-color: #EBE129;
}
</style>
border-color css
<style>
span { border-color: #EBE129; }
span { border-color: rgb(235,225,41); }
td.TdClassName
{
border-color: #EBE129;
}
.TagClassName
{
border-color: #EBE129;
}
</style>