Shades of Golden Fizz #EDD936
Tints of Golden Fizz #EDD936
RGB
CMYK
RGB Variations
Color information
#EDD936 (or 0xEDD936) is known color: Golden Fizz. HEX triplet: ED, D9 and 36. RGB value is (237,217,54). Sum of RGB (Red+Green+Blue) = 237+217+54=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 54 (21.48% from 255 or 10.63% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD936 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD936 is #1226C9. Grayscale: #CDCDCD. Windows color (decimal): -1189578 or 3594733. OLE color: 3594733.
HSL color Cylindrical-coordinate representation of color #EDD936: hue angle of 53.44º 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 #EDD936 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 54 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.07 |
| HSL | 53.44º | 0.84% | 0.57% | - |
| HSV(B) | 53.44º | 0.77% | 0.93% | - |
| XYZ | 60.4 | 67.9 | 13.41 | - |
| YUV | 204.4 | 43.13 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 54 | 0 | 0.08 | 0.77 | 0.07 | 53.44 | 0.84 | 0.57 |
| Hex | ED | D9 | 36 | 0 | 8 | 4D | 7 | 35 | 54 | 39 |
| Octal | 355 | 331 | 66 | 0 | 10 | 115 | 7 | 65 | 124 | 71 |
| Binary | 11101101 | 11011001 | 110110 | 0 | 1000 | 1001101 | 111 | 110101 | 1010100 | 111001 |
Color Harmonies of #EDD936
Complementary color
Monochromatic Colors of #EDD936
Black with #EDD936
Text Example
Text Example
White with #EDD936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD936; }
p { color: rgb(237,217,54); }
H1.HeaderClassName
{
color: #EDD936;
}
.AnyTagClassName
{
color: #EDD936;
}
</style>
background-color css
<style>
a { background-color: #EDD936; }
a { background-color: rgb(237,217,54); }
div.DivClassName
{
background-color: #EDD936;
}
.BgClassName
{
background-color: #EDD936;
}
</style>
border-color css
<style>
span { border-color: #EDD936; }
span { border-color: rgb(237,217,54); }
td.TdClassName
{
border-color: #EDD936;
}
.TagClassName
{
border-color: #EDD936;
}
</style>