Shades of Golden Fizz #EBE921
Tints of Golden Fizz #EBE921
RGB
CMYK
RGB Variations
Color information
#EBE921 (or 0xEBE921) is known color: Golden Fizz. HEX triplet: EB, E9 and 21. RGB value is (235,233,33). Sum of RGB (Red+Green+Blue) = 235+233+33=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 33 (13.28% from 255 or 6.59% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE921 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE921 is #1416DE. Grayscale: #D3D3D3. Windows color (decimal): -1316575 or 2222571. OLE color: 2222571.
HSL color Cylindrical-coordinate representation of color #EBE921: hue angle of 59.41º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBE921 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 33 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.08 |
| HSL | 59.41º | 0.83% | 0.53% | - |
| HSV(B) | 59.41º | 0.86% | 0.92% | - |
| XYZ | 63.67 | 76.05 | 12.76 | - |
| YUV | 210.8 | 27.66 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 33 | 0 | 0.01 | 0.86 | 0.08 | 59.41 | 0.83 | 0.53 |
| Hex | EB | E9 | 21 | 0 | 1 | 56 | 8 | 3B | 53 | 35 |
| Octal | 353 | 351 | 41 | 0 | 1 | 126 | 10 | 73 | 123 | 65 |
| Binary | 11101011 | 11101001 | 100001 | 0 | 1 | 1010110 | 1000 | 111011 | 1010011 | 110101 |
Color Harmonies of #EBE921
Complementary color
Monochromatic Colors of #EBE921
Black with #EBE921
Text Example
Text Example
White with #EBE921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE921; }
p { color: rgb(235,233,33); }
H1.HeaderClassName
{
color: #EBE921;
}
.AnyTagClassName
{
color: #EBE921;
}
</style>
background-color css
<style>
a { background-color: #EBE921; }
a { background-color: rgb(235,233,33); }
div.DivClassName
{
background-color: #EBE921;
}
.BgClassName
{
background-color: #EBE921;
}
</style>
border-color css
<style>
span { border-color: #EBE921; }
span { border-color: rgb(235,233,33); }
td.TdClassName
{
border-color: #EBE921;
}
.TagClassName
{
border-color: #EBE921;
}
</style>