Shades of Golden Fizz #EDDA3C
Tints of Golden Fizz #EDDA3C
RGB
CMYK
RGB Variations
Color information
#EDDA3C (or 0xEDDA3C) is known color: Golden Fizz. HEX triplet: ED, DA and 3C. RGB value is (237,218,60). Sum of RGB (Red+Green+Blue) = 237+218+60=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 60 (23.83% from 255 or 11.65% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA3C is #1225C3. Grayscale: #CECECE. Windows color (decimal): -1189316 or 3988205. OLE color: 3988205.
HSL color Cylindrical-coordinate representation of color #EDDA3C: hue angle of 53.56º 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 #EDDA3C is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 60 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.07 |
| HSL | 53.56º | 0.83% | 0.58% | - |
| HSV(B) | 53.56º | 0.75% | 0.93% | - |
| XYZ | 60.81 | 68.47 | 14.29 | - |
| YUV | 205.67 | 45.79 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 60 | 0 | 0.08 | 0.75 | 0.07 | 53.56 | 0.83 | 0.58 |
| Hex | ED | DA | 3C | 0 | 8 | 4B | 7 | 36 | 53 | 3A |
| Octal | 355 | 332 | 74 | 0 | 10 | 113 | 7 | 66 | 123 | 72 |
| Binary | 11101101 | 11011010 | 111100 | 0 | 1000 | 1001011 | 111 | 110110 | 1010011 | 111010 |
Color Harmonies of #EDDA3C
Complementary color
Monochromatic Colors of #EDDA3C
Black with #EDDA3C
Text Example
Text Example
White with #EDDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA3C; }
p { color: rgb(237,218,60); }
H1.HeaderClassName
{
color: #EDDA3C;
}
.AnyTagClassName
{
color: #EDDA3C;
}
</style>
background-color css
<style>
a { background-color: #EDDA3C; }
a { background-color: rgb(237,218,60); }
div.DivClassName
{
background-color: #EDDA3C;
}
.BgClassName
{
background-color: #EDDA3C;
}
</style>
border-color css
<style>
span { border-color: #EDDA3C; }
span { border-color: rgb(237,218,60); }
td.TdClassName
{
border-color: #EDDA3C;
}
.TagClassName
{
border-color: #EDDA3C;
}
</style>