Shades of Golden Fizz #EBE22D
Tints of Golden Fizz #EBE22D
RGB
CMYK
RGB Variations
Color information
#EBE22D (or 0xEBE22D) is known color: Golden Fizz. HEX triplet: EB, E2 and 2D. RGB value is (235,226,45). Sum of RGB (Red+Green+Blue) = 235+226+45=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 45 (17.97% from 255 or 8.89% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE22D is #141DD2. Grayscale: #D0D0D0. Windows color (decimal): -1318355 or 3007211. OLE color: 3007211.
HSL color Cylindrical-coordinate representation of color #EBE22D: hue angle of 57.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBE22D is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 45 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.08 |
| HSL | 57.16º | 0.83% | 0.55% | - |
| HSV(B) | 57.16º | 0.81% | 0.92% | - |
| XYZ | 61.93 | 72.24 | 13.16 | - |
| YUV | 208.06 | 35.98 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 45 | 0 | 0.04 | 0.81 | 0.08 | 57.16 | 0.83 | 0.55 |
| Hex | EB | E2 | 2D | 0 | 4 | 51 | 8 | 39 | 53 | 37 |
| Octal | 353 | 342 | 55 | 0 | 4 | 121 | 10 | 71 | 123 | 67 |
| Binary | 11101011 | 11100010 | 101101 | 0 | 100 | 1010001 | 1000 | 111001 | 1010011 | 110111 |
Color Harmonies of #EBE22D
Complementary color
Monochromatic Colors of #EBE22D
Black with #EBE22D
Text Example
Text Example
White with #EBE22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE22D; }
p { color: rgb(235,226,45); }
H1.HeaderClassName
{
color: #EBE22D;
}
.AnyTagClassName
{
color: #EBE22D;
}
</style>
background-color css
<style>
a { background-color: #EBE22D; }
a { background-color: rgb(235,226,45); }
div.DivClassName
{
background-color: #EBE22D;
}
.BgClassName
{
background-color: #EBE22D;
}
</style>
border-color css
<style>
span { border-color: #EBE22D; }
span { border-color: rgb(235,226,45); }
td.TdClassName
{
border-color: #EBE22D;
}
.TagClassName
{
border-color: #EBE22D;
}
</style>