Shades of Golden Fizz #EEE22B
Tints of Golden Fizz #EEE22B
RGB
CMYK
RGB Variations
Color information
#EEE22B (or 0xEEE22B) is known color: Golden Fizz. HEX triplet: EE, E2 and 2B. RGB value is (238,226,43). Sum of RGB (Red+Green+Blue) = 238+226+43=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 43 (17.19% from 255 or 8.48% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE22B is #111DD4. Grayscale: #D1D1D1. Windows color (decimal): -1121749 or 2876142. OLE color: 2876142.
HSL color Cylindrical-coordinate representation of color #EEE22B: hue angle of 56.31º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEE22B is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 43 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.07 |
| HSL | 56.31º | 0.85% | 0.55% | - |
| HSV(B) | 56.31º | 0.82% | 0.93% | - |
| XYZ | 62.89 | 72.74 | 13.01 | - |
| YUV | 208.73 | 34.48 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 43 | 0 | 0.05 | 0.82 | 0.07 | 56.31 | 0.85 | 0.55 |
| Hex | EE | E2 | 2B | 0 | 5 | 52 | 7 | 38 | 55 | 37 |
| Octal | 356 | 342 | 53 | 0 | 5 | 122 | 7 | 70 | 125 | 67 |
| Binary | 11101110 | 11100010 | 101011 | 0 | 101 | 1010010 | 111 | 111000 | 1010101 | 110111 |
Color Harmonies of #EEE22B
Complementary color
Monochromatic Colors of #EEE22B
Black with #EEE22B
Text Example
Text Example
White with #EEE22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE22B; }
p { color: rgb(238,226,43); }
H1.HeaderClassName
{
color: #EEE22B;
}
.AnyTagClassName
{
color: #EEE22B;
}
</style>
background-color css
<style>
a { background-color: #EEE22B; }
a { background-color: rgb(238,226,43); }
div.DivClassName
{
background-color: #EEE22B;
}
.BgClassName
{
background-color: #EEE22B;
}
</style>
border-color css
<style>
span { border-color: #EEE22B; }
span { border-color: rgb(238,226,43); }
td.TdClassName
{
border-color: #EEE22B;
}
.TagClassName
{
border-color: #EEE22B;
}
</style>