Shades of Golden Fizz #EED926
Tints of Golden Fizz #EED926
RGB
CMYK
RGB Variations
Color information
#EED926 (or 0xEED926) is known color: Golden Fizz. HEX triplet: EE, D9 and 26. RGB value is (238,217,38). Sum of RGB (Red+Green+Blue) = 238+217+38=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 38 (15.23% from 255 or 7.71% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EED926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED926 is #1126D9. Grayscale: #CBCBCB. Windows color (decimal): -1124058 or 2546158. OLE color: 2546158.
HSL color Cylindrical-coordinate representation of color #EED926: hue angle of 53.7º 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 #EED926 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 38 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.07 |
| HSL | 53.7º | 0.85% | 0.54% | - |
| HSV(B) | 53.7º | 0.84% | 0.93% | - |
| XYZ | 60.42 | 67.94 | 11.76 | - |
| YUV | 202.87 | 34.96 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 38 | 0 | 0.09 | 0.84 | 0.07 | 53.7 | 0.85 | 0.54 |
| Hex | EE | D9 | 26 | 0 | 9 | 54 | 7 | 36 | 55 | 36 |
| Octal | 356 | 331 | 46 | 0 | 11 | 124 | 7 | 66 | 125 | 66 |
| Binary | 11101110 | 11011001 | 100110 | 0 | 1001 | 1010100 | 111 | 110110 | 1010101 | 110110 |
Color Harmonies of #EED926
Complementary color
Monochromatic Colors of #EED926
Black with #EED926
Text Example
Text Example
White with #EED926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED926; }
p { color: rgb(238,217,38); }
H1.HeaderClassName
{
color: #EED926;
}
.AnyTagClassName
{
color: #EED926;
}
</style>
background-color css
<style>
a { background-color: #EED926; }
a { background-color: rgb(238,217,38); }
div.DivClassName
{
background-color: #EED926;
}
.BgClassName
{
background-color: #EED926;
}
</style>
border-color css
<style>
span { border-color: #EED926; }
span { border-color: rgb(238,217,38); }
td.TdClassName
{
border-color: #EED926;
}
.TagClassName
{
border-color: #EED926;
}
</style>