Shades of Golden Fizz #EDD82D
Tints of Golden Fizz #EDD82D
RGB
CMYK
RGB Variations
Color information
#EDD82D (or 0xEDD82D) is known color: Golden Fizz. HEX triplet: ED, D8 and 2D. RGB value is (237,216,45). Sum of RGB (Red+Green+Blue) = 237+216+45=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD82D is #1227D2. Grayscale: #CBCBCB. Windows color (decimal): -1189843 or 3004653. OLE color: 3004653.
HSL color Cylindrical-coordinate representation of color #EDD82D: hue angle of 53.44º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDD82D is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 45 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.07 |
| HSL | 53.44º | 0.84% | 0.55% | - |
| HSV(B) | 53.44º | 0.81% | 0.93% | - |
| XYZ | 59.95 | 67.31 | 12.31 | - |
| YUV | 202.79 | 38.96 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 45 | 0 | 0.09 | 0.81 | 0.07 | 53.44 | 0.84 | 0.55 |
| Hex | ED | D8 | 2D | 0 | 9 | 51 | 7 | 35 | 54 | 37 |
| Octal | 355 | 330 | 55 | 0 | 11 | 121 | 7 | 65 | 124 | 67 |
| Binary | 11101101 | 11011000 | 101101 | 0 | 1001 | 1010001 | 111 | 110101 | 1010100 | 110111 |
Color Harmonies of #EDD82D
Complementary color
Monochromatic Colors of #EDD82D
Black with #EDD82D
Text Example
Text Example
White with #EDD82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD82D; }
p { color: rgb(237,216,45); }
H1.HeaderClassName
{
color: #EDD82D;
}
.AnyTagClassName
{
color: #EDD82D;
}
</style>
background-color css
<style>
a { background-color: #EDD82D; }
a { background-color: rgb(237,216,45); }
div.DivClassName
{
background-color: #EDD82D;
}
.BgClassName
{
background-color: #EDD82D;
}
</style>
border-color css
<style>
span { border-color: #EDD82D; }
span { border-color: rgb(237,216,45); }
td.TdClassName
{
border-color: #EDD82D;
}
.TagClassName
{
border-color: #EDD82D;
}
</style>