Shades of Golden Fizz #EBE222
Tints of Golden Fizz #EBE222
RGB
CMYK
RGB Variations
Color information
#EBE222 (or 0xEBE222) is known color: Golden Fizz. HEX triplet: EB, E2 and 22. RGB value is (235,226,34). Sum of RGB (Red+Green+Blue) = 235+226+34=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 34 (13.67% from 255 or 6.87% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE222 is #141DDD. Grayscale: #CFCFCF. Windows color (decimal): -1318366 or 2286315. OLE color: 2286315.
HSL color Cylindrical-coordinate representation of color #EBE222: hue angle of 57.31º 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 #EBE222 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 34 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.08 |
| HSL | 57.31º | 0.83% | 0.53% | - |
| HSV(B) | 57.31º | 0.86% | 0.92% | - |
| XYZ | 61.75 | 72.17 | 12.19 | - |
| YUV | 206.8 | 30.48 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 34 | 0 | 0.04 | 0.86 | 0.08 | 57.31 | 0.83 | 0.53 |
| Hex | EB | E2 | 22 | 0 | 4 | 56 | 8 | 39 | 53 | 35 |
| Octal | 353 | 342 | 42 | 0 | 4 | 126 | 10 | 71 | 123 | 65 |
| Binary | 11101011 | 11100010 | 100010 | 0 | 100 | 1010110 | 1000 | 111001 | 1010011 | 110101 |
Color Harmonies of #EBE222
Complementary color
Monochromatic Colors of #EBE222
Black with #EBE222
Text Example
Text Example
White with #EBE222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE222; }
p { color: rgb(235,226,34); }
H1.HeaderClassName
{
color: #EBE222;
}
.AnyTagClassName
{
color: #EBE222;
}
</style>
background-color css
<style>
a { background-color: #EBE222; }
a { background-color: rgb(235,226,34); }
div.DivClassName
{
background-color: #EBE222;
}
.BgClassName
{
background-color: #EBE222;
}
</style>
border-color css
<style>
span { border-color: #EBE222; }
span { border-color: rgb(235,226,34); }
td.TdClassName
{
border-color: #EBE222;
}
.TagClassName
{
border-color: #EBE222;
}
</style>