Shades of Golden Fizz #EDE22A
Tints of Golden Fizz #EDE22A
RGB
CMYK
RGB Variations
Color information
#EDE22A (or 0xEDE22A) is known color: Golden Fizz. HEX triplet: ED, E2 and 2A. RGB value is (237,226,42). Sum of RGB (Red+Green+Blue) = 237+226+42=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE22A is #121DD5. Grayscale: #D1D1D1. Windows color (decimal): -1187286 or 2810605. OLE color: 2810605.
HSL color Cylindrical-coordinate representation of color #EDE22A: hue angle of 56.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDE22A is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 42 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.07 |
| HSL | 56.62º | 0.84% | 0.55% | - |
| HSV(B) | 56.62º | 0.82% | 0.93% | - |
| XYZ | 62.54 | 72.56 | 12.9 | - |
| YUV | 208.31 | 34.14 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 42 | 0 | 0.05 | 0.82 | 0.07 | 56.62 | 0.84 | 0.55 |
| Hex | ED | E2 | 2A | 0 | 5 | 52 | 7 | 39 | 54 | 37 |
| Octal | 355 | 342 | 52 | 0 | 5 | 122 | 7 | 71 | 124 | 67 |
| Binary | 11101101 | 11100010 | 101010 | 0 | 101 | 1010010 | 111 | 111001 | 1010100 | 110111 |
Color Harmonies of #EDE22A
Complementary color
Monochromatic Colors of #EDE22A
Black with #EDE22A
Text Example
Text Example
White with #EDE22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE22A; }
p { color: rgb(237,226,42); }
H1.HeaderClassName
{
color: #EDE22A;
}
.AnyTagClassName
{
color: #EDE22A;
}
</style>
background-color css
<style>
a { background-color: #EDE22A; }
a { background-color: rgb(237,226,42); }
div.DivClassName
{
background-color: #EDE22A;
}
.BgClassName
{
background-color: #EDE22A;
}
</style>
border-color css
<style>
span { border-color: #EDE22A; }
span { border-color: rgb(237,226,42); }
td.TdClassName
{
border-color: #EDE22A;
}
.TagClassName
{
border-color: #EDE22A;
}
</style>