Shades of Golden Fizz #EDDB30
Tints of Golden Fizz #EDDB30
RGB
CMYK
RGB Variations
Color information
#EDDB30 (or 0xEDDB30) is known color: Golden Fizz. HEX triplet: ED, DB and 30. RGB value is (237,219,48). Sum of RGB (Red+Green+Blue) = 237+219+48=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB30 is #1224CF. Grayscale: #CDCDCD. Windows color (decimal): -1189072 or 3202029. OLE color: 3202029.
HSL color Cylindrical-coordinate representation of color #EDDB30: hue angle of 54.29º 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 #EDDB30 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 48 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.07 |
| HSL | 54.29º | 0.84% | 0.56% | - |
| HSV(B) | 54.29º | 0.8% | 0.93% | - |
| XYZ | 60.79 | 68.88 | 12.89 | - |
| YUV | 204.89 | 39.46 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 48 | 0 | 0.08 | 0.80 | 0.07 | 54.29 | 0.84 | 0.56 |
| Hex | ED | DB | 30 | 0 | 8 | 50 | 7 | 36 | 54 | 38 |
| Octal | 355 | 333 | 60 | 0 | 10 | 120 | 7 | 66 | 124 | 70 |
| Binary | 11101101 | 11011011 | 110000 | 0 | 1000 | 1010000 | 111 | 110110 | 1010100 | 111000 |
Color Harmonies of #EDDB30
Complementary color
Monochromatic Colors of #EDDB30
Black with #EDDB30
Text Example
Text Example
White with #EDDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB30; }
p { color: rgb(237,219,48); }
H1.HeaderClassName
{
color: #EDDB30;
}
.AnyTagClassName
{
color: #EDDB30;
}
</style>
background-color css
<style>
a { background-color: #EDDB30; }
a { background-color: rgb(237,219,48); }
div.DivClassName
{
background-color: #EDDB30;
}
.BgClassName
{
background-color: #EDDB30;
}
</style>
border-color css
<style>
span { border-color: #EDDB30; }
span { border-color: rgb(237,219,48); }
td.TdClassName
{
border-color: #EDDB30;
}
.TagClassName
{
border-color: #EDDB30;
}
</style>