Shades of Golden Fizz #EDDB2D
Tints of Golden Fizz #EDDB2D
RGB
CMYK
RGB Variations
Color information
#EDDB2D (or 0xEDDB2D) is known color: Golden Fizz. HEX triplet: ED, DB and 2D. RGB value is (237,219,45). Sum of RGB (Red+Green+Blue) = 237+219+45=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB2D is #1224D2. Grayscale: #CDCDCD. Windows color (decimal): -1189075 or 3005421. OLE color: 3005421.
HSL color Cylindrical-coordinate representation of color #EDDB2D: hue angle of 54.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDDB2D is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 45 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.07 |
| HSL | 54.38º | 0.84% | 0.55% | - |
| HSV(B) | 54.38º | 0.81% | 0.93% | - |
| XYZ | 60.73 | 68.86 | 12.57 | - |
| YUV | 204.55 | 37.96 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 45 | 0 | 0.08 | 0.81 | 0.07 | 54.38 | 0.84 | 0.55 |
| Hex | ED | DB | 2D | 0 | 8 | 51 | 7 | 36 | 54 | 37 |
| Octal | 355 | 333 | 55 | 0 | 10 | 121 | 7 | 66 | 124 | 67 |
| Binary | 11101101 | 11011011 | 101101 | 0 | 1000 | 1010001 | 111 | 110110 | 1010100 | 110111 |
Color Harmonies of #EDDB2D
Complementary color
Monochromatic Colors of #EDDB2D
Black with #EDDB2D
Text Example
Text Example
White with #EDDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB2D; }
p { color: rgb(237,219,45); }
H1.HeaderClassName
{
color: #EDDB2D;
}
.AnyTagClassName
{
color: #EDDB2D;
}
</style>
background-color css
<style>
a { background-color: #EDDB2D; }
a { background-color: rgb(237,219,45); }
div.DivClassName
{
background-color: #EDDB2D;
}
.BgClassName
{
background-color: #EDDB2D;
}
</style>
border-color css
<style>
span { border-color: #EDDB2D; }
span { border-color: rgb(237,219,45); }
td.TdClassName
{
border-color: #EDDB2D;
}
.TagClassName
{
border-color: #EDDB2D;
}
</style>