Shades of Golden Fizz #EDE41D
Tints of Golden Fizz #EDE41D
RGB
CMYK
RGB Variations
Color information
#EDE41D (or 0xEDE41D) is known color: Golden Fizz. HEX triplet: ED, E4 and 1D. RGB value is (237,228,29). Sum of RGB (Red+Green+Blue) = 237+228+29=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE41D is #121BE2. Grayscale: #D0D0D0. Windows color (decimal): -1186787 or 1959149. OLE color: 1959149.
HSL color Cylindrical-coordinate representation of color #EDE41D: hue angle of 57.4º 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 #EDE41D is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 29 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.07 |
| HSL | 57.4º | 0.85% | 0.52% | - |
| HSV(B) | 57.4º | 0.88% | 0.93% | - |
| XYZ | 62.89 | 73.58 | 12.05 | - |
| YUV | 208.01 | 26.98 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 29 | 0 | 0.04 | 0.88 | 0.07 | 57.4 | 0.85 | 0.52 |
| Hex | ED | E4 | 1D | 0 | 4 | 58 | 7 | 39 | 55 | 34 |
| Octal | 355 | 344 | 35 | 0 | 4 | 130 | 7 | 71 | 125 | 64 |
| Binary | 11101101 | 11100100 | 11101 | 0 | 100 | 1011000 | 111 | 111001 | 1010101 | 110100 |
Color Harmonies of #EDE41D
Complementary color
Monochromatic Colors of #EDE41D
Black with #EDE41D
Text Example
Text Example
White with #EDE41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE41D; }
p { color: rgb(237,228,29); }
H1.HeaderClassName
{
color: #EDE41D;
}
.AnyTagClassName
{
color: #EDE41D;
}
</style>
background-color css
<style>
a { background-color: #EDE41D; }
a { background-color: rgb(237,228,29); }
div.DivClassName
{
background-color: #EDE41D;
}
.BgClassName
{
background-color: #EDE41D;
}
</style>
border-color css
<style>
span { border-color: #EDE41D; }
span { border-color: rgb(237,228,29); }
td.TdClassName
{
border-color: #EDE41D;
}
.TagClassName
{
border-color: #EDE41D;
}
</style>