Shades of Golden Fizz #EDDD2B
Tints of Golden Fizz #EDDD2B
RGB
CMYK
RGB Variations
Color information
#EDDD2B (or 0xEDDD2B) is known color: Golden Fizz. HEX triplet: ED, DD and 2B. RGB value is (237,221,43). Sum of RGB (Red+Green+Blue) = 237+221+43=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 43 (17.19% from 255 or 8.58% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD2B is #1222D4. Grayscale: #CECECE. Windows color (decimal): -1188565 or 2874861. OLE color: 2874861.
HSL color Cylindrical-coordinate representation of color #EDDD2B: hue angle of 55.05º 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 #EDDD2B is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 43 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.07 |
| HSL | 55.05º | 0.84% | 0.55% | - |
| HSV(B) | 55.05º | 0.82% | 0.93% | - |
| XYZ | 61.22 | 69.89 | 12.55 | - |
| YUV | 205.49 | 36.3 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 43 | 0 | 0.07 | 0.82 | 0.07 | 55.05 | 0.84 | 0.55 |
| Hex | ED | DD | 2B | 0 | 7 | 52 | 7 | 37 | 54 | 37 |
| Octal | 355 | 335 | 53 | 0 | 7 | 122 | 7 | 67 | 124 | 67 |
| Binary | 11101101 | 11011101 | 101011 | 0 | 111 | 1010010 | 111 | 110111 | 1010100 | 110111 |
Color Harmonies of #EDDD2B
Complementary color
Monochromatic Colors of #EDDD2B
Black with #EDDD2B
Text Example
Text Example
White with #EDDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD2B; }
p { color: rgb(237,221,43); }
H1.HeaderClassName
{
color: #EDDD2B;
}
.AnyTagClassName
{
color: #EDDD2B;
}
</style>
background-color css
<style>
a { background-color: #EDDD2B; }
a { background-color: rgb(237,221,43); }
div.DivClassName
{
background-color: #EDDD2B;
}
.BgClassName
{
background-color: #EDDD2B;
}
</style>
border-color css
<style>
span { border-color: #EDDD2B; }
span { border-color: rgb(237,221,43); }
td.TdClassName
{
border-color: #EDDD2B;
}
.TagClassName
{
border-color: #EDDD2B;
}
</style>