Shades of Golden Fizz #EED938
Tints of Golden Fizz #EED938
RGB
CMYK
RGB Variations
Color information
#EED938 (or 0xEED938) is known color: Golden Fizz. HEX triplet: EE, D9 and 38. RGB value is (238,217,56). Sum of RGB (Red+Green+Blue) = 238+217+56=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 56 (22.27% from 255 or 10.96% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EED938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED938 is #1126C7. Grayscale: #CDCDCD. Windows color (decimal): -1124040 or 3725806. OLE color: 3725806.
HSL color Cylindrical-coordinate representation of color #EED938: hue angle of 53.08º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EED938 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 56 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.07 |
| HSL | 53.08º | 0.84% | 0.58% | - |
| HSV(B) | 53.08º | 0.76% | 0.93% | - |
| XYZ | 60.79 | 68.09 | 13.68 | - |
| YUV | 204.93 | 43.96 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 56 | 0 | 0.09 | 0.76 | 0.07 | 53.08 | 0.84 | 0.58 |
| Hex | EE | D9 | 38 | 0 | 9 | 4C | 7 | 35 | 54 | 3A |
| Octal | 356 | 331 | 70 | 0 | 11 | 114 | 7 | 65 | 124 | 72 |
| Binary | 11101110 | 11011001 | 111000 | 0 | 1001 | 1001100 | 111 | 110101 | 1010100 | 111010 |
Color Harmonies of #EED938
Complementary color
Monochromatic Colors of #EED938
Black with #EED938
Text Example
Text Example
White with #EED938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED938; }
p { color: rgb(238,217,56); }
H1.HeaderClassName
{
color: #EED938;
}
.AnyTagClassName
{
color: #EED938;
}
</style>
background-color css
<style>
a { background-color: #EED938; }
a { background-color: rgb(238,217,56); }
div.DivClassName
{
background-color: #EED938;
}
.BgClassName
{
background-color: #EED938;
}
</style>
border-color css
<style>
span { border-color: #EED938; }
span { border-color: rgb(238,217,56); }
td.TdClassName
{
border-color: #EED938;
}
.TagClassName
{
border-color: #EED938;
}
</style>