Shades of Golden Fizz #EDDA3A
Tints of Golden Fizz #EDDA3A
RGB
CMYK
RGB Variations
Color information
#EDDA3A (or 0xEDDA3A) is known color: Golden Fizz. HEX triplet: ED, DA and 3A. RGB value is (237,218,58). Sum of RGB (Red+Green+Blue) = 237+218+58=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA3A is #1225C5. Grayscale: #CECECE. Windows color (decimal): -1189318 or 3857133. OLE color: 3857133.
HSL color Cylindrical-coordinate representation of color #EDDA3A: hue angle of 53.63º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDDA3A is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 58 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.07 |
| HSL | 53.63º | 0.83% | 0.58% | - |
| HSV(B) | 53.63º | 0.76% | 0.93% | - |
| XYZ | 60.76 | 68.45 | 14.01 | - |
| YUV | 205.44 | 44.79 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 58 | 0 | 0.08 | 0.76 | 0.07 | 53.63 | 0.83 | 0.58 |
| Hex | ED | DA | 3A | 0 | 8 | 4C | 7 | 36 | 53 | 3A |
| Octal | 355 | 332 | 72 | 0 | 10 | 114 | 7 | 66 | 123 | 72 |
| Binary | 11101101 | 11011010 | 111010 | 0 | 1000 | 1001100 | 111 | 110110 | 1010011 | 111010 |
Color Harmonies of #EDDA3A
Complementary color
Monochromatic Colors of #EDDA3A
Black with #EDDA3A
Text Example
Text Example
White with #EDDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA3A; }
p { color: rgb(237,218,58); }
H1.HeaderClassName
{
color: #EDDA3A;
}
.AnyTagClassName
{
color: #EDDA3A;
}
</style>
background-color css
<style>
a { background-color: #EDDA3A; }
a { background-color: rgb(237,218,58); }
div.DivClassName
{
background-color: #EDDA3A;
}
.BgClassName
{
background-color: #EDDA3A;
}
</style>
border-color css
<style>
span { border-color: #EDDA3A; }
span { border-color: rgb(237,218,58); }
td.TdClassName
{
border-color: #EDDA3A;
}
.TagClassName
{
border-color: #EDDA3A;
}
</style>