Shades of Golden Fizz #EDE334
Tints of Golden Fizz #EDE334
RGB
CMYK
RGB Variations
Color information
#EDE334 (or 0xEDE334) is known color: Golden Fizz. HEX triplet: ED, E3 and 34. RGB value is (237,227,52). Sum of RGB (Red+Green+Blue) = 237+227+52=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 52 (20.70% from 255 or 10.08% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE334 is #121CCB. Grayscale: #D2D2D2. Windows color (decimal): -1187020 or 3466221. OLE color: 3466221.
HSL color Cylindrical-coordinate representation of color #EDE334: hue angle of 56.76º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDE334 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 52 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.07 |
| HSL | 56.76º | 0.84% | 0.57% | - |
| HSV(B) | 56.76º | 0.78% | 0.93% | - |
| XYZ | 63.01 | 73.19 | 14.05 | - |
| YUV | 210.04 | 38.81 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 52 | 0 | 0.04 | 0.78 | 0.07 | 56.76 | 0.84 | 0.57 |
| Hex | ED | E3 | 34 | 0 | 4 | 4E | 7 | 39 | 54 | 39 |
| Octal | 355 | 343 | 64 | 0 | 4 | 116 | 7 | 71 | 124 | 71 |
| Binary | 11101101 | 11100011 | 110100 | 0 | 100 | 1001110 | 111 | 111001 | 1010100 | 111001 |
Color Harmonies of #EDE334
Complementary color
Monochromatic Colors of #EDE334
Black with #EDE334
Text Example
Text Example
White with #EDE334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE334; }
p { color: rgb(237,227,52); }
H1.HeaderClassName
{
color: #EDE334;
}
.AnyTagClassName
{
color: #EDE334;
}
</style>
background-color css
<style>
a { background-color: #EDE334; }
a { background-color: rgb(237,227,52); }
div.DivClassName
{
background-color: #EDE334;
}
.BgClassName
{
background-color: #EDE334;
}
</style>
border-color css
<style>
span { border-color: #EDE334; }
span { border-color: rgb(237,227,52); }
td.TdClassName
{
border-color: #EDE334;
}
.TagClassName
{
border-color: #EDE334;
}
</style>