Shades of Golden Fizz #EEE826
Tints of Golden Fizz #EEE826
RGB
CMYK
RGB Variations
Color information
#EEE826 (or 0xEEE826) is known color: Golden Fizz. HEX triplet: EE, E8 and 26. RGB value is (238,232,38). Sum of RGB (Red+Green+Blue) = 238+232+38=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 38 (15.23% from 255 or 7.48% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE826 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE826 is #1117D9. Grayscale: #D4D4D4. Windows color (decimal): -1120218 or 2549998. OLE color: 2549998.
HSL color Cylindrical-coordinate representation of color #EEE826: hue angle of 58.2º 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 #EEE826 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 38 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.07 |
| HSL | 58.2º | 0.85% | 0.54% | - |
| HSV(B) | 58.2º | 0.84% | 0.93% | - |
| XYZ | 64.47 | 76.03 | 13.11 | - |
| YUV | 211.68 | 29.99 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 38 | 0 | 0.03 | 0.84 | 0.07 | 58.2 | 0.85 | 0.54 |
| Hex | EE | E8 | 26 | 0 | 3 | 54 | 7 | 3A | 55 | 36 |
| Octal | 356 | 350 | 46 | 0 | 3 | 124 | 7 | 72 | 125 | 66 |
| Binary | 11101110 | 11101000 | 100110 | 0 | 11 | 1010100 | 111 | 111010 | 1010101 | 110110 |
Color Harmonies of #EEE826
Complementary color
Monochromatic Colors of #EEE826
Black with #EEE826
Text Example
Text Example
White with #EEE826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE826; }
p { color: rgb(238,232,38); }
H1.HeaderClassName
{
color: #EEE826;
}
.AnyTagClassName
{
color: #EEE826;
}
</style>
background-color css
<style>
a { background-color: #EEE826; }
a { background-color: rgb(238,232,38); }
div.DivClassName
{
background-color: #EEE826;
}
.BgClassName
{
background-color: #EEE826;
}
</style>
border-color css
<style>
span { border-color: #EEE826; }
span { border-color: rgb(238,232,38); }
td.TdClassName
{
border-color: #EEE826;
}
.TagClassName
{
border-color: #EEE826;
}
</style>