Shades of Golden Fizz #EED737
Tints of Golden Fizz #EED737
RGB
CMYK
RGB Variations
Color information
#EED737 (or 0xEED737) is known color: Golden Fizz. HEX triplet: EE, D7 and 37. RGB value is (238,215,55). Sum of RGB (Red+Green+Blue) = 238+215+55=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 55 (21.88% from 255 or 10.83% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EED737 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED737 is #1128C8. Grayscale: #CCCCCC. Windows color (decimal): -1124553 or 3659758. OLE color: 3659758.
HSL color Cylindrical-coordinate representation of color #EED737: hue angle of 52.46º 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 #EED737 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 55 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.07 |
| HSL | 52.46º | 0.84% | 0.57% | - |
| HSV(B) | 52.46º | 0.77% | 0.93% | - |
| XYZ | 60.25 | 67.05 | 13.38 | - |
| YUV | 203.64 | 44.12 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 55 | 0 | 0.10 | 0.77 | 0.07 | 52.46 | 0.84 | 0.57 |
| Hex | EE | D7 | 37 | 0 | A | 4D | 7 | 34 | 54 | 39 |
| Octal | 356 | 327 | 67 | 0 | 12 | 115 | 7 | 64 | 124 | 71 |
| Binary | 11101110 | 11010111 | 110111 | 0 | 1010 | 1001101 | 111 | 110100 | 1010100 | 111001 |
Color Harmonies of #EED737
Complementary color
Monochromatic Colors of #EED737
Black with #EED737
Text Example
Text Example
White with #EED737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED737; }
p { color: rgb(238,215,55); }
H1.HeaderClassName
{
color: #EED737;
}
.AnyTagClassName
{
color: #EED737;
}
</style>
background-color css
<style>
a { background-color: #EED737; }
a { background-color: rgb(238,215,55); }
div.DivClassName
{
background-color: #EED737;
}
.BgClassName
{
background-color: #EED737;
}
</style>
border-color css
<style>
span { border-color: #EED737; }
span { border-color: rgb(238,215,55); }
td.TdClassName
{
border-color: #EED737;
}
.TagClassName
{
border-color: #EED737;
}
</style>