Shades of Golden Fizz #EDE022
Tints of Golden Fizz #EDE022
RGB
CMYK
RGB Variations
Color information
#EDE022 (or 0xEDE022) is known color: Golden Fizz. HEX triplet: ED, E0 and 22. RGB value is (237,224,34). Sum of RGB (Red+Green+Blue) = 237+224+34=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 34 (13.67% from 255 or 6.87% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE022 is #121FDD. Grayscale: #CFCFCF. Windows color (decimal): -1187806 or 2285805. OLE color: 2285805.
HSL color Cylindrical-coordinate representation of color #EDE022: hue angle of 56.16º 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 #EDE022 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 34 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.07 |
| HSL | 56.16º | 0.85% | 0.53% | - |
| HSV(B) | 56.16º | 0.86% | 0.93% | - |
| XYZ | 61.87 | 71.43 | 12.04 | - |
| YUV | 206.23 | 30.81 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 34 | 0 | 0.05 | 0.86 | 0.07 | 56.16 | 0.85 | 0.53 |
| Hex | ED | E0 | 22 | 0 | 5 | 56 | 7 | 38 | 55 | 35 |
| Octal | 355 | 340 | 42 | 0 | 5 | 126 | 7 | 70 | 125 | 65 |
| Binary | 11101101 | 11100000 | 100010 | 0 | 101 | 1010110 | 111 | 111000 | 1010101 | 110101 |
Color Harmonies of #EDE022
Complementary color
Monochromatic Colors of #EDE022
Black with #EDE022
Text Example
Text Example
White with #EDE022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE022; }
p { color: rgb(237,224,34); }
H1.HeaderClassName
{
color: #EDE022;
}
.AnyTagClassName
{
color: #EDE022;
}
</style>
background-color css
<style>
a { background-color: #EDE022; }
a { background-color: rgb(237,224,34); }
div.DivClassName
{
background-color: #EDE022;
}
.BgClassName
{
background-color: #EDE022;
}
</style>
border-color css
<style>
span { border-color: #EDE022; }
span { border-color: rgb(237,224,34); }
td.TdClassName
{
border-color: #EDE022;
}
.TagClassName
{
border-color: #EDE022;
}
</style>