Shades of Golden Fizz #EDDB33
Tints of Golden Fizz #EDDB33
RGB
CMYK
RGB Variations
Color information
#EDDB33 (or 0xEDDB33) is known color: Golden Fizz. HEX triplet: ED, DB and 33. RGB value is (237,219,51). Sum of RGB (Red+Green+Blue) = 237+219+51=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 51 (20.31% from 255 or 10.06% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB33 is #1224CC. Grayscale: #CDCDCD. Windows color (decimal): -1189069 or 3398637. OLE color: 3398637.
HSL color Cylindrical-coordinate representation of color #EDDB33: hue angle of 54.19º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDDB33 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 51 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.07 |
| HSL | 54.19º | 0.84% | 0.56% | - |
| HSV(B) | 54.19º | 0.78% | 0.93% | - |
| XYZ | 60.85 | 68.91 | 13.22 | - |
| YUV | 205.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 51 | 0 | 0.08 | 0.78 | 0.07 | 54.19 | 0.84 | 0.56 |
| Hex | ED | DB | 33 | 0 | 8 | 4E | 7 | 36 | 54 | 38 |
| Octal | 355 | 333 | 63 | 0 | 10 | 116 | 7 | 66 | 124 | 70 |
| Binary | 11101101 | 11011011 | 110011 | 0 | 1000 | 1001110 | 111 | 110110 | 1010100 | 111000 |
Color Harmonies of #EDDB33
Complementary color
Monochromatic Colors of #EDDB33
Black with #EDDB33
Text Example
Text Example
White with #EDDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB33; }
p { color: rgb(237,219,51); }
H1.HeaderClassName
{
color: #EDDB33;
}
.AnyTagClassName
{
color: #EDDB33;
}
</style>
background-color css
<style>
a { background-color: #EDDB33; }
a { background-color: rgb(237,219,51); }
div.DivClassName
{
background-color: #EDDB33;
}
.BgClassName
{
background-color: #EDDB33;
}
</style>
border-color css
<style>
span { border-color: #EDDB33; }
span { border-color: rgb(237,219,51); }
td.TdClassName
{
border-color: #EDDB33;
}
.TagClassName
{
border-color: #EDDB33;
}
</style>