Shades of Golden Fizz #EDD92E
Tints of Golden Fizz #EDD92E
RGB
CMYK
RGB Variations
Color information
#EDD92E (or 0xEDD92E) is known color: Golden Fizz. HEX triplet: ED, D9 and 2E. RGB value is (237,217,46). Sum of RGB (Red+Green+Blue) = 237+217+46=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD92E is #1226D1. Grayscale: #CCCCCC. Windows color (decimal): -1189586 or 3070445. OLE color: 3070445.
HSL color Cylindrical-coordinate representation of color #EDD92E: hue angle of 53.72º 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 #EDD92E is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 46 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.07 |
| HSL | 53.72º | 0.84% | 0.55% | - |
| HSV(B) | 53.72º | 0.81% | 0.93% | - |
| XYZ | 60.23 | 67.83 | 12.5 | - |
| YUV | 203.49 | 39.13 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 46 | 0 | 0.08 | 0.81 | 0.07 | 53.72 | 0.84 | 0.55 |
| Hex | ED | D9 | 2E | 0 | 8 | 51 | 7 | 36 | 54 | 37 |
| Octal | 355 | 331 | 56 | 0 | 10 | 121 | 7 | 66 | 124 | 67 |
| Binary | 11101101 | 11011001 | 101110 | 0 | 1000 | 1010001 | 111 | 110110 | 1010100 | 110111 |
Color Harmonies of #EDD92E
Complementary color
Monochromatic Colors of #EDD92E
Black with #EDD92E
Text Example
Text Example
White with #EDD92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD92E; }
p { color: rgb(237,217,46); }
H1.HeaderClassName
{
color: #EDD92E;
}
.AnyTagClassName
{
color: #EDD92E;
}
</style>
background-color css
<style>
a { background-color: #EDD92E; }
a { background-color: rgb(237,217,46); }
div.DivClassName
{
background-color: #EDD92E;
}
.BgClassName
{
background-color: #EDD92E;
}
</style>
border-color css
<style>
span { border-color: #EDD92E; }
span { border-color: rgb(237,217,46); }
td.TdClassName
{
border-color: #EDD92E;
}
.TagClassName
{
border-color: #EDD92E;
}
</style>