Shades of Golden Fizz #EDD927
Tints of Golden Fizz #EDD927
RGB
CMYK
RGB Variations
Color information
#EDD927 (or 0xEDD927) is known color: Golden Fizz. HEX triplet: ED, D9 and 27. RGB value is (237,217,39). Sum of RGB (Red+Green+Blue) = 237+217+39=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 39 (15.62% from 255 or 7.91% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD927 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD927 is #1226D8. Grayscale: #CBCBCB. Windows color (decimal): -1189593 or 2611693. OLE color: 2611693.
HSL color Cylindrical-coordinate representation of color #EDD927: hue angle of 53.94º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDD927 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 39 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.07 |
| HSL | 53.94º | 0.85% | 0.54% | - |
| HSV(B) | 53.94º | 0.84% | 0.93% | - |
| XYZ | 60.1 | 67.78 | 11.83 | - |
| YUV | 202.69 | 35.63 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 39 | 0 | 0.08 | 0.84 | 0.07 | 53.94 | 0.85 | 0.54 |
| Hex | ED | D9 | 27 | 0 | 8 | 54 | 7 | 36 | 55 | 36 |
| Octal | 355 | 331 | 47 | 0 | 10 | 124 | 7 | 66 | 125 | 66 |
| Binary | 11101101 | 11011001 | 100111 | 0 | 1000 | 1010100 | 111 | 110110 | 1010101 | 110110 |
Color Harmonies of #EDD927
Complementary color
Monochromatic Colors of #EDD927
Black with #EDD927
Text Example
Text Example
White with #EDD927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD927; }
p { color: rgb(237,217,39); }
H1.HeaderClassName
{
color: #EDD927;
}
.AnyTagClassName
{
color: #EDD927;
}
</style>
background-color css
<style>
a { background-color: #EDD927; }
a { background-color: rgb(237,217,39); }
div.DivClassName
{
background-color: #EDD927;
}
.BgClassName
{
background-color: #EDD927;
}
</style>
border-color css
<style>
span { border-color: #EDD927; }
span { border-color: rgb(237,217,39); }
td.TdClassName
{
border-color: #EDD927;
}
.TagClassName
{
border-color: #EDD927;
}
</style>