Shades of Golden Fizz #EDE521
Tints of Golden Fizz #EDE521
RGB
CMYK
RGB Variations
Color information
#EDE521 (or 0xEDE521) is known color: Golden Fizz. HEX triplet: ED, E5 and 21. RGB value is (237,229,33). Sum of RGB (Red+Green+Blue) = 237+229+33=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 33 (13.28% from 255 or 6.61% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE521 is #121ADE. Grayscale: #D1D1D1. Windows color (decimal): -1186527 or 2221549. OLE color: 2221549.
HSL color Cylindrical-coordinate representation of color #EDE521: hue angle of 57.65º 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 #EDE521 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 33 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.07 |
| HSL | 57.65º | 0.85% | 0.53% | - |
| HSV(B) | 57.65º | 0.86% | 0.93% | - |
| XYZ | 63.22 | 74.15 | 12.42 | - |
| YUV | 209.05 | 28.65 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 33 | 0 | 0.03 | 0.86 | 0.07 | 57.65 | 0.85 | 0.53 |
| Hex | ED | E5 | 21 | 0 | 3 | 56 | 7 | 3A | 55 | 35 |
| Octal | 355 | 345 | 41 | 0 | 3 | 126 | 7 | 72 | 125 | 65 |
| Binary | 11101101 | 11100101 | 100001 | 0 | 11 | 1010110 | 111 | 111010 | 1010101 | 110101 |
Color Harmonies of #EDE521
Complementary color
Monochromatic Colors of #EDE521
Black with #EDE521
Text Example
Text Example
White with #EDE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE521; }
p { color: rgb(237,229,33); }
H1.HeaderClassName
{
color: #EDE521;
}
.AnyTagClassName
{
color: #EDE521;
}
</style>
background-color css
<style>
a { background-color: #EDE521; }
a { background-color: rgb(237,229,33); }
div.DivClassName
{
background-color: #EDE521;
}
.BgClassName
{
background-color: #EDE521;
}
</style>
border-color css
<style>
span { border-color: #EDE521; }
span { border-color: rgb(237,229,33); }
td.TdClassName
{
border-color: #EDE521;
}
.TagClassName
{
border-color: #EDE521;
}
</style>