Shades of Golden Fizz #EDDB2A
Tints of Golden Fizz #EDDB2A
RGB
CMYK
RGB Variations
Color information
#EDDB2A (or 0xEDDB2A) is known color: Golden Fizz. HEX triplet: ED, DB and 2A. RGB value is (237,219,42). Sum of RGB (Red+Green+Blue) = 237+219+42=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB2A is #1224D5. Grayscale: #CCCCCC. Windows color (decimal): -1189078 or 2808813. OLE color: 2808813.
HSL color Cylindrical-coordinate representation of color #EDDB2A: hue angle of 54.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDDB2A is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 42 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.07 |
| HSL | 54.46º | 0.84% | 0.55% | - |
| HSV(B) | 54.46º | 0.82% | 0.93% | - |
| XYZ | 60.67 | 68.83 | 12.28 | - |
| YUV | 204.2 | 36.46 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 42 | 0 | 0.08 | 0.82 | 0.07 | 54.46 | 0.84 | 0.55 |
| Hex | ED | DB | 2A | 0 | 8 | 52 | 7 | 36 | 54 | 37 |
| Octal | 355 | 333 | 52 | 0 | 10 | 122 | 7 | 66 | 124 | 67 |
| Binary | 11101101 | 11011011 | 101010 | 0 | 1000 | 1010010 | 111 | 110110 | 1010100 | 110111 |
Color Harmonies of #EDDB2A
Complementary color
Monochromatic Colors of #EDDB2A
Black with #EDDB2A
Text Example
Text Example
White with #EDDB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB2A; }
p { color: rgb(237,219,42); }
H1.HeaderClassName
{
color: #EDDB2A;
}
.AnyTagClassName
{
color: #EDDB2A;
}
</style>
background-color css
<style>
a { background-color: #EDDB2A; }
a { background-color: rgb(237,219,42); }
div.DivClassName
{
background-color: #EDDB2A;
}
.BgClassName
{
background-color: #EDDB2A;
}
</style>
border-color css
<style>
span { border-color: #EDDB2A; }
span { border-color: rgb(237,219,42); }
td.TdClassName
{
border-color: #EDDB2A;
}
.TagClassName
{
border-color: #EDDB2A;
}
</style>