Shades of Golden Fizz #EDD93C
Tints of Golden Fizz #EDD93C
RGB
CMYK
RGB Variations
Color information
#EDD93C (or 0xEDD93C) is known color: Golden Fizz. HEX triplet: ED, D9 and 3C. RGB value is (237,217,60). Sum of RGB (Red+Green+Blue) = 237+217+60=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD93C is #1226C3. Grayscale: #CDCDCD. Windows color (decimal): -1189572 or 3987949. OLE color: 3987949.
HSL color Cylindrical-coordinate representation of color #EDD93C: hue angle of 53.22º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDD93C is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 60 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.07 |
| HSL | 53.22º | 0.83% | 0.58% | - |
| HSV(B) | 53.22º | 0.75% | 0.93% | - |
| XYZ | 60.55 | 67.96 | 14.2 | - |
| YUV | 205.08 | 46.13 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 60 | 0 | 0.08 | 0.75 | 0.07 | 53.22 | 0.83 | 0.58 |
| Hex | ED | D9 | 3C | 0 | 8 | 4B | 7 | 35 | 53 | 3A |
| Octal | 355 | 331 | 74 | 0 | 10 | 113 | 7 | 65 | 123 | 72 |
| Binary | 11101101 | 11011001 | 111100 | 0 | 1000 | 1001011 | 111 | 110101 | 1010011 | 111010 |
Color Harmonies of #EDD93C
Complementary color
Monochromatic Colors of #EDD93C
Black with #EDD93C
Text Example
Text Example
White with #EDD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD93C; }
p { color: rgb(237,217,60); }
H1.HeaderClassName
{
color: #EDD93C;
}
.AnyTagClassName
{
color: #EDD93C;
}
</style>
background-color css
<style>
a { background-color: #EDD93C; }
a { background-color: rgb(237,217,60); }
div.DivClassName
{
background-color: #EDD93C;
}
.BgClassName
{
background-color: #EDD93C;
}
</style>
border-color css
<style>
span { border-color: #EDD93C; }
span { border-color: rgb(237,217,60); }
td.TdClassName
{
border-color: #EDD93C;
}
.TagClassName
{
border-color: #EDD93C;
}
</style>