Shades of Golden Fizz #EDDB38
Tints of Golden Fizz #EDDB38
RGB
CMYK
RGB Variations
Color information
#EDDB38 (or 0xEDDB38) is known color: Golden Fizz. HEX triplet: ED, DB and 38. RGB value is (237,219,56). Sum of RGB (Red+Green+Blue) = 237+219+56=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 56 (22.27% from 255 or 10.94% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB38 is #1224C7. Grayscale: #CECECE. Windows color (decimal): -1189064 or 3726317. OLE color: 3726317.
HSL color Cylindrical-coordinate representation of color #EDDB38: hue angle of 54.03º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDDB38 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 56 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.07 |
| HSL | 54.03º | 0.83% | 0.57% | - |
| HSV(B) | 54.03º | 0.76% | 0.93% | - |
| XYZ | 60.97 | 68.95 | 13.84 | - |
| YUV | 205.8 | 43.46 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 56 | 0 | 0.08 | 0.76 | 0.07 | 54.03 | 0.83 | 0.57 |
| Hex | ED | DB | 38 | 0 | 8 | 4C | 7 | 36 | 53 | 39 |
| Octal | 355 | 333 | 70 | 0 | 10 | 114 | 7 | 66 | 123 | 71 |
| Binary | 11101101 | 11011011 | 111000 | 0 | 1000 | 1001100 | 111 | 110110 | 1010011 | 111001 |
Color Harmonies of #EDDB38
Complementary color
Monochromatic Colors of #EDDB38
Black with #EDDB38
Text Example
Text Example
White with #EDDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB38; }
p { color: rgb(237,219,56); }
H1.HeaderClassName
{
color: #EDDB38;
}
.AnyTagClassName
{
color: #EDDB38;
}
</style>
background-color css
<style>
a { background-color: #EDDB38; }
a { background-color: rgb(237,219,56); }
div.DivClassName
{
background-color: #EDDB38;
}
.BgClassName
{
background-color: #EDDB38;
}
</style>
border-color css
<style>
span { border-color: #EDDB38; }
span { border-color: rgb(237,219,56); }
td.TdClassName
{
border-color: #EDDB38;
}
.TagClassName
{
border-color: #EDDB38;
}
</style>