Shades of Golden Fizz #EDDC30
Tints of Golden Fizz #EDDC30
RGB
CMYK
RGB Variations
Color information
#EDDC30 (or 0xEDDC30) is known color: Golden Fizz. HEX triplet: ED, DC and 30. RGB value is (237,220,48). Sum of RGB (Red+Green+Blue) = 237+220+48=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC30 is #1223CF. Grayscale: #CECECE. Windows color (decimal): -1188816 or 3202285. OLE color: 3202285.
HSL color Cylindrical-coordinate representation of color #EDDC30: hue angle of 54.6º 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 #EDDC30 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 48 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.07 |
| HSL | 54.6º | 0.84% | 0.56% | - |
| HSV(B) | 54.6º | 0.8% | 0.93% | - |
| XYZ | 61.05 | 69.4 | 12.97 | - |
| YUV | 205.48 | 39.13 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 48 | 0 | 0.07 | 0.80 | 0.07 | 54.6 | 0.84 | 0.56 |
| Hex | ED | DC | 30 | 0 | 7 | 50 | 7 | 37 | 54 | 38 |
| Octal | 355 | 334 | 60 | 0 | 7 | 120 | 7 | 67 | 124 | 70 |
| Binary | 11101101 | 11011100 | 110000 | 0 | 111 | 1010000 | 111 | 110111 | 1010100 | 111000 |
Color Harmonies of #EDDC30
Complementary color
Monochromatic Colors of #EDDC30
Black with #EDDC30
Text Example
Text Example
White with #EDDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC30; }
p { color: rgb(237,220,48); }
H1.HeaderClassName
{
color: #EDDC30;
}
.AnyTagClassName
{
color: #EDDC30;
}
</style>
background-color css
<style>
a { background-color: #EDDC30; }
a { background-color: rgb(237,220,48); }
div.DivClassName
{
background-color: #EDDC30;
}
.BgClassName
{
background-color: #EDDC30;
}
</style>
border-color css
<style>
span { border-color: #EDDC30; }
span { border-color: rgb(237,220,48); }
td.TdClassName
{
border-color: #EDDC30;
}
.TagClassName
{
border-color: #EDDC30;
}
</style>