Shades of Golden Fizz #EDDD30
Tints of Golden Fizz #EDDD30
RGB
CMYK
RGB Variations
Color information
#EDDD30 (or 0xEDDD30) is known color: Golden Fizz. HEX triplet: ED, DD and 30. RGB value is (237,221,48). Sum of RGB (Red+Green+Blue) = 237+221+48=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD30 is #1222CF. Grayscale: #CECECE. Windows color (decimal): -1188560 or 3202541. OLE color: 3202541.
HSL color Cylindrical-coordinate representation of color #EDDD30: hue angle of 54.92º 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 #EDDD30 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 48 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.07 |
| HSL | 54.92º | 0.84% | 0.56% | - |
| HSV(B) | 54.92º | 0.8% | 0.93% | - |
| XYZ | 61.32 | 69.93 | 13.06 | - |
| YUV | 206.06 | 38.8 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 48 | 0 | 0.07 | 0.80 | 0.07 | 54.92 | 0.84 | 0.56 |
| Hex | ED | DD | 30 | 0 | 7 | 50 | 7 | 37 | 54 | 38 |
| Octal | 355 | 335 | 60 | 0 | 7 | 120 | 7 | 67 | 124 | 70 |
| Binary | 11101101 | 11011101 | 110000 | 0 | 111 | 1010000 | 111 | 110111 | 1010100 | 111000 |
Color Harmonies of #EDDD30
Complementary color
Monochromatic Colors of #EDDD30
Black with #EDDD30
Text Example
Text Example
White with #EDDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD30; }
p { color: rgb(237,221,48); }
H1.HeaderClassName
{
color: #EDDD30;
}
.AnyTagClassName
{
color: #EDDD30;
}
</style>
background-color css
<style>
a { background-color: #EDDD30; }
a { background-color: rgb(237,221,48); }
div.DivClassName
{
background-color: #EDDD30;
}
.BgClassName
{
background-color: #EDDD30;
}
</style>
border-color css
<style>
span { border-color: #EDDD30; }
span { border-color: rgb(237,221,48); }
td.TdClassName
{
border-color: #EDDD30;
}
.TagClassName
{
border-color: #EDDD30;
}
</style>