Shades of Golden Fizz #EED937
Tints of Golden Fizz #EED937
RGB
CMYK
RGB Variations
Color information
#EED937 (or 0xEED937) is known color: Golden Fizz. HEX triplet: EE, D9 and 37. RGB value is (238,217,55). Sum of RGB (Red+Green+Blue) = 238+217+55=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 55 (21.88% from 255 or 10.78% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EED937 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED937 is #1126C8. Grayscale: #CDCDCD. Windows color (decimal): -1124041 or 3660270. OLE color: 3660270.
HSL color Cylindrical-coordinate representation of color #EED937: hue angle of 53.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EED937 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 55 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.07 |
| HSL | 53.11º | 0.84% | 0.57% | - |
| HSV(B) | 53.11º | 0.77% | 0.93% | - |
| XYZ | 60.76 | 68.08 | 13.55 | - |
| YUV | 204.81 | 43.46 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 55 | 0 | 0.09 | 0.77 | 0.07 | 53.11 | 0.84 | 0.57 |
| Hex | EE | D9 | 37 | 0 | 9 | 4D | 7 | 35 | 54 | 39 |
| Octal | 356 | 331 | 67 | 0 | 11 | 115 | 7 | 65 | 124 | 71 |
| Binary | 11101110 | 11011001 | 110111 | 0 | 1001 | 1001101 | 111 | 110101 | 1010100 | 111001 |
Color Harmonies of #EED937
Complementary color
Monochromatic Colors of #EED937
Black with #EED937
Text Example
Text Example
White with #EED937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED937; }
p { color: rgb(238,217,55); }
H1.HeaderClassName
{
color: #EED937;
}
.AnyTagClassName
{
color: #EED937;
}
</style>
background-color css
<style>
a { background-color: #EED937; }
a { background-color: rgb(238,217,55); }
div.DivClassName
{
background-color: #EED937;
}
.BgClassName
{
background-color: #EED937;
}
</style>
border-color css
<style>
span { border-color: #EED937; }
span { border-color: rgb(238,217,55); }
td.TdClassName
{
border-color: #EED937;
}
.TagClassName
{
border-color: #EED937;
}
</style>