Shades of Golden Fizz #EDE337
Tints of Golden Fizz #EDE337
RGB
CMYK
RGB Variations
Color information
#EDE337 (or 0xEDE337) is known color: Golden Fizz. HEX triplet: ED, E3 and 37. RGB value is (237,227,55). Sum of RGB (Red+Green+Blue) = 237+227+55=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 55 (21.88% from 255 or 10.60% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE337 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE337 is #121CC8. Grayscale: #D3D3D3. Windows color (decimal): -1187017 or 3662829. OLE color: 3662829.
HSL color Cylindrical-coordinate representation of color #EDE337: hue angle of 56.7º degrees, saturation: 0.83, 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 #EDE337 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 55 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.07 |
| HSL | 56.7º | 0.83% | 0.57% | - |
| HSV(B) | 56.7º | 0.77% | 0.93% | - |
| XYZ | 63.08 | 73.22 | 14.42 | - |
| YUV | 210.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 55 | 0 | 0.04 | 0.77 | 0.07 | 56.7 | 0.83 | 0.57 |
| Hex | ED | E3 | 37 | 0 | 4 | 4D | 7 | 39 | 53 | 39 |
| Octal | 355 | 343 | 67 | 0 | 4 | 115 | 7 | 71 | 123 | 71 |
| Binary | 11101101 | 11100011 | 110111 | 0 | 100 | 1001101 | 111 | 111001 | 1010011 | 111001 |
Color Harmonies of #EDE337
Complementary color
Monochromatic Colors of #EDE337
Black with #EDE337
Text Example
Text Example
White with #EDE337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE337; }
p { color: rgb(237,227,55); }
H1.HeaderClassName
{
color: #EDE337;
}
.AnyTagClassName
{
color: #EDE337;
}
</style>
background-color css
<style>
a { background-color: #EDE337; }
a { background-color: rgb(237,227,55); }
div.DivClassName
{
background-color: #EDE337;
}
.BgClassName
{
background-color: #EDE337;
}
</style>
border-color css
<style>
span { border-color: #EDE337; }
span { border-color: rgb(237,227,55); }
td.TdClassName
{
border-color: #EDE337;
}
.TagClassName
{
border-color: #EDE337;
}
</style>