Shades of Golden Fizz #EDE328
Tints of Golden Fizz #EDE328
RGB
CMYK
RGB Variations
Color information
#EDE328 (or 0xEDE328) is known color: Golden Fizz. HEX triplet: ED, E3 and 28. RGB value is (237,227,40). Sum of RGB (Red+Green+Blue) = 237+227+40=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 40 (16.02% from 255 or 7.94% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE328 is #121CD7. Grayscale: #D1D1D1. Windows color (decimal): -1187032 or 2679789. OLE color: 2679789.
HSL color Cylindrical-coordinate representation of color #EDE328: hue angle of 56.95º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDE328 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 40 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.07 |
| HSL | 56.95º | 0.85% | 0.54% | - |
| HSV(B) | 56.95º | 0.83% | 0.93% | - |
| XYZ | 62.78 | 73.1 | 12.81 | - |
| YUV | 208.67 | 32.81 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 40 | 0 | 0.04 | 0.83 | 0.07 | 56.95 | 0.85 | 0.54 |
| Hex | ED | E3 | 28 | 0 | 4 | 53 | 7 | 39 | 55 | 36 |
| Octal | 355 | 343 | 50 | 0 | 4 | 123 | 7 | 71 | 125 | 66 |
| Binary | 11101101 | 11100011 | 101000 | 0 | 100 | 1010011 | 111 | 111001 | 1010101 | 110110 |
Color Harmonies of #EDE328
Complementary color
Monochromatic Colors of #EDE328
Black with #EDE328
Text Example
Text Example
White with #EDE328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE328; }
p { color: rgb(237,227,40); }
H1.HeaderClassName
{
color: #EDE328;
}
.AnyTagClassName
{
color: #EDE328;
}
</style>
background-color css
<style>
a { background-color: #EDE328; }
a { background-color: rgb(237,227,40); }
div.DivClassName
{
background-color: #EDE328;
}
.BgClassName
{
background-color: #EDE328;
}
</style>
border-color css
<style>
span { border-color: #EDE328; }
span { border-color: rgb(237,227,40); }
td.TdClassName
{
border-color: #EDE328;
}
.TagClassName
{
border-color: #EDE328;
}
</style>