Shades of Golden Fizz #EDDA32
Tints of Golden Fizz #EDDA32
RGB
CMYK
RGB Variations
Color information
#EDDA32 (or 0xEDDA32) is known color: Golden Fizz. HEX triplet: ED, DA and 32. RGB value is (237,218,50). Sum of RGB (Red+Green+Blue) = 237+218+50=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 50 (19.92% from 255 or 9.90% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA32 is #1225CD. Grayscale: #CDCDCD. Windows color (decimal): -1189326 or 3332845. OLE color: 3332845.
HSL color Cylindrical-coordinate representation of color #EDDA32: hue angle of 53.9º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDDA32 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 50 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.07 |
| HSL | 53.9º | 0.84% | 0.56% | - |
| HSV(B) | 53.9º | 0.79% | 0.93% | - |
| XYZ | 60.57 | 68.38 | 13.02 | - |
| YUV | 204.53 | 40.79 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 50 | 0 | 0.08 | 0.79 | 0.07 | 53.9 | 0.84 | 0.56 |
| Hex | ED | DA | 32 | 0 | 8 | 4F | 7 | 36 | 54 | 38 |
| Octal | 355 | 332 | 62 | 0 | 10 | 117 | 7 | 66 | 124 | 70 |
| Binary | 11101101 | 11011010 | 110010 | 0 | 1000 | 1001111 | 111 | 110110 | 1010100 | 111000 |
Color Harmonies of #EDDA32
Complementary color
Monochromatic Colors of #EDDA32
Black with #EDDA32
Text Example
Text Example
White with #EDDA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA32; }
p { color: rgb(237,218,50); }
H1.HeaderClassName
{
color: #EDDA32;
}
.AnyTagClassName
{
color: #EDDA32;
}
</style>
background-color css
<style>
a { background-color: #EDDA32; }
a { background-color: rgb(237,218,50); }
div.DivClassName
{
background-color: #EDDA32;
}
.BgClassName
{
background-color: #EDDA32;
}
</style>
border-color css
<style>
span { border-color: #EDDA32; }
span { border-color: rgb(237,218,50); }
td.TdClassName
{
border-color: #EDDA32;
}
.TagClassName
{
border-color: #EDDA32;
}
</style>