Shades of Golden Fizz #EBE926
Tints of Golden Fizz #EBE926
RGB
CMYK
RGB Variations
Color information
#EBE926 (or 0xEBE926) is known color: Golden Fizz. HEX triplet: EB, E9 and 26. RGB value is (235,233,38). Sum of RGB (Red+Green+Blue) = 235+233+38=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 38 (15.23% from 255 or 7.51% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE926 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE926 is #1416D9. Grayscale: #D4D4D4. Windows color (decimal): -1316570 or 2550251. OLE color: 2550251.
HSL color Cylindrical-coordinate representation of color #EBE926: hue angle of 59.39º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBE926 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 38 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.08 |
| HSL | 59.39º | 0.83% | 0.54% | - |
| HSV(B) | 59.39º | 0.84% | 0.92% | - |
| XYZ | 63.75 | 76.08 | 13.16 | - |
| YUV | 211.37 | 30.16 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 38 | 0 | 0.01 | 0.84 | 0.08 | 59.39 | 0.83 | 0.54 |
| Hex | EB | E9 | 26 | 0 | 1 | 54 | 8 | 3B | 53 | 36 |
| Octal | 353 | 351 | 46 | 0 | 1 | 124 | 10 | 73 | 123 | 66 |
| Binary | 11101011 | 11101001 | 100110 | 0 | 1 | 1010100 | 1000 | 111011 | 1010011 | 110110 |
Color Harmonies of #EBE926
Complementary color
Monochromatic Colors of #EBE926
Black with #EBE926
Text Example
Text Example
White with #EBE926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE926; }
p { color: rgb(235,233,38); }
H1.HeaderClassName
{
color: #EBE926;
}
.AnyTagClassName
{
color: #EBE926;
}
</style>
background-color css
<style>
a { background-color: #EBE926; }
a { background-color: rgb(235,233,38); }
div.DivClassName
{
background-color: #EBE926;
}
.BgClassName
{
background-color: #EBE926;
}
</style>
border-color css
<style>
span { border-color: #EBE926; }
span { border-color: rgb(235,233,38); }
td.TdClassName
{
border-color: #EBE926;
}
.TagClassName
{
border-color: #EBE926;
}
</style>