Shades of Golden Fizz #EEE22D
Tints of Golden Fizz #EEE22D
RGB
CMYK
RGB Variations
Color information
#EEE22D (or 0xEEE22D) is known color: Golden Fizz. HEX triplet: EE, E2 and 2D. RGB value is (238,226,45). Sum of RGB (Red+Green+Blue) = 238+226+45=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 45 (17.97% from 255 or 8.84% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE22D is #111DD2. Grayscale: #D1D1D1. Windows color (decimal): -1121747 or 3007214. OLE color: 3007214.
HSL color Cylindrical-coordinate representation of color #EEE22D: hue angle of 56.27º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEE22D is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 45 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.07 |
| HSL | 56.27º | 0.85% | 0.55% | - |
| HSV(B) | 56.27º | 0.81% | 0.93% | - |
| XYZ | 62.93 | 72.76 | 13.21 | - |
| YUV | 208.95 | 35.48 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 45 | 0 | 0.05 | 0.81 | 0.07 | 56.27 | 0.85 | 0.55 |
| Hex | EE | E2 | 2D | 0 | 5 | 51 | 7 | 38 | 55 | 37 |
| Octal | 356 | 342 | 55 | 0 | 5 | 121 | 7 | 70 | 125 | 67 |
| Binary | 11101110 | 11100010 | 101101 | 0 | 101 | 1010001 | 111 | 111000 | 1010101 | 110111 |
Color Harmonies of #EEE22D
Complementary color
Monochromatic Colors of #EEE22D
Black with #EEE22D
Text Example
Text Example
White with #EEE22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE22D; }
p { color: rgb(238,226,45); }
H1.HeaderClassName
{
color: #EEE22D;
}
.AnyTagClassName
{
color: #EEE22D;
}
</style>
background-color css
<style>
a { background-color: #EEE22D; }
a { background-color: rgb(238,226,45); }
div.DivClassName
{
background-color: #EEE22D;
}
.BgClassName
{
background-color: #EEE22D;
}
</style>
border-color css
<style>
span { border-color: #EEE22D; }
span { border-color: rgb(238,226,45); }
td.TdClassName
{
border-color: #EEE22D;
}
.TagClassName
{
border-color: #EEE22D;
}
</style>