Shades of Golden Fizz #EEE426
Tints of Golden Fizz #EEE426
RGB
CMYK
RGB Variations
Color information
#EEE426 (or 0xEEE426) is known color: Golden Fizz. HEX triplet: EE, E4 and 26. RGB value is (238,228,38). Sum of RGB (Red+Green+Blue) = 238+228+38=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 38 (15.23% from 255 or 7.54% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE426 is #111BD9. Grayscale: #D2D2D2. Windows color (decimal): -1121242 or 2548974. OLE color: 2548974.
HSL color Cylindrical-coordinate representation of color #EEE426: hue angle of 57º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEE426 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 38 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.07 |
| HSL | 57º | 0.85% | 0.54% | - |
| HSV(B) | 57º | 0.84% | 0.93% | - |
| XYZ | 63.35 | 73.8 | 12.74 | - |
| YUV | 209.33 | 31.31 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 38 | 0 | 0.04 | 0.84 | 0.07 | 57 | 0.85 | 0.54 |
| Hex | EE | E4 | 26 | 0 | 4 | 54 | 7 | 39 | 55 | 36 |
| Octal | 356 | 344 | 46 | 0 | 4 | 124 | 7 | 71 | 125 | 66 |
| Binary | 11101110 | 11100100 | 100110 | 0 | 100 | 1010100 | 111 | 111001 | 1010101 | 110110 |
Color Harmonies of #EEE426
Complementary color
Monochromatic Colors of #EEE426
Black with #EEE426
Text Example
Text Example
White with #EEE426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE426; }
p { color: rgb(238,228,38); }
H1.HeaderClassName
{
color: #EEE426;
}
.AnyTagClassName
{
color: #EEE426;
}
</style>
background-color css
<style>
a { background-color: #EEE426; }
a { background-color: rgb(238,228,38); }
div.DivClassName
{
background-color: #EEE426;
}
.BgClassName
{
background-color: #EEE426;
}
</style>
border-color css
<style>
span { border-color: #EEE426; }
span { border-color: rgb(238,228,38); }
td.TdClassName
{
border-color: #EEE426;
}
.TagClassName
{
border-color: #EEE426;
}
</style>