Shades of Golden Fizz #EDDB3A
Tints of Golden Fizz #EDDB3A
RGB
CMYK
RGB Variations
Color information
#EDDB3A (or 0xEDDB3A) is known color: Golden Fizz. HEX triplet: ED, DB and 3A. RGB value is (237,219,58). Sum of RGB (Red+Green+Blue) = 237+219+58=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB3A is #1224C5. Grayscale: #CECECE. Windows color (decimal): -1189062 or 3857389. OLE color: 3857389.
HSL color Cylindrical-coordinate representation of color #EDDB3A: hue angle of 53.97º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDDB3A is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 58 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.07 |
| HSL | 53.97º | 0.83% | 0.58% | - |
| HSV(B) | 53.97º | 0.76% | 0.93% | - |
| XYZ | 61.02 | 68.97 | 14.1 | - |
| YUV | 206.03 | 44.46 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 58 | 0 | 0.08 | 0.76 | 0.07 | 53.97 | 0.83 | 0.58 |
| Hex | ED | DB | 3A | 0 | 8 | 4C | 7 | 36 | 53 | 3A |
| Octal | 355 | 333 | 72 | 0 | 10 | 114 | 7 | 66 | 123 | 72 |
| Binary | 11101101 | 11011011 | 111010 | 0 | 1000 | 1001100 | 111 | 110110 | 1010011 | 111010 |
Color Harmonies of #EDDB3A
Complementary color
Monochromatic Colors of #EDDB3A
Black with #EDDB3A
Text Example
Text Example
White with #EDDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB3A; }
p { color: rgb(237,219,58); }
H1.HeaderClassName
{
color: #EDDB3A;
}
.AnyTagClassName
{
color: #EDDB3A;
}
</style>
background-color css
<style>
a { background-color: #EDDB3A; }
a { background-color: rgb(237,219,58); }
div.DivClassName
{
background-color: #EDDB3A;
}
.BgClassName
{
background-color: #EDDB3A;
}
</style>
border-color css
<style>
span { border-color: #EDDB3A; }
span { border-color: rgb(237,219,58); }
td.TdClassName
{
border-color: #EDDB3A;
}
.TagClassName
{
border-color: #EDDB3A;
}
</style>