Shades of Golden Fizz #EDE021
Tints of Golden Fizz #EDE021
RGB
CMYK
RGB Variations
Color information
#EDE021 (or 0xEDE021) is known color: Golden Fizz. HEX triplet: ED, E0 and 21. RGB value is (237,224,33). Sum of RGB (Red+Green+Blue) = 237+224+33=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 33 (13.28% from 255 or 6.68% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE021 is #121FDE. Grayscale: #CECECE. Windows color (decimal): -1187807 or 2220269. OLE color: 2220269.
HSL color Cylindrical-coordinate representation of color #EDE021: hue angle of 56.18º 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 #EDE021 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 33 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.07 |
| HSL | 56.18º | 0.85% | 0.53% | - |
| HSV(B) | 56.18º | 0.86% | 0.93% | - |
| XYZ | 61.86 | 71.43 | 11.97 | - |
| YUV | 206.11 | 30.31 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 33 | 0 | 0.05 | 0.86 | 0.07 | 56.18 | 0.85 | 0.53 |
| Hex | ED | E0 | 21 | 0 | 5 | 56 | 7 | 38 | 55 | 35 |
| Octal | 355 | 340 | 41 | 0 | 5 | 126 | 7 | 70 | 125 | 65 |
| Binary | 11101101 | 11100000 | 100001 | 0 | 101 | 1010110 | 111 | 111000 | 1010101 | 110101 |
Color Harmonies of #EDE021
Complementary color
Monochromatic Colors of #EDE021
Black with #EDE021
Text Example
Text Example
White with #EDE021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE021; }
p { color: rgb(237,224,33); }
H1.HeaderClassName
{
color: #EDE021;
}
.AnyTagClassName
{
color: #EDE021;
}
</style>
background-color css
<style>
a { background-color: #EDE021; }
a { background-color: rgb(237,224,33); }
div.DivClassName
{
background-color: #EDE021;
}
.BgClassName
{
background-color: #EDE021;
}
</style>
border-color css
<style>
span { border-color: #EDE021; }
span { border-color: rgb(237,224,33); }
td.TdClassName
{
border-color: #EDE021;
}
.TagClassName
{
border-color: #EDE021;
}
</style>