Shades of Golden Fizz #EDE821
Tints of Golden Fizz #EDE821
RGB
CMYK
RGB Variations
Color information
#EDE821 (or 0xEDE821) is known color: Golden Fizz. HEX triplet: ED, E8 and 21. RGB value is (237,232,33). Sum of RGB (Red+Green+Blue) = 237+232+33=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 33 (13.28% from 255 or 6.57% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE821 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE821 is #1217DE. Grayscale: #D3D3D3. Windows color (decimal): -1185759 or 2222317. OLE color: 2222317.
HSL color Cylindrical-coordinate representation of color #EDE821: hue angle of 58.53º 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 #EDE821 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 33 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.07 |
| HSL | 58.53º | 0.85% | 0.53% | - |
| HSV(B) | 58.53º | 0.86% | 0.93% | - |
| XYZ | 64.06 | 75.83 | 12.7 | - |
| YUV | 210.81 | 27.66 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 33 | 0 | 0.02 | 0.86 | 0.07 | 58.53 | 0.85 | 0.53 |
| Hex | ED | E8 | 21 | 0 | 2 | 56 | 7 | 3B | 55 | 35 |
| Octal | 355 | 350 | 41 | 0 | 2 | 126 | 7 | 73 | 125 | 65 |
| Binary | 11101101 | 11101000 | 100001 | 0 | 10 | 1010110 | 111 | 111011 | 1010101 | 110101 |
Color Harmonies of #EDE821
Complementary color
Monochromatic Colors of #EDE821
Black with #EDE821
Text Example
Text Example
White with #EDE821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE821; }
p { color: rgb(237,232,33); }
H1.HeaderClassName
{
color: #EDE821;
}
.AnyTagClassName
{
color: #EDE821;
}
</style>
background-color css
<style>
a { background-color: #EDE821; }
a { background-color: rgb(237,232,33); }
div.DivClassName
{
background-color: #EDE821;
}
.BgClassName
{
background-color: #EDE821;
}
</style>
border-color css
<style>
span { border-color: #EDE821; }
span { border-color: rgb(237,232,33); }
td.TdClassName
{
border-color: #EDE821;
}
.TagClassName
{
border-color: #EDE821;
}
</style>