Shades of Golden Fizz #EDE421
Tints of Golden Fizz #EDE421
RGB
CMYK
RGB Variations
Color information
#EDE421 (or 0xEDE421) is known color: Golden Fizz. HEX triplet: ED, E4 and 21. RGB value is (237,228,33). Sum of RGB (Red+Green+Blue) = 237+228+33=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 33 (13.28% from 255 or 6.63% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE421 is #121BDE. Grayscale: #D1D1D1. Windows color (decimal): -1186783 or 2221293. OLE color: 2221293.
HSL color Cylindrical-coordinate representation of color #EDE421: hue angle of 57.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDE421 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 33 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.07 |
| HSL | 57.35º | 0.85% | 0.53% | - |
| HSV(B) | 57.35º | 0.86% | 0.93% | - |
| XYZ | 62.94 | 73.6 | 12.33 | - |
| YUV | 208.46 | 28.98 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 33 | 0 | 0.04 | 0.86 | 0.07 | 57.35 | 0.85 | 0.53 |
| Hex | ED | E4 | 21 | 0 | 4 | 56 | 7 | 39 | 55 | 35 |
| Octal | 355 | 344 | 41 | 0 | 4 | 126 | 7 | 71 | 125 | 65 |
| Binary | 11101101 | 11100100 | 100001 | 0 | 100 | 1010110 | 111 | 111001 | 1010101 | 110101 |
Color Harmonies of #EDE421
Complementary color
Monochromatic Colors of #EDE421
Black with #EDE421
Text Example
Text Example
White with #EDE421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE421; }
p { color: rgb(237,228,33); }
H1.HeaderClassName
{
color: #EDE421;
}
.AnyTagClassName
{
color: #EDE421;
}
</style>
background-color css
<style>
a { background-color: #EDE421; }
a { background-color: rgb(237,228,33); }
div.DivClassName
{
background-color: #EDE421;
}
.BgClassName
{
background-color: #EDE421;
}
</style>
border-color css
<style>
span { border-color: #EDE421; }
span { border-color: rgb(237,228,33); }
td.TdClassName
{
border-color: #EDE421;
}
.TagClassName
{
border-color: #EDE421;
}
</style>