Shades of Golden Fizz #EDDB2F
Tints of Golden Fizz #EDDB2F
RGB
CMYK
RGB Variations
Color information
#EDDB2F (or 0xEDDB2F) is known color: Golden Fizz. HEX triplet: ED, DB and 2F. RGB value is (237,219,47). Sum of RGB (Red+Green+Blue) = 237+219+47=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB2F is #1224D0. Grayscale: #CDCDCD. Windows color (decimal): -1189073 or 3136493. OLE color: 3136493.
HSL color Cylindrical-coordinate representation of color #EDDB2F: hue angle of 54.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDDB2F is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 47 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.07 |
| HSL | 54.32º | 0.84% | 0.56% | - |
| HSV(B) | 54.32º | 0.8% | 0.93% | - |
| XYZ | 60.77 | 68.87 | 12.78 | - |
| YUV | 204.77 | 38.96 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 47 | 0 | 0.08 | 0.80 | 0.07 | 54.32 | 0.84 | 0.56 |
| Hex | ED | DB | 2F | 0 | 8 | 50 | 7 | 36 | 54 | 38 |
| Octal | 355 | 333 | 57 | 0 | 10 | 120 | 7 | 66 | 124 | 70 |
| Binary | 11101101 | 11011011 | 101111 | 0 | 1000 | 1010000 | 111 | 110110 | 1010100 | 111000 |
Color Harmonies of #EDDB2F
Complementary color
Monochromatic Colors of #EDDB2F
Black with #EDDB2F
Text Example
Text Example
White with #EDDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB2F; }
p { color: rgb(237,219,47); }
H1.HeaderClassName
{
color: #EDDB2F;
}
.AnyTagClassName
{
color: #EDDB2F;
}
</style>
background-color css
<style>
a { background-color: #EDDB2F; }
a { background-color: rgb(237,219,47); }
div.DivClassName
{
background-color: #EDDB2F;
}
.BgClassName
{
background-color: #EDDB2F;
}
</style>
border-color css
<style>
span { border-color: #EDDB2F; }
span { border-color: rgb(237,219,47); }
td.TdClassName
{
border-color: #EDDB2F;
}
.TagClassName
{
border-color: #EDDB2F;
}
</style>