Shades of Golden Fizz #EDE21D
Tints of Golden Fizz #EDE21D
RGB
CMYK
RGB Variations
Color information
#EDE21D (or 0xEDE21D) is known color: Golden Fizz. HEX triplet: ED, E2 and 1D. RGB value is (237,226,29). Sum of RGB (Red+Green+Blue) = 237+226+29=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE21D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE21D is #121DE2. Grayscale: #CFCFCF. Windows color (decimal): -1187299 or 1958637. OLE color: 1958637.
HSL color Cylindrical-coordinate representation of color #EDE21D: hue angle of 56.83º 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 #EDE21D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 29 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.07 |
| HSL | 56.83º | 0.85% | 0.52% | - |
| HSV(B) | 56.83º | 0.88% | 0.93% | - |
| XYZ | 62.34 | 72.49 | 11.87 | - |
| YUV | 206.83 | 27.64 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 29 | 0 | 0.05 | 0.88 | 0.07 | 56.83 | 0.85 | 0.52 |
| Hex | ED | E2 | 1D | 0 | 5 | 58 | 7 | 39 | 55 | 34 |
| Octal | 355 | 342 | 35 | 0 | 5 | 130 | 7 | 71 | 125 | 64 |
| Binary | 11101101 | 11100010 | 11101 | 0 | 101 | 1011000 | 111 | 111001 | 1010101 | 110100 |
Color Harmonies of #EDE21D
Complementary color
Monochromatic Colors of #EDE21D
Black with #EDE21D
Text Example
Text Example
White with #EDE21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE21D; }
p { color: rgb(237,226,29); }
H1.HeaderClassName
{
color: #EDE21D;
}
.AnyTagClassName
{
color: #EDE21D;
}
</style>
background-color css
<style>
a { background-color: #EDE21D; }
a { background-color: rgb(237,226,29); }
div.DivClassName
{
background-color: #EDE21D;
}
.BgClassName
{
background-color: #EDE21D;
}
</style>
border-color css
<style>
span { border-color: #EDE21D; }
span { border-color: rgb(237,226,29); }
td.TdClassName
{
border-color: #EDE21D;
}
.TagClassName
{
border-color: #EDE21D;
}
</style>