Shades of Golden Fizz #EDD738
Tints of Golden Fizz #EDD738
RGB
CMYK
RGB Variations
Color information
#EDD738 (or 0xEDD738) is known color: Golden Fizz. HEX triplet: ED, D7 and 38. RGB value is (237,215,56). Sum of RGB (Red+Green+Blue) = 237+215+56=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 56 (22.27% from 255 or 11.02% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD738 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD738 is #1228C7. Grayscale: #CCCCCC. Windows color (decimal): -1190088 or 3725293. OLE color: 3725293.
HSL color Cylindrical-coordinate representation of color #EDD738: hue angle of 52.71º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDD738 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 56 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.07 |
| HSL | 52.71º | 0.83% | 0.57% | - |
| HSV(B) | 52.71º | 0.76% | 0.93% | - |
| XYZ | 59.94 | 66.89 | 13.49 | - |
| YUV | 203.45 | 44.79 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 56 | 0 | 0.09 | 0.76 | 0.07 | 52.71 | 0.83 | 0.57 |
| Hex | ED | D7 | 38 | 0 | 9 | 4C | 7 | 35 | 53 | 39 |
| Octal | 355 | 327 | 70 | 0 | 11 | 114 | 7 | 65 | 123 | 71 |
| Binary | 11101101 | 11010111 | 111000 | 0 | 1001 | 1001100 | 111 | 110101 | 1010011 | 111001 |
Color Harmonies of #EDD738
Complementary color
Monochromatic Colors of #EDD738
Black with #EDD738
Text Example
Text Example
White with #EDD738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD738; }
p { color: rgb(237,215,56); }
H1.HeaderClassName
{
color: #EDD738;
}
.AnyTagClassName
{
color: #EDD738;
}
</style>
background-color css
<style>
a { background-color: #EDD738; }
a { background-color: rgb(237,215,56); }
div.DivClassName
{
background-color: #EDD738;
}
.BgClassName
{
background-color: #EDD738;
}
</style>
border-color css
<style>
span { border-color: #EDD738; }
span { border-color: rgb(237,215,56); }
td.TdClassName
{
border-color: #EDD738;
}
.TagClassName
{
border-color: #EDD738;
}
</style>