Shades of Golden Fizz #EDDD2E
Tints of Golden Fizz #EDDD2E
RGB
CMYK
RGB Variations
Color information
#EDDD2E (or 0xEDDD2E) is known color: Golden Fizz. HEX triplet: ED, DD and 2E. RGB value is (237,221,46). Sum of RGB (Red+Green+Blue) = 237+221+46=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 46 (18.36% from 255 or 9.13% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD2E is #1222D1. Grayscale: #CECECE. Windows color (decimal): -1188562 or 3071469. OLE color: 3071469.
HSL color Cylindrical-coordinate representation of color #EDDD2E: hue angle of 54.97º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDDD2E is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 46 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.07 |
| HSL | 54.97º | 0.84% | 0.55% | - |
| HSV(B) | 54.97º | 0.81% | 0.93% | - |
| XYZ | 61.27 | 69.91 | 12.85 | - |
| YUV | 205.83 | 37.8 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 46 | 0 | 0.07 | 0.81 | 0.07 | 54.97 | 0.84 | 0.55 |
| Hex | ED | DD | 2E | 0 | 7 | 51 | 7 | 37 | 54 | 37 |
| Octal | 355 | 335 | 56 | 0 | 7 | 121 | 7 | 67 | 124 | 67 |
| Binary | 11101101 | 11011101 | 101110 | 0 | 111 | 1010001 | 111 | 110111 | 1010100 | 110111 |
Color Harmonies of #EDDD2E
Complementary color
Monochromatic Colors of #EDDD2E
Black with #EDDD2E
Text Example
Text Example
White with #EDDD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD2E; }
p { color: rgb(237,221,46); }
H1.HeaderClassName
{
color: #EDDD2E;
}
.AnyTagClassName
{
color: #EDDD2E;
}
</style>
background-color css
<style>
a { background-color: #EDDD2E; }
a { background-color: rgb(237,221,46); }
div.DivClassName
{
background-color: #EDDD2E;
}
.BgClassName
{
background-color: #EDDD2E;
}
</style>
border-color css
<style>
span { border-color: #EDDD2E; }
span { border-color: rgb(237,221,46); }
td.TdClassName
{
border-color: #EDDD2E;
}
.TagClassName
{
border-color: #EDDD2E;
}
</style>