Shades of Golden Fizz #EDDC31
Tints of Golden Fizz #EDDC31
RGB
CMYK
RGB Variations
Color information
#EDDC31 (or 0xEDDC31) is known color: Golden Fizz. HEX triplet: ED, DC and 31. RGB value is (237,220,49). Sum of RGB (Red+Green+Blue) = 237+220+49=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC31 is #1223CE. Grayscale: #CECECE. Windows color (decimal): -1188815 or 3267821. OLE color: 3267821.
HSL color Cylindrical-coordinate representation of color #EDDC31: hue angle of 54.57º 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 #EDDC31 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 49 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.07 |
| HSL | 54.57º | 0.84% | 0.56% | - |
| HSV(B) | 54.57º | 0.79% | 0.93% | - |
| XYZ | 61.07 | 69.41 | 13.08 | - |
| YUV | 205.59 | 39.63 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 49 | 0 | 0.07 | 0.79 | 0.07 | 54.57 | 0.84 | 0.56 |
| Hex | ED | DC | 31 | 0 | 7 | 4F | 7 | 37 | 54 | 38 |
| Octal | 355 | 334 | 61 | 0 | 7 | 117 | 7 | 67 | 124 | 70 |
| Binary | 11101101 | 11011100 | 110001 | 0 | 111 | 1001111 | 111 | 110111 | 1010100 | 111000 |
Color Harmonies of #EDDC31
Complementary color
Monochromatic Colors of #EDDC31
Black with #EDDC31
Text Example
Text Example
White with #EDDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC31; }
p { color: rgb(237,220,49); }
H1.HeaderClassName
{
color: #EDDC31;
}
.AnyTagClassName
{
color: #EDDC31;
}
</style>
background-color css
<style>
a { background-color: #EDDC31; }
a { background-color: rgb(237,220,49); }
div.DivClassName
{
background-color: #EDDC31;
}
.BgClassName
{
background-color: #EDDC31;
}
</style>
border-color css
<style>
span { border-color: #EDDC31; }
span { border-color: rgb(237,220,49); }
td.TdClassName
{
border-color: #EDDC31;
}
.TagClassName
{
border-color: #EDDC31;
}
</style>