Shades of Golden Fizz #EDE11D
Tints of Golden Fizz #EDE11D
RGB
CMYK
RGB Variations
Color information
#EDE11D (or 0xEDE11D) is known color: Golden Fizz. HEX triplet: ED, E1 and 1D. RGB value is (237,225,29). Sum of RGB (Red+Green+Blue) = 237+225+29=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE11D is #121EE2. Grayscale: #CFCFCF. Windows color (decimal): -1187555 or 1958381. OLE color: 1958381.
HSL color Cylindrical-coordinate representation of color #EDE11D: hue angle of 56.54º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDE11D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 29 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.07 |
| HSL | 56.54º | 0.85% | 0.52% | - |
| HSV(B) | 56.54º | 0.88% | 0.93% | - |
| XYZ | 62.07 | 71.94 | 11.78 | - |
| YUV | 206.24 | 27.98 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 29 | 0 | 0.05 | 0.88 | 0.07 | 56.54 | 0.85 | 0.52 |
| Hex | ED | E1 | 1D | 0 | 5 | 58 | 7 | 39 | 55 | 34 |
| Octal | 355 | 341 | 35 | 0 | 5 | 130 | 7 | 71 | 125 | 64 |
| Binary | 11101101 | 11100001 | 11101 | 0 | 101 | 1011000 | 111 | 111001 | 1010101 | 110100 |
Color Harmonies of #EDE11D
Complementary color
Monochromatic Colors of #EDE11D
Black with #EDE11D
Text Example
Text Example
White with #EDE11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE11D; }
p { color: rgb(237,225,29); }
H1.HeaderClassName
{
color: #EDE11D;
}
.AnyTagClassName
{
color: #EDE11D;
}
</style>
background-color css
<style>
a { background-color: #EDE11D; }
a { background-color: rgb(237,225,29); }
div.DivClassName
{
background-color: #EDE11D;
}
.BgClassName
{
background-color: #EDE11D;
}
</style>
border-color css
<style>
span { border-color: #EDE11D; }
span { border-color: rgb(237,225,29); }
td.TdClassName
{
border-color: #EDE11D;
}
.TagClassName
{
border-color: #EDE11D;
}
</style>