Shades of Golden Fizz #EDDA2A
Tints of Golden Fizz #EDDA2A
RGB
CMYK
RGB Variations
Color information
#EDDA2A (or 0xEDDA2A) is known color: Golden Fizz. HEX triplet: ED, DA and 2A. RGB value is (237,218,42). Sum of RGB (Red+Green+Blue) = 237+218+42=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA2A is #1225D5. Grayscale: #CCCCCC. Windows color (decimal): -1189334 or 2808557. OLE color: 2808557.
HSL color Cylindrical-coordinate representation of color #EDDA2A: hue angle of 54.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDDA2A is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 42 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.07 |
| HSL | 54.15º | 0.84% | 0.55% | - |
| HSV(B) | 54.15º | 0.82% | 0.93% | - |
| XYZ | 60.41 | 68.31 | 12.19 | - |
| YUV | 203.62 | 36.79 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 42 | 0 | 0.08 | 0.82 | 0.07 | 54.15 | 0.84 | 0.55 |
| Hex | ED | DA | 2A | 0 | 8 | 52 | 7 | 36 | 54 | 37 |
| Octal | 355 | 332 | 52 | 0 | 10 | 122 | 7 | 66 | 124 | 67 |
| Binary | 11101101 | 11011010 | 101010 | 0 | 1000 | 1010010 | 111 | 110110 | 1010100 | 110111 |
Color Harmonies of #EDDA2A
Complementary color
Monochromatic Colors of #EDDA2A
Black with #EDDA2A
Text Example
Text Example
White with #EDDA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA2A; }
p { color: rgb(237,218,42); }
H1.HeaderClassName
{
color: #EDDA2A;
}
.AnyTagClassName
{
color: #EDDA2A;
}
</style>
background-color css
<style>
a { background-color: #EDDA2A; }
a { background-color: rgb(237,218,42); }
div.DivClassName
{
background-color: #EDDA2A;
}
.BgClassName
{
background-color: #EDDA2A;
}
</style>
border-color css
<style>
span { border-color: #EDDA2A; }
span { border-color: rgb(237,218,42); }
td.TdClassName
{
border-color: #EDDA2A;
}
.TagClassName
{
border-color: #EDDA2A;
}
</style>