Shades of Golden Fizz #EDDD35
Tints of Golden Fizz #EDDD35
RGB
CMYK
RGB Variations
Color information
#EDDD35 (or 0xEDDD35) is known color: Golden Fizz. HEX triplet: ED, DD and 35. RGB value is (237,221,53). Sum of RGB (Red+Green+Blue) = 237+221+53=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 53 (21.09% from 255 or 10.37% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD35 is #1222CA. Grayscale: #CFCFCF. Windows color (decimal): -1188555 or 3530221. OLE color: 3530221.
HSL color Cylindrical-coordinate representation of color #EDDD35: hue angle of 54.78º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDDD35 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 53 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.07 |
| HSL | 54.78º | 0.84% | 0.57% | - |
| HSV(B) | 54.78º | 0.78% | 0.93% | - |
| XYZ | 61.42 | 69.97 | 13.64 | - |
| YUV | 206.63 | 41.3 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 53 | 0 | 0.07 | 0.78 | 0.07 | 54.78 | 0.84 | 0.57 |
| Hex | ED | DD | 35 | 0 | 7 | 4E | 7 | 37 | 54 | 39 |
| Octal | 355 | 335 | 65 | 0 | 7 | 116 | 7 | 67 | 124 | 71 |
| Binary | 11101101 | 11011101 | 110101 | 0 | 111 | 1001110 | 111 | 110111 | 1010100 | 111001 |
Color Harmonies of #EDDD35
Complementary color
Monochromatic Colors of #EDDD35
Black with #EDDD35
Text Example
Text Example
White with #EDDD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD35; }
p { color: rgb(237,221,53); }
H1.HeaderClassName
{
color: #EDDD35;
}
.AnyTagClassName
{
color: #EDDD35;
}
</style>
background-color css
<style>
a { background-color: #EDDD35; }
a { background-color: rgb(237,221,53); }
div.DivClassName
{
background-color: #EDDD35;
}
.BgClassName
{
background-color: #EDDD35;
}
</style>
border-color css
<style>
span { border-color: #EDDD35; }
span { border-color: rgb(237,221,53); }
td.TdClassName
{
border-color: #EDDD35;
}
.TagClassName
{
border-color: #EDDD35;
}
</style>