Shades of Golden Fizz #EBE935
Tints of Golden Fizz #EBE935
RGB
CMYK
RGB Variations
Color information
#EBE935 (or 0xEBE935) is known color: Golden Fizz. HEX triplet: EB, E9 and 35. RGB value is (235,233,53). Sum of RGB (Red+Green+Blue) = 235+233+53=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 53 (21.09% from 255 or 10.17% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE935 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE935 is #1416CA. Grayscale: #D5D5D5. Windows color (decimal): -1316555 or 3533291. OLE color: 3533291.
HSL color Cylindrical-coordinate representation of color #EBE935: hue angle of 59.34º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBE935 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 53 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.08 |
| HSL | 59.34º | 0.82% | 0.56% | - |
| HSV(B) | 59.34º | 0.77% | 0.92% | - |
| XYZ | 64.04 | 76.2 | 14.7 | - |
| YUV | 213.08 | 37.66 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 53 | 0 | 0.01 | 0.77 | 0.08 | 59.34 | 0.82 | 0.56 |
| Hex | EB | E9 | 35 | 0 | 1 | 4D | 8 | 3B | 52 | 38 |
| Octal | 353 | 351 | 65 | 0 | 1 | 115 | 10 | 73 | 122 | 70 |
| Binary | 11101011 | 11101001 | 110101 | 0 | 1 | 1001101 | 1000 | 111011 | 1010010 | 111000 |
Color Harmonies of #EBE935
Complementary color
Monochromatic Colors of #EBE935
Black with #EBE935
Text Example
Text Example
White with #EBE935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE935; }
p { color: rgb(235,233,53); }
H1.HeaderClassName
{
color: #EBE935;
}
.AnyTagClassName
{
color: #EBE935;
}
</style>
background-color css
<style>
a { background-color: #EBE935; }
a { background-color: rgb(235,233,53); }
div.DivClassName
{
background-color: #EBE935;
}
.BgClassName
{
background-color: #EBE935;
}
</style>
border-color css
<style>
span { border-color: #EBE935; }
span { border-color: rgb(235,233,53); }
td.TdClassName
{
border-color: #EBE935;
}
.TagClassName
{
border-color: #EBE935;
}
</style>