Shades of Golden Fizz #EBE325
Tints of Golden Fizz #EBE325
RGB
CMYK
RGB Variations
Color information
#EBE325 (or 0xEBE325) is known color: Golden Fizz. HEX triplet: EB, E3 and 25. RGB value is (235,227,37). Sum of RGB (Red+Green+Blue) = 235+227+37=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE325 is #141CDA. Grayscale: #D0D0D0. Windows color (decimal): -1318107 or 2483179. OLE color: 2483179.
HSL color Cylindrical-coordinate representation of color #EBE325: hue angle of 57.58º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBE325 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 37 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.08 |
| HSL | 57.58º | 0.83% | 0.53% | - |
| HSV(B) | 57.58º | 0.84% | 0.92% | - |
| XYZ | 62.06 | 72.73 | 12.52 | - |
| YUV | 207.73 | 31.65 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 37 | 0 | 0.03 | 0.84 | 0.08 | 57.58 | 0.83 | 0.53 |
| Hex | EB | E3 | 25 | 0 | 3 | 54 | 8 | 3A | 53 | 35 |
| Octal | 353 | 343 | 45 | 0 | 3 | 124 | 10 | 72 | 123 | 65 |
| Binary | 11101011 | 11100011 | 100101 | 0 | 11 | 1010100 | 1000 | 111010 | 1010011 | 110101 |
Color Harmonies of #EBE325
Complementary color
Monochromatic Colors of #EBE325
Black with #EBE325
Text Example
Text Example
White with #EBE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE325; }
p { color: rgb(235,227,37); }
H1.HeaderClassName
{
color: #EBE325;
}
.AnyTagClassName
{
color: #EBE325;
}
</style>
background-color css
<style>
a { background-color: #EBE325; }
a { background-color: rgb(235,227,37); }
div.DivClassName
{
background-color: #EBE325;
}
.BgClassName
{
background-color: #EBE325;
}
</style>
border-color css
<style>
span { border-color: #EBE325; }
span { border-color: rgb(235,227,37); }
td.TdClassName
{
border-color: #EBE325;
}
.TagClassName
{
border-color: #EBE325;
}
</style>