Shades of Golden Fizz #EDDA2F
Tints of Golden Fizz #EDDA2F
RGB
CMYK
RGB Variations
Color information
#EDDA2F (or 0xEDDA2F) is known color: Golden Fizz. HEX triplet: ED, DA and 2F. RGB value is (237,218,47). Sum of RGB (Red+Green+Blue) = 237+218+47=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 47 (18.75% from 255 or 9.36% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA2F is #1225D0. Grayscale: #CCCCCC. Windows color (decimal): -1189329 or 3136237. OLE color: 3136237.
HSL color Cylindrical-coordinate representation of color #EDDA2F: hue angle of 54º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDDA2F is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 47 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.07 |
| HSL | 54º | 0.84% | 0.56% | - |
| HSV(B) | 54º | 0.8% | 0.93% | - |
| XYZ | 60.51 | 68.35 | 12.69 | - |
| YUV | 204.19 | 39.29 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 47 | 0 | 0.08 | 0.80 | 0.07 | 54 | 0.84 | 0.56 |
| Hex | ED | DA | 2F | 0 | 8 | 50 | 7 | 36 | 54 | 38 |
| Octal | 355 | 332 | 57 | 0 | 10 | 120 | 7 | 66 | 124 | 70 |
| Binary | 11101101 | 11011010 | 101111 | 0 | 1000 | 1010000 | 111 | 110110 | 1010100 | 111000 |
Color Harmonies of #EDDA2F
Complementary color
Monochromatic Colors of #EDDA2F
Black with #EDDA2F
Text Example
Text Example
White with #EDDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA2F; }
p { color: rgb(237,218,47); }
H1.HeaderClassName
{
color: #EDDA2F;
}
.AnyTagClassName
{
color: #EDDA2F;
}
</style>
background-color css
<style>
a { background-color: #EDDA2F; }
a { background-color: rgb(237,218,47); }
div.DivClassName
{
background-color: #EDDA2F;
}
.BgClassName
{
background-color: #EDDA2F;
}
</style>
border-color css
<style>
span { border-color: #EDDA2F; }
span { border-color: rgb(237,218,47); }
td.TdClassName
{
border-color: #EDDA2F;
}
.TagClassName
{
border-color: #EDDA2F;
}
</style>