Shades of Golden Fizz #EBE324
Tints of Golden Fizz #EBE324
RGB
CMYK
RGB Variations
Color information
#EBE324 (or 0xEBE324) is known color: Golden Fizz. HEX triplet: EB, E3 and 24. RGB value is (235,227,36). Sum of RGB (Red+Green+Blue) = 235+227+36=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE324 is #141CDB. Grayscale: #D0D0D0. Windows color (decimal): -1318108 or 2417643. OLE color: 2417643.
HSL color Cylindrical-coordinate representation of color #EBE324: hue angle of 57.59º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBE324 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 36 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.08 |
| HSL | 57.59º | 0.83% | 0.53% | - |
| HSV(B) | 57.59º | 0.85% | 0.92% | - |
| XYZ | 62.05 | 72.73 | 12.44 | - |
| YUV | 207.62 | 31.15 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 36 | 0 | 0.03 | 0.85 | 0.08 | 57.59 | 0.83 | 0.53 |
| Hex | EB | E3 | 24 | 0 | 3 | 55 | 8 | 3A | 53 | 35 |
| Octal | 353 | 343 | 44 | 0 | 3 | 125 | 10 | 72 | 123 | 65 |
| Binary | 11101011 | 11100011 | 100100 | 0 | 11 | 1010101 | 1000 | 111010 | 1010011 | 110101 |
Color Harmonies of #EBE324
Complementary color
Monochromatic Colors of #EBE324
Black with #EBE324
Text Example
Text Example
White with #EBE324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE324; }
p { color: rgb(235,227,36); }
H1.HeaderClassName
{
color: #EBE324;
}
.AnyTagClassName
{
color: #EBE324;
}
</style>
background-color css
<style>
a { background-color: #EBE324; }
a { background-color: rgb(235,227,36); }
div.DivClassName
{
background-color: #EBE324;
}
.BgClassName
{
background-color: #EBE324;
}
</style>
border-color css
<style>
span { border-color: #EBE324; }
span { border-color: rgb(235,227,36); }
td.TdClassName
{
border-color: #EBE324;
}
.TagClassName
{
border-color: #EBE324;
}
</style>