Shades of Golden Fizz #EDDC32
Tints of Golden Fizz #EDDC32
RGB
CMYK
RGB Variations
Color information
#EDDC32 (or 0xEDDC32) is known color: Golden Fizz. HEX triplet: ED, DC and 32. RGB value is (237,220,50). Sum of RGB (Red+Green+Blue) = 237+220+50=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC32 is #1223CD. Grayscale: #CECECE. Windows color (decimal): -1188814 or 3333357. OLE color: 3333357.
HSL color Cylindrical-coordinate representation of color #EDDC32: hue angle of 54.55º 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 #EDDC32 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 50 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.07 |
| HSL | 54.55º | 0.84% | 0.56% | - |
| HSV(B) | 54.55º | 0.79% | 0.93% | - |
| XYZ | 61.09 | 69.42 | 13.2 | - |
| YUV | 205.7 | 40.13 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 50 | 0 | 0.07 | 0.79 | 0.07 | 54.55 | 0.84 | 0.56 |
| Hex | ED | DC | 32 | 0 | 7 | 4F | 7 | 37 | 54 | 38 |
| Octal | 355 | 334 | 62 | 0 | 7 | 117 | 7 | 67 | 124 | 70 |
| Binary | 11101101 | 11011100 | 110010 | 0 | 111 | 1001111 | 111 | 110111 | 1010100 | 111000 |
Color Harmonies of #EDDC32
Complementary color
Monochromatic Colors of #EDDC32
Black with #EDDC32
Text Example
Text Example
White with #EDDC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC32; }
p { color: rgb(237,220,50); }
H1.HeaderClassName
{
color: #EDDC32;
}
.AnyTagClassName
{
color: #EDDC32;
}
</style>
background-color css
<style>
a { background-color: #EDDC32; }
a { background-color: rgb(237,220,50); }
div.DivClassName
{
background-color: #EDDC32;
}
.BgClassName
{
background-color: #EDDC32;
}
</style>
border-color css
<style>
span { border-color: #EDDC32; }
span { border-color: rgb(237,220,50); }
td.TdClassName
{
border-color: #EDDC32;
}
.TagClassName
{
border-color: #EDDC32;
}
</style>