Shades of Golden Fizz #EEE126
Tints of Golden Fizz #EEE126
RGB
CMYK
RGB Variations
Color information
#EEE126 (or 0xEEE126) is known color: Golden Fizz. HEX triplet: EE, E1 and 26. RGB value is (238,225,38). Sum of RGB (Red+Green+Blue) = 238+225+38=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 38 (15.23% from 255 or 7.58% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE126 is #111ED9. Grayscale: #D0D0D0. Windows color (decimal): -1122010 or 2548206. OLE color: 2548206.
HSL color Cylindrical-coordinate representation of color #EEE126: hue angle of 56.1º 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 #EEE126 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 38 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.07 |
| HSL | 56.1º | 0.85% | 0.54% | - |
| HSV(B) | 56.1º | 0.84% | 0.93% | - |
| XYZ | 62.53 | 72.17 | 12.47 | - |
| YUV | 207.57 | 32.31 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 38 | 0 | 0.05 | 0.84 | 0.07 | 56.1 | 0.85 | 0.54 |
| Hex | EE | E1 | 26 | 0 | 5 | 54 | 7 | 38 | 55 | 36 |
| Octal | 356 | 341 | 46 | 0 | 5 | 124 | 7 | 70 | 125 | 66 |
| Binary | 11101110 | 11100001 | 100110 | 0 | 101 | 1010100 | 111 | 111000 | 1010101 | 110110 |
Color Harmonies of #EEE126
Complementary color
Monochromatic Colors of #EEE126
Black with #EEE126
Text Example
Text Example
White with #EEE126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE126; }
p { color: rgb(238,225,38); }
H1.HeaderClassName
{
color: #EEE126;
}
.AnyTagClassName
{
color: #EEE126;
}
</style>
background-color css
<style>
a { background-color: #EEE126; }
a { background-color: rgb(238,225,38); }
div.DivClassName
{
background-color: #EEE126;
}
.BgClassName
{
background-color: #EEE126;
}
</style>
border-color css
<style>
span { border-color: #EEE126; }
span { border-color: rgb(238,225,38); }
td.TdClassName
{
border-color: #EEE126;
}
.TagClassName
{
border-color: #EEE126;
}
</style>