Shades of Golden Fizz #EDE636
Tints of Golden Fizz #EDE636
RGB
CMYK
RGB Variations
Color information
#EDE636 (or 0xEDE636) is known color: Golden Fizz. HEX triplet: ED, E6 and 36. RGB value is (237,230,54). Sum of RGB (Red+Green+Blue) = 237+230+54=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 54 (21.48% from 255 or 10.36% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE636 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE636 is #1219C9. Grayscale: #D4D4D4. Windows color (decimal): -1186250 or 3598061. OLE color: 3598061.
HSL color Cylindrical-coordinate representation of color #EDE636: hue angle of 57.7º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDE636 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 54 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.07 |
| HSL | 57.7º | 0.84% | 0.57% | - |
| HSV(B) | 57.7º | 0.77% | 0.93% | - |
| XYZ | 63.89 | 74.86 | 14.57 | - |
| YUV | 212.03 | 38.82 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 54 | 0 | 0.03 | 0.77 | 0.07 | 57.7 | 0.84 | 0.57 |
| Hex | ED | E6 | 36 | 0 | 3 | 4D | 7 | 3A | 54 | 39 |
| Octal | 355 | 346 | 66 | 0 | 3 | 115 | 7 | 72 | 124 | 71 |
| Binary | 11101101 | 11100110 | 110110 | 0 | 11 | 1001101 | 111 | 111010 | 1010100 | 111001 |
Color Harmonies of #EDE636
Complementary color
Monochromatic Colors of #EDE636
Black with #EDE636
Text Example
Text Example
White with #EDE636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE636; }
p { color: rgb(237,230,54); }
H1.HeaderClassName
{
color: #EDE636;
}
.AnyTagClassName
{
color: #EDE636;
}
</style>
background-color css
<style>
a { background-color: #EDE636; }
a { background-color: rgb(237,230,54); }
div.DivClassName
{
background-color: #EDE636;
}
.BgClassName
{
background-color: #EDE636;
}
</style>
border-color css
<style>
span { border-color: #EDE636; }
span { border-color: rgb(237,230,54); }
td.TdClassName
{
border-color: #EDE636;
}
.TagClassName
{
border-color: #EDE636;
}
</style>